Searched refs:inet6sw (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_proto.c177 struct ip6protosw inet6sw[] = { variable in typeref:struct:ip6protosw
340 int in6_proto_count = (sizeof (inet6sw) / sizeof (struct ip6protosw));
344 (struct protosw *)inet6sw, 0,
364 for (i=0, pr = &inet6sw[0]; i<in6_proto_count; i++, pr++)
H A Dip6_input.c170 extern struct ip6protosw inet6sw[];
H A Dicmp6.c140 extern struct ip6protosw inet6sw[];

Completed in 106 milliseconds