Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Duipc_proto.c108 static int local_proto_count = (sizeof(localsw) / sizeof(struct protosw)); variable
121 for (i = 0, pr = &localsw[0]; i < local_proto_count; i++, pr++) { in pre_unp_init()