Symbol: getnetconfigent
include/netconfig.h
113
struct netconfig *getnetconfigent(const char *);
lib/libc/rpc/getnetpath.c
172
if ((ncp = getnetconfigent(npp)) != NULL) {
lib/libc/rpc/rpc_generic.c
274
dummy = getnetconfigent(netid);
lib/libc/rpc/rpc_generic.c
451
return getnetconfigent((char *)netid);
lib/libc/rpc/rpc_generic.c
530
nconf = getnetconfigent("local");
lib/libc/rpc/rpcb_clnt.c
501
loopnconf = getnetconfigent(tmpnconf->nc_netid);
lib/libc/rpc/rpcb_clnt.c
752
if ((newnconf = getnetconfigent("udp")) == NULL) {
lib/libc/rpc/svc_dg.c
622
if (nconf = getnetconfigent(xprt->xp_netid)) {
lib/libc/rpc/svc_dg.c
680
if (nconf = getnetconfigent(xprt->xp_netid)) {
sbin/mount_nfs/mount_nfs.c
1091
if ((nconf = getnetconfigent(netid)) == NULL)
sys/fs/nfs/nfs_commonkrpc.c
294
nconf = getnetconfigent("udp");
sys/fs/nfs/nfs_commonkrpc.c
296
nconf = getnetconfigent("tcp");
sys/fs/nfs/nfs_commonkrpc.c
299
nconf = getnetconfigent("udp6");
sys/fs/nfs/nfs_commonkrpc.c
301
nconf = getnetconfigent("tcp6");
sys/nlm/nlm_prot_impl.c
1481
nconf = getnetconfigent(netid);
sys/nlm/nlm_prot_impl.c
1498
nconf = getnetconfigent(xprts[j]->xp_netid);
sys/nlm/nlm_prot_impl.c
533
nconf = getnetconfigent("tcp");
sys/nlm/nlm_prot_impl.c
537
nconf = getnetconfigent("tcp6");
sys/rpc/netconfig.h
83
struct netconfig *getnetconfigent(const char *);
sys/rpc/rpc_generic.c
550
dummy = getnetconfigent(netid);
usr.bin/rpcinfo/rpcinfo.c
1209
nconf = getnetconfigent(netid);
usr.bin/rpcinfo/rpcinfo.c
1270
nconf = getnetconfigent(netid);
usr.bin/rpcinfo/rpcinfo.c
1382
nconf = getnetconfigent(netid);
usr.bin/rpcinfo/rpcinfo.c
695
nconf = getnetconfigent(netid);
usr.bin/rpcinfo/rpcinfo.c
891
nconf = getnetconfigent(netid);
usr.bin/rpcinfo/rpcinfo.c
920
nconf = getnetconfigent(client->cl_netid);
usr.sbin/inetd/inetd.c
503
udpconf = getnetconfigent("udp");
usr.sbin/inetd/inetd.c
504
tcpconf = getnetconfigent("tcp");
usr.sbin/inetd/inetd.c
512
udp6conf = getnetconfigent("udp6");
usr.sbin/inetd/inetd.c
513
tcp6conf = getnetconfigent("tcp6");
usr.sbin/nfsd/nfsd.c
290
} else if (getnetconfigent("udp6") == NULL ||
usr.sbin/nfsd/nfsd.c
291
getnetconfigent("tcp6") == NULL) {
usr.sbin/nfsd/nfsd.c
336
nconf_udp = getnetconfigent("udp");
usr.sbin/nfsd/nfsd.c
360
nconf_udp6 = getnetconfigent("udp6");
usr.sbin/nfsd/nfsd.c
384
nconf_tcp = getnetconfigent("tcp");
usr.sbin/nfsd/nfsd.c
408
nconf_tcp6 = getnetconfigent("tcp6");
usr.sbin/nfsd/nfsd.c
573
nconf_udp = getnetconfigent("udp");
usr.sbin/nfsd/nfsd.c
653
nconf_udp6 = getnetconfigent("udp6");
usr.sbin/nfsd/nfsd.c
731
nconf_tcp = getnetconfigent("tcp");
usr.sbin/nfsd/nfsd.c
815
nconf_tcp6 = getnetconfigent("tcp6");
usr.sbin/rpc.lockd/lock_proc.c
259
nconf = getnetconfigent(netid);
usr.sbin/rpcbind/check_bound.c
112
newnconf = getnetconfigent(nconf->nc_netid);
usr.sbin/rpcbind/rpcbind.c
206
nconf = getnetconfigent("local");
usr.sbin/rpcbind/rpcbind.c
208
nconf = getnetconfigent("unix");