Searched defs:proto_sw (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsocket/socket/
H A D_soutil.c60 * proto_sw contains protocol entries for which there is a corresponding
64 static char *proto_sw[] = { variable
189 if (proto >= (int)sizeof (proto_sw) / (int)sizeof (char *))
192 oproto = proto_sw[proto];

Completed in 43 milliseconds