Home
last modified time | relevance | path

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

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