Home
last modified time | relevance | path

Searched refs:ip6_init (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.101.15/bsd/netinet6/
H A Dip6_var.h527 extern void ip6_init(struct ip6protosw *, struct domain *);
H A Din6_proto.c165 .pr_init = ip6_init,
H A Dip6_input.c356 ip6_init(struct ip6protosw *pp, struct domain *dp) in ip6_init() function