Home
last modified time | relevance | path

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

/freebsd/usr.sbin/nfsd/
H A Dnfsd.c283 } else if (getnetconfigent("udp6") == NULL || in main()
284 getnetconfigent("tcp6") == NULL) { in main()
329 nconf_udp = getnetconfigent("udp"); in main()
353 nconf_udp6 = getnetconfigent("udp6"); in main()
377 nconf_tcp = getnetconfigent("tcp"); in main()
401 nconf_tcp6 = getnetconfigent("tcp6"); in main()
552 nconf_udp = getnetconfigent("udp"); in main()
632 nconf_udp6 = getnetconfigent("udp6"); in main()
710 nconf_tcp = getnetconfigent("tcp"); in main()
794 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.c440 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.c693 nconf = getnetconfigent(netid);
889 nconf = getnetconfigent(netid);
918 nconf = getnetconfigent(client->cl_netid);
1207 nconf = getnetconfigent(netid);
1268 nconf = getnetconfigent(netid);
1380 nconf = getnetconfigent(netid);
/freebsd/usr.sbin/rpcbind/
H A Dcheck_bound.c109 newnconf = getnetconfigent(nconf->nc_netid); in add_bndlist()
H A Drpcbind.c182 nconf = getnetconfigent("local"); in main()
184 nconf = getnetconfigent("unix"); in main()
/freebsd/sys/fs/nfs/
H A Dnfs_commonkrpc.c293 nconf = getnetconfigent("udp"); in newnfs_connect()
295 nconf = getnetconfigent("tcp"); in newnfs_connect()
298 nconf = getnetconfigent("udp6"); in newnfs_connect()
300 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/usr.sbin/rpc.lockd/
H A Dlock_proc.c259 nconf = getnetconfigent(netid); in get_client()
/freebsd/sbin/mount_nfs/
H A Dmount_nfs.c1082 if ((nconf = getnetconfigent(netid)) == NULL) in getnetconf_cached()