Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/rpc/
H A Dgetnetpath.c110 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG); in setnetpath()
168 "rpc: failed to open " NETCONFIG); in getnetpath()
H A Dgetnetconfig.c224 if ((nc_file != NULL) || (nc_file = fopen(NETCONFIG, "re")) != NULL) { in setnetconfig()
452 if ((file = fopen(NETCONFIG, "re")) == NULL) in getnetconfigent()
H A Drpc_generic.c282 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG); in __rpc_getconfip()
364 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG); in __rpc_setconf()
H A Drpcb_clnt.c484 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG); in local_rpcb()
/netbsd-src/include/
H A Dnetconfig.h37 #define NETCONFIG "/etc/netconfig" macro