Searched refs:inetsw (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/sys/netinet/
H A Din_proto.c115 struct protosw inetsw[] = { variable in typeref:struct:protosw
344 .dom_protosw = inetsw,
345 .dom_protoswNPROTOSW = &inetsw[sizeof(inetsw)/sizeof(inetsw[0])],
H A Dip_ipsec.c71 extern struct protosw inetsw[];
170 if ((inetsw[ip_protox[ip->ip_p]].pr_flags & PR_LASTHDR) != 0) {
H A Dip_input.c153 extern struct protosw inetsw[];
340 ip_protox[i] = pr - inetsw;
351 ip_protox[pr->pr_protocol] = pr - inetsw;
762 (*inetsw[ip_protox[ip->ip_p]].pr_input)(m, hlen);
1263 * in inetsw[], either statically or through pf_proto_register().
1281 if (ip_protox[ipproto] != pr - inetsw) /* IPPROTO_RAW */
1284 /* Find the protocol position in inetsw[] and set the index. */
1289 ip_protox[pr->pr_protocol] = pr - inetsw;
1309 if (ip_protox[ipproto] == pr - inetsw) /* IPPROTO_RAW */
1313 ip_protox[ipproto] = pr - inetsw;
[all...]
H A Dip_icmp.c159 extern struct protosw inetsw[];
520 ctlfunc = inetsw[ip_protox[icp->icmp_ip.ip_p]].pr_ctlinput;
H A Dip_output.c103 extern struct protosw inetsw[];
/freebsd-10.0-release/sys/netinet6/
H A Dudp6_usrreq.c131 extern struct protosw inetsw[];
825 pru = inetsw[ip_protox[IPPROTO_UDP]].pr_usrreqs;
943 pru = inetsw[ip_protox[IPPROTO_UDP]].pr_usrreqs;
1052 pru = inetsw[ip_protox[IPPROTO_UDP]].pr_usrreqs;
1125 pru = inetsw[ip_protox[IPPROTO_UDP]].pr_usrreqs;
H A Dsctp6_usrreq.c66 extern struct protosw inetsw[];

Completed in 54 milliseconds