Home
last modified time | relevance | path

Searched refs:ip_protox (Results 1 – 6 of 6) sorted by relevance

/xnu-10063.101.15/bsd/netinet/
H A Dip_var.h351 extern struct protosw *ip_protox[];
H A Dip_input.c322 struct protosw *ip_protox[IPPROTO_MAX]; variable
506 ip_protox[i] = pr; in ip_init()
518 ip_protox[pr->pr_protocol] = pr; in ip_init()
687 if ((pr_input = ip_protox[ip->ip_p]->pr_input) == NULL) { in ip_proto_dispatch_in()
689 } else if (!(ip_protox[ip->ip_p]->pr_flags & PR_PROTOLOCK)) { in ip_proto_dispatch_in()
1260 if (ip_protox[ip->ip_p]->pr_flags & PR_LASTHDR) { in ip_input_first_pass()
1570 if (ipsec_bypass == 0 && (ip_protox[ip->ip_p]->pr_flags & PR_LASTHDR)) { in ip_input_second_pass()
2065 if (ipsec_bypass == 0 && (ip_protox[ip->ip_p]->pr_flags & PR_LASTHDR)) { in ip_input()
H A Dip_icmp.c612 ctlfunc = ip_protox[icp->icmp_ip.ip_p]->pr_ctlinput; in icmp_input()
/xnu-10063.101.15/bsd/netinet6/
H A Dudp6_usrreq.c1068 pru = ip_protox[IPPROTO_UDP]->pr_usrreqs; in udp6_disconnect()
1174 pru = ip_protox[IPPROTO_UDP]->pr_usrreqs; in udp6_send()
H A Dah_input.c549 if ((ip_protox[nxt]->pr_flags & PR_LASTHDR) != 0 && in ah4_input()
H A Desp_input.c783 if ((ip_protox[nxt]->pr_flags & PR_LASTHDR) != 0 && in esp4_input_extended()