Searched refs:ip_protox (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_var.h285 extern struct protosw *ip_protox[];
H A Dip_input.c241 struct protosw *ip_protox[IPPROTO_MAX]; variable in typeref:struct:protosw
435 ip_protox[i] = pr;
441 ip_protox[pr->pr_protocol] = pr;
656 if ((pr_input = ip_protox[ip->ip_p]->pr_input) == NULL) {
658 } else if (!(ip_protox[ip->ip_p]->pr_flags & PR_PROTOLOCK)) {
1381 if (ipsec_bypass == 0 && (ip_protox[ip->ip_p]->pr_flags & PR_LASTHDR) != 0) {
H A Dip_mroute.c2140 old_proto4_input = ip_protox[ENCAP_PROTO]->pr_input;
2141 ip_protox[ENCAP_PROTO]->pr_input = X_ipip_input;
2157 ip_protox[ENCAP_PROTO]->pr_input = old_proto4_input;
H A Dip_icmp.c470 ctlfunc = ip_protox[icp->icmp_ip.ip_p]->pr_ctlinput;
/darwin-on-arm/xnu/bsd/netinet6/
H A Dudp6_usrreq.c837 pru = ip_protox[IPPROTO_UDP]->pr_usrreqs;
895 pru = ip_protox[IPPROTO_UDP]->pr_usrreqs;
H A Dipcomp_input.c217 if ((ip_protox[nxt]->pr_flags & PR_LASTHDR) != 0 &&
H A Dah_input.c588 if ((ip_protox[nxt]->pr_flags & PR_LASTHDR) != 0 &&
H A Desp_input.c640 if ((ip_protox[nxt]->pr_flags & PR_LASTHDR) != 0 &&

Completed in 41 milliseconds