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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_simple.c97 char nettype_array[NETIDLEN]; local
98 char *nettype = &nettype_array[0];
104 if (len >= sizeof (nettype_array)) {
H A Dclnt_generic.c184 char nettype_array[NETIDLEN]; local
185 char *nettype = &nettype_array[0];
192 if (len >= sizeof (nettype_array)) {
306 char nettype_array[NETIDLEN]; local
307 char *nettype = &nettype_array[0];
318 if (len >= sizeof (nettype_array)) {
H A Dclnt_bcast.c140 char nettype_array[NETIDLEN]; local
141 char *nettype = &nettype_array[0];
166 if (len >= sizeof (nettype_array))

Completed in 60 milliseconds