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

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

Completed in 201 milliseconds