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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_simple.c55 #ifndef NETIDLEN
56 #define NETIDLEN 32 macro
66 char nettype[NETIDLEN]; /* Network type */
97 char nettype_array[NETIDLEN];
152 (strlen(nettype) < (size_t)NETIDLEN)) {
H A Dclnt_generic.c58 #ifndef NETIDLEN
59 #define NETIDLEN 32 macro
184 char nettype_array[NETIDLEN];
306 char nettype_array[NETIDLEN];
H A Dclnt_bcast.c72 #ifndef NETIDLEN
73 #define NETIDLEN 32 macro
140 char nettype_array[NETIDLEN];

Completed in 47 milliseconds