Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet6/
H A Dip6_var.h522 extern void ip6_init(struct ip6protosw *, struct domain *);
H A Din6_proto.c164 .pr_init = ip6_init,
H A Dip6_input.c352 ip6_init(struct ip6protosw *pp, struct domain *dp) in ip6_init() function