Home
last modified time | relevance | path

Searched refs:ip6protosw (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/netinet6/
H A Dip6protosw.h114 struct ip6protosw { struct
156 extern const struct ip6protosw inet6sw[]; argument
H A DMakefile6 in6_var.h ip6_mroute.h ip6_var.h ip6protosw.h \
H A Dip6_input.c180 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()
H A Din6_proto.c266 const struct ip6protosw inet6sw[] = {