Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Din_proto.c118 static struct protosw inetsw[] = { variable
272 static int in_proto_count = (sizeof(inetsw) / sizeof(struct protosw));
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()