Searched refs:ip6protosw (Results 1 – 4 of 4) sorted by relevance
114 struct ip6protosw { struct156 extern const struct ip6protosw inet6sw[]; argument
6 in6_var.h ip6_mroute.h ip6_var.h ip6protosw.h \
180 const struct ip6protosw *pr; in ip6_init()189 pr = (const struct ip6protosw *)pffindproto(PF_INET6, IPPROTO_RAW, SOCK_RAW); in ip6_init()194 for (pr = (const struct ip6protosw *)inet6domain.dom_protosw; in ip6_init()195 pr < (const struct ip6protosw *)inet6domain.dom_protoswNPROTOSW; pr++) in ip6_init()
266 const struct ip6protosw inet6sw[] = {