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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_proto.c148 struct ip6protosw inet6sw[] = { variable in typeref:struct:ip6protosw
309 int in6_proto_count = (sizeof (inet6sw) / sizeof (struct ip6protosw));
313 (struct protosw *)inet6sw, 0,
333 for (i=0, pr = &inet6sw[0]; i<in6_proto_count; i++, pr++)
H A Dip6_input.c154 extern struct ip6protosw inet6sw[];
H A Dicmp6.c109 extern struct ip6protosw inet6sw[];

Completed in 78 milliseconds