Searched refs:PR_LASTHDR (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.41.6/bsd/netinet/ |
| H A D | in_proto.c | 174 .pr_flags = PR_ATOMIC | PR_ADDR | PR_LASTHDR, 185 .pr_flags = PR_ATOMIC | PR_ADDR | PR_LASTHDR, 196 .pr_flags = PR_ATOMIC | PR_ADDR | PR_LASTHDR, 238 .pr_flags = PR_ATOMIC | PR_ADDR | PR_LASTHDR, 249 .pr_flags = PR_ATOMIC | PR_ADDR | PR_LASTHDR, 260 .pr_flags = PR_ATOMIC | PR_ADDR | PR_LASTHDR,
|
| H A D | ip_input.c | 1291 if (ip_protox[ip->ip_p]->pr_flags & PR_LASTHDR) { in ip_input_first_pass() 1600 if (ipsec_bypass == 0 && (ip_protox[ip->ip_p]->pr_flags & PR_LASTHDR)) { in ip_input_second_pass()
|
| /xnu-12377.41.6/bsd/netinet6/ |
| H A D | in6_proto.c | 223 .pr_flags = PR_ATOMIC | PR_ADDR | PR_LASTHDR, 237 .pr_flags = PR_ATOMIC | PR_ADDR | PR_LASTHDR, 292 .pr_flags = PR_ATOMIC | PR_ADDR | PR_LASTHDR, 305 .pr_flags = PR_ATOMIC | PR_ADDR | PR_LASTHDR, 318 .pr_flags = PR_ATOMIC | PR_ADDR | PR_LASTHDR,
|
| H A D | ah_input.c | 552 if ((ip_protox[nxt]->pr_flags & PR_LASTHDR) != 0 && in ah4_input()
|
| H A D | ip6_input.c | 1398 (ip6_protox[nxt]->pr_flags & PR_LASTHDR) != 0) { in ip6_input()
|
| H A D | esp_input.c | 786 if ((ip_protox[nxt]->pr_flags & PR_LASTHDR) != 0 && in esp4_input_extended()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | protosw.h | 327 #define PR_LASTHDR 0x40 /* enforce ipsec policy; last header */ macro 343 PR_IMPLOPCL|PR_LASTHDR|PR_PROTOLOCK|PR_PCBLOCK|PR_DISPOSE)
|