Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/rpc/
H A Dclnt_simple.c74 #ifndef NETIDLEN
75 #define NETIDLEN 32 macro
85 char nettype[NETIDLEN]; /* Network type */
200 (strlen(nettype) < (size_t)NETIDLEN)) { in rpc_call()