Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/cmd/ypcmd/
H A Dypset.c95 extern struct netconfig *getnetconfigent();
263 nconf = getnetconfigent(server->cl_netid); in send_message()
H A Dypxfrd_svc.c188 if ((nconf = getnetconfigent(netid)) == NULL) in main()
H A Dypxfrd_client.c224 if ((nconf = getnetconfigent(netid[i])) == NULL) {
H A Dyppush.c599 nc4 = getnetconfigent("udp"); in generate_callback()
600 nc6 = getnetconfigent("udp6"); in generate_callback()
H A Dyp_b_subr.c606 getnetconfigent(clnt2->cl_netid);
752 setnc = getnetconfigent(client->cl_netid);
852 if ((nconf = getnetconfigent(transp->xp_netid))
/illumos-gate/usr/src/uts/common/sys/
H A Dnetconfig.h143 extern struct netconfig *getnetconfigent(const char *);
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/
H A Dyppasswdd.c395 nconf4 = getnetconfigent("udp"); in main()
396 nconf6 = getnetconfigent("udp6"); in main()
506 if ((nconfl = getnetconfigent("ticlts")) == NULL) { in main()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_generic.c253 return (getnetconfigent(netid)); in __rpc_getconfip()
469 newnconf = getnetconfigent(nconf->nc_netid); in __rpcfd_to_nconf()
H A Dauth_time.c340 nc = getnetconfigent(epcand[i]->proto); in __rpc_get_time_offset()
452 nc = getnetconfigent(epcand[i]->proto); in __rpc_get_time_offset()
H A Dsvc_dg.c442 if ((nconf = getnetconfigent(xprt->xp_netid)) != NULL) { in svc_dg_recv()
819 if (nconf = getnetconfigent(xprt->xp_netid)) { in cache_set()
902 if (nconf = getnetconfigent(xprt->xp_netid)) { in cache_get()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Ddebug_alloc.h93 #define getnetconfigent(n) my_getnetconfigent(n, __FILE__, __LINE__) macro
H A Ddebug_alloc.c314 res = getnetconfigent(netid); in my_getnetconfigent()
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drstat_main.c81 } else if ((nconf = getnetconfigent(netid)) == NULL) { in main()
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_rsvd.c57 if ((nconf = getnetconfigent((void *) nt)) == NULL) in __yp_clnt_create_rsvdport_netid_req()
/illumos-gate/usr/src/lib/librpcsvc/common/
H A Dbindresvport.c82 nconf = getnetconfigent(cl->cl_netid);
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd.c142 if ((nconf = getnetconfigent(netid)) == NULL) { in main()
/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssd.c156 if ((nconf = getnetconfigent(netid)) == NULL) { in main()
/illumos-gate/usr/src/cmd/rpcinfo/
H A Drpcinfo.c745 nconf = getnetconfigent(netid);
970 nconf = getnetconfigent(netid);
999 nconf = getnetconfigent(client->cl_netid);
1307 nconf = getnetconfigent(netid);
1386 nconf = getnetconfigent(netid);
1504 nconf = getnetconfigent(netid);
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_prot_svc.c95 } else if ((nconf = getnetconfigent(netid)) == NULL) { in main()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dtlx.c114 if ((nconf = getnetconfigent(rpc->netid)) == NULL) { in register_rpc_service()
159 if ((nconf = getnetconfigent(rpc->netid)) == NULL) { in unregister_rpc_service()
/illumos-gate/usr/src/cmd/svc/servinfo/
H A Dservinfo.c141 if ((nconf = getnetconfigent(TCP)) == NULL) { in svc_getrpcinfo()
/illumos-gate/usr/src/cmd/fs.d/nfs/rquotad/
H A Drpc.rquotad.c160 if ((nconf = getnetconfigent(netid)) == NULL) { in main()
662 nconf = getnetconfigent(transp->xp_netid);
/illumos-gate/usr/src/cmd/ypcmd/ypupdated/
H A Drpc.ypupdated.c372 if ((nconf = getnetconfigent(transp->xp_netid)) == NULL) in addr2netname()
/illumos-gate/usr/src/lib/libwrap/
H A Dtli.c221 if ((config = getnetconfigent(config->nc_netid)) == 0) {
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_util.c394 config = getnetconfigent("tcp"); in smb_chk_hostaccess()
402 config = getnetconfigent("tcp6"); in smb_chk_hostaccess()

12