Home
last modified time | relevance | path

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

/freebsd/usr.sbin/nfsd/
H A Dnfsd.c290 } else if (getnetconfigent("udp6") == NULL || in main()
291 getnetconfigent("tcp6") == NULL) { in main()
336 nconf_udp = getnetconfigent("udp"); in main()
360 nconf_udp6 = getnetconfigent("udp6"); in main()
384 nconf_tcp = getnetconfigent("tcp"); in main()
408 nconf_tcp6 = getnetconfigent("tcp6"); in main()
573 nconf_udp = getnetconfigent("udp"); in main()
653 nconf_udp6 = getnetconfigent("udp6"); in main()
731 nconf_tcp = getnetconfigent("tcp"); in main()
815 nconf_tcp6 = getnetconfigent("tcp6"); in main()
/freebsd/include/
H A Dnetconfig.h113 struct netconfig *getnetconfigent(const char *);
/freebsd/sys/rpc/
H A Dnetconfig.h83 struct netconfig *getnetconfigent(const char *);
H A Dgetnetconfig.c112 getnetconfigent(const char *netid) in getnetconfigent() function
H A Drpc_generic.c550 dummy = getnetconfigent(netid); in __rpc_getconfip()
/freebsd/lib/libc/rpc/
H A Drpc_generic.c274 dummy = getnetconfigent(netid); in __rpc_getconfip()
451 return getnetconfigent((char *)netid); in __rpcgettp()
530 nconf = getnetconfigent("local"); in __rpc_sockinfo2netid()
H A DSymbol.map46 getnetconfigent;
H A Dgetnetpath.c172 if ((ncp = getnetconfigent(npp)) != NULL) { in getnetpath()
H A DMakefile.inc56 getnetconfig.3 getnetconfigent.3 \
H A Dsvc_dg.c622 if (nconf = getnetconfigent(xprt->xp_netid)) { in cache_set()
680 if (nconf = getnetconfigent(xprt->xp_netid)) { in cache_get()
H A Dgetnetconfig.c403 getnetconfigent(const char *netid) in getnetconfigent() function
H A Drpcb_clnt.c501 loopnconf = getnetconfigent(tmpnconf->nc_netid); in local_rpcb()
752 if ((newnconf = getnetconfigent("udp")) == NULL) { in __rpcb_findaddr_timed()
/freebsd/usr.bin/rpcinfo/
H A Drpcinfo.c695 nconf = getnetconfigent(netid);
891 nconf = getnetconfigent(netid);
920 nconf = getnetconfigent(client->cl_netid);
1209 nconf = getnetconfigent(netid);
1270 nconf = getnetconfigent(netid);
1382 nconf = getnetconfigent(netid);
/freebsd/usr.sbin/rpcbind/
H A Dcheck_bound.c112 newnconf = getnetconfigent(nconf->nc_netid); in add_bndlist()
H A Drpcbind.c206 nconf = getnetconfigent("local"); in main()
208 nconf = getnetconfigent("unix"); in main()
/freebsd/sys/fs/nfs/
H A Dnfs_commonkrpc.c294 nconf = getnetconfigent("udp"); in newnfs_connect()
296 nconf = getnetconfigent("tcp"); in newnfs_connect()
299 nconf = getnetconfigent("udp6"); in newnfs_connect()
301 nconf = getnetconfigent("tcp6"); in newnfs_connect()
/freebsd/contrib/tcp_wrappers/
H A Dtli.c230 if ((config = getnetconfigent(config->nc_netid)) == 0) {
/freebsd/sys/nlm/
H A Dnlm_prot_impl.c533 nconf = getnetconfigent("tcp"); in nlm_get_rpc()
537 nconf = getnetconfigent("tcp6"); in nlm_get_rpc()
1481 nconf = getnetconfigent(netid); in nlm_register_services()
1498 nconf = getnetconfigent(xprts[j]->xp_netid); in nlm_register_services()
/freebsd/usr.sbin/inetd/
H A Dinetd.c503 udpconf = getnetconfigent("udp"); in main()
504 tcpconf = getnetconfigent("tcp"); in main()
512 udp6conf = getnetconfigent("udp6"); in main()
513 tcp6conf = getnetconfigent("tcp6"); in main()
/freebsd/sbin/mount_nfs/
H A Dmount_nfs.c1091 if ((nconf = getnetconfigent(netid)) == NULL) in getnetconf_cached()
/freebsd/usr.sbin/rpc.lockd/
H A Dlock_proc.c259 nconf = getnetconfigent(netid); in get_client()