Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/netinet/
H A Din_proto.c272 static int in_proto_count = (sizeof(inetsw) / sizeof(struct protosw)); variable
308 for (i = 0, pr = &inetsw[0]; i < in_proto_count; i++, pr++) { in in_dinit()
311 for (i = 0, pr = &inetsw[0]; i < in_proto_count; i++, pr++) { in in_dinit()