Home
last modified time | relevance | path

Searched refs:NETIDLEN (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/rpc/
H A Dclnt_simple.c59 #ifndef NETIDLEN
60 #define NETIDLEN 32 macro
70 char nettype[NETIDLEN]; /* Network type */
183 (strlen(nettype) < (size_t)NETIDLEN)) { in rpc_call()
H A Dclnt_generic.c59 #ifndef NETIDLEN
60 #define NETIDLEN 32 macro
181 char nettype_array[NETIDLEN]; in clnt_create_timed()