Searched refs:PR_LASTHDR (Results 1 – 7 of 7) sorted by relevance
| /xnu-8020.101.4/bsd/netinet/ |
| H A D | in_proto.c | 175 .pr_flags = PR_ATOMIC | PR_ADDR | PR_LASTHDR, 186 .pr_flags = PR_ATOMIC | PR_ADDR | PR_LASTHDR, 197 .pr_flags = PR_ATOMIC | PR_ADDR | PR_LASTHDR, 239 .pr_flags = PR_ATOMIC | PR_ADDR | PR_LASTHDR, 250 .pr_flags = PR_ATOMIC | PR_ADDR | PR_LASTHDR, 261 .pr_flags = PR_ATOMIC | PR_ADDR | PR_LASTHDR,
|
| H A D | ip_input.c | 1253 if (ip_protox[ip->ip_p]->pr_flags & PR_LASTHDR) { in ip_input_first_pass() 1563 if (ipsec_bypass == 0 && (ip_protox[ip->ip_p]->pr_flags & PR_LASTHDR)) { in ip_input_second_pass() 2058 if (ipsec_bypass == 0 && (ip_protox[ip->ip_p]->pr_flags & PR_LASTHDR)) { in ip_input()
|
| /xnu-8020.101.4/bsd/netinet6/ |
| H A D | in6_proto.c | 225 .pr_flags = PR_ATOMIC | PR_ADDR | PR_LASTHDR, 239 .pr_flags = PR_ATOMIC | PR_ADDR | PR_LASTHDR, 294 .pr_flags = PR_ATOMIC | PR_ADDR | PR_LASTHDR, 307 .pr_flags = PR_ATOMIC | PR_ADDR | PR_LASTHDR, 320 .pr_flags = PR_ATOMIC | PR_ADDR | PR_LASTHDR,
|
| H A D | ah_input.c | 549 if ((ip_protox[nxt]->pr_flags & PR_LASTHDR) != 0 && in ah4_input()
|
| H A D | esp_input.c | 770 if ((ip_protox[nxt]->pr_flags & PR_LASTHDR) != 0 && in esp4_input_extended()
|
| H A D | ip6_input.c | 1360 (ip6_protox[nxt]->pr_flags & PR_LASTHDR) != 0) { in ip6_input()
|
| /xnu-8020.101.4/bsd/sys/ |
| H A D | protosw.h | 324 #define PR_LASTHDR 0x40 /* enforce ipsec policy; last header */ macro 340 PR_IMPLOPCL|PR_LASTHDR|PR_PROTOLOCK|PR_PCBLOCK|PR_DISPOSE)
|