Home
last modified time | relevance | path

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

/dflybsd-src/lib/libc/rpc/
H A Dgetnetpath.c96 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG); in setnetpath()
156 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG); in getnetpath()
H A Dgetnetconfig.c202 if ((nc_file != NULL) || (nc_file = fopen(NETCONFIG, "r")) != NULL) { in setnetconfig()
432 if ((file = fopen(NETCONFIG, "r")) == NULL) { in getnetconfigent()
H A Drpc_generic.c257 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG); in __rpc_getconfip()
323 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG); in __rpc_setconf()
H A Drpcb_clnt.c494 syslog (LOG_ERR, "rpc: failed to open " NETCONFIG); in local_rpcb()
/dflybsd-src/include/
H A Dnetconfig.h10 #define NETCONFIG "/etc/netconfig" macro