Home
last modified time | relevance | path

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

12

/trueos/usr.sbin/nfsd/
HDnfsd.c263 } else if (getnetconfigent("udp6") == NULL || in main()
264 getnetconfigent("tcp6") == NULL) { in main()
294 nconf_udp = getnetconfigent("udp"); in main()
313 nconf_udp6 = getnetconfigent("udp6"); in main()
332 nconf_tcp = getnetconfigent("tcp"); in main()
351 nconf_tcp6 = getnetconfigent("tcp6"); in main()
518 nconf_udp = getnetconfigent("udp"); in main()
587 nconf_udp6 = getnetconfigent("udp6"); in main()
653 nconf_tcp = getnetconfigent("tcp"); in main()
728 nconf_tcp6 = getnetconfigent("tcp6"); in main()
/trueos/contrib/netbsd-tests/fs/nfs/nfsservice/
HDnfsd.c248 nconf_udp = getnetconfigent("udp");
274 nconf_tcp = getnetconfigent("tcp");
300 nconf_udp6 = getnetconfigent("udp6");
326 nconf_tcp6 = getnetconfigent("tcp6");
/trueos/sys/rpc/
HDnetconfig.h84 struct netconfig *getnetconfigent(const char *);
HDgetnetconfig.c113 getnetconfigent(const char *netid) in getnetconfigent() function
/trueos/include/
HDnetconfig.h84 struct netconfig *getnetconfigent(const char *);
/trueos/sys/nfsclient/
HDnfs_krpc.c218 nconf = getnetconfigent("udp"); in nfs_connect()
220 nconf = getnetconfigent("tcp"); in nfs_connect()
223 nconf = getnetconfigent("udp6"); in nfs_connect()
225 nconf = getnetconfigent("tcp6"); in nfs_connect()
/trueos/lib/libc/rpc/
HDrpc_generic.c303 dummy = getnetconfigent(netid);
485 return getnetconfigent((char *)netid);
564 nconf = getnetconfigent("local"); in __rpc_sockinfo2netid()
HDgetnetpath.c177 if ((ncp = getnetconfigent(npp)) != NULL) {
HDSymbol.map81 getnetconfigent;
HDMakefile.inc58 getnetconfig.3 getnetconfigent.3 \
HDsvc_dg.c650 if (nconf = getnetconfigent(xprt->xp_netid)) {
712 if (nconf = getnetconfigent(xprt->xp_netid)) {
HDgetnetconfig.c447 getnetconfigent(netid) in getnetconfigent() function
HDrpcb_clnt.c522 loopnconf = getnetconfigent(tmpnconf->nc_netid); in local_rpcb()
772 if ((newnconf = getnetconfigent("udp")) == NULL) {
/trueos/usr.bin/rpcinfo/
HDrpcinfo.c701 nconf = getnetconfigent(netid);
897 nconf = getnetconfigent(netid);
926 nconf = getnetconfigent(client->cl_netid);
1215 nconf = getnetconfigent(netid);
1276 nconf = getnetconfigent(netid);
1388 nconf = getnetconfigent(netid);
/trueos/contrib/netbsd-tests/fs/nfs/nfsservice/rpcbind/
HDcheck_bound.c117 newnconf = getnetconfigent(nconf->nc_netid); in add_bndlist()
HDutil.c132 nconf = getnetconfigent(netid); in addrmerge()
HDrpcbind.c155 nconf = getnetconfigent("local"); in rpcbind_main()
/trueos/usr.sbin/rpcbind/
HDcheck_bound.c117 newnconf = getnetconfigent(nconf->nc_netid); in add_bndlist()
HDrpcbind.c171 nconf = getnetconfigent("local"); in main()
173 nconf = getnetconfigent("unix"); in main()
/trueos/sys/fs/nfs/
HDnfs_commonkrpc.c199 nconf = getnetconfigent("udp"); in newnfs_connect()
201 nconf = getnetconfigent("tcp"); in newnfs_connect()
204 nconf = getnetconfigent("udp6"); in newnfs_connect()
206 nconf = getnetconfigent("tcp6"); in newnfs_connect()
/trueos/contrib/tcp_wrappers/
HDtli.c235 if ((config = getnetconfigent(config->nc_netid)) == 0) {
/trueos/sys/kgssapi/
HDgss_impl.c112 nconf = getnetconfigent("local"); in sys_gssd_syscall()
HDgsstest.c767 nconf = getnetconfigent("tcp"); in gsstest_get_rpc()
771 nconf = getnetconfigent("tcp6"); in gsstest_get_rpc()
/trueos/sys/nlm/
HDnlm_prot_impl.c547 nconf = getnetconfigent("tcp"); in nlm_get_rpc()
551 nconf = getnetconfigent("tcp6"); in nlm_get_rpc()
1515 nconf = getnetconfigent(netid); in nlm_register_services()
1532 nconf = getnetconfigent(xprts[j]->xp_netid); in nlm_register_services()
/trueos/usr.sbin/inetd/
HDinetd.c508 udpconf = getnetconfigent("udp"); in main()
509 tcpconf = getnetconfigent("tcp"); in main()
517 udp6conf = getnetconfigent("udp6"); in main()
518 tcp6conf = getnetconfigent("tcp6"); in main()

12