Searched refs:getnetconfigent (Results 1 – 25 of 32) sorted by relevance
12
263 } 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()
248 nconf_udp = getnetconfigent("udp");274 nconf_tcp = getnetconfigent("tcp");300 nconf_udp6 = getnetconfigent("udp6");326 nconf_tcp6 = getnetconfigent("tcp6");
84 struct netconfig *getnetconfigent(const char *);
113 getnetconfigent(const char *netid) in getnetconfigent() function
218 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()
303 dummy = getnetconfigent(netid);485 return getnetconfigent((char *)netid);564 nconf = getnetconfigent("local"); in __rpc_sockinfo2netid()
177 if ((ncp = getnetconfigent(npp)) != NULL) {
81 getnetconfigent;
58 getnetconfig.3 getnetconfigent.3 \
650 if (nconf = getnetconfigent(xprt->xp_netid)) {712 if (nconf = getnetconfigent(xprt->xp_netid)) {
447 getnetconfigent(netid) in getnetconfigent() function
522 loopnconf = getnetconfigent(tmpnconf->nc_netid); in local_rpcb()772 if ((newnconf = getnetconfigent("udp")) == NULL) {
701 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);
117 newnconf = getnetconfigent(nconf->nc_netid); in add_bndlist()
132 nconf = getnetconfigent(netid); in addrmerge()
155 nconf = getnetconfigent("local"); in rpcbind_main()
171 nconf = getnetconfigent("local"); in main()173 nconf = getnetconfigent("unix"); in main()
199 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()
235 if ((config = getnetconfigent(config->nc_netid)) == 0) {
112 nconf = getnetconfigent("local"); in sys_gssd_syscall()
767 nconf = getnetconfigent("tcp"); in gsstest_get_rpc()771 nconf = getnetconfigent("tcp6"); in gsstest_get_rpc()
547 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()
508 udpconf = getnetconfigent("udp"); in main()509 tcpconf = getnetconfigent("tcp"); in main()517 udp6conf = getnetconfigent("udp6"); in main()518 tcp6conf = getnetconfigent("tcp6"); in main()