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

/freebsd-9.3-release/lib/libc/rpc/
H A Drpc_generic.c76 } _rpctypelist[] = { variable in typeref:struct:_rpcnettype
216 for (i = 0; _rpctypelist[i].name; i++)
217 if (strcasecmp(nettype, _rpctypelist[i].name) == 0) {
218 return (_rpctypelist[i].type);
220 return (_rpctypelist[i].type);
/freebsd-9.3-release/sys/rpc/
H A Drpc_generic.c84 } _rpctypelist[] = { variable in typeref:struct:_rpcnettype
502 for (i = 0; _rpctypelist[i].name; i++)
503 if (strcasecmp(nettype, _rpctypelist[i].name) == 0) {
504 return (_rpctypelist[i].type);
506 return (_rpctypelist[i].type);

Completed in 104 milliseconds