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

/osnet-11/usr/src/lib/libnsl/rpc/
H A Drpc_generic.c70 } _rpctypelist[] = { variable in typeref:struct:_rpcnettype
174 for (i = 0; _rpctypelist[i].name; i++)
175 if (strcasecmp(nettype, _rpctypelist[i].name) == 0)
176 return (_rpctypelist[i].type);
177 return (_rpctypelist[i].type);

Completed in 15 milliseconds