/titanic_44/usr/src/cmd/ypcmd/ |
H A D | ypupdated.c | 84 extern struct netconfig *getnetconfigent(); 146 if ((nconf = getnetconfigent(netid)) == NULL) { 394 if ((nconf = getnetconfigent(transp->xp_netid))
|
H A D | ypset.c | 97 extern struct netconfig *getnetconfigent(); 265 nconf = getnetconfigent(server->cl_netid); in send_message()
|
H A D | ypxfrd_svc.c | 189 if ((nconf = getnetconfigent(netid)) == NULL) in main()
|
H A D | ypxfrd_client.c | 224 if ((nconf = getnetconfigent(netid[i])) == NULL) {
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | netconfig.h | 143 extern struct netconfig *getnetconfigent(const char *);
|
/titanic_44/usr/src/cmd/ypcmd/yppasswd/ |
H A D | yppasswdd.c | 397 nconf4 = getnetconfigent("udp"); in main() 398 nconf6 = getnetconfigent("udp6"); in main() 508 if ((nconfl = getnetconfigent("ticlts")) == NULL) { in main()
|
/titanic_44/usr/src/cmd/fs.d/autofs/ |
H A D | debug_alloc.h | 95 #define getnetconfigent(n) my_getnetconfigent(n, __FILE__, __LINE__) macro
|
/titanic_44/usr/src/cmd/rpcsvc/ |
H A D | rstat_main.c | 83 } else if ((nconf = getnetconfigent(netid)) == NULL) { in main()
|
/titanic_44/usr/src/lib/libnsl/rpc/ |
H A D | rpc_generic.c | 255 return (getnetconfigent(netid)); in __rpc_getconfip() 471 newnconf = getnetconfigent(nconf->nc_netid); in __rpcfd_to_nconf()
|
H A D | auth_time.c | 342 nc = getnetconfigent(epcand[i]->proto); in __rpc_get_time_offset() 454 nc = getnetconfigent(epcand[i]->proto); in __rpc_get_time_offset()
|
H A D | svc_dg.c | 442 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()
|
/titanic_44/usr/src/lib/libnsl/yp/ |
H A D | yp_rsvd.c | 59 if ((nconf = getnetconfigent((void *) nt)) == NULL) in __yp_clnt_create_rsvdport_netid_req()
|
/titanic_44/usr/src/lib/librpcsvc/common/ |
H A D | bindresvport.c | 82 nconf = getnetconfigent(cl->cl_netid);
|
/titanic_44/usr/src/cmd/krb5/kwarn/ |
H A D | kwarnd.c | 147 if ((nconf = getnetconfigent(netid)) == NULL) {
|
/titanic_44/usr/src/cmd/gss/gssd/ |
H A D | gssd.c | 163 if ((nconf = getnetconfigent(netid)) == NULL) {
|
/titanic_44/usr/src/cmd/rpcsvc/rpc.bootparamd/ |
H A D | bootparam_prot_svc.c | 98 } else if ((nconf = getnetconfigent(netid)) == NULL) { in main()
|
/titanic_44/usr/src/cmd/rpcinfo/ |
H A D | rpcinfo.c | 745 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);
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | tlx.c | 114 if ((nconf = getnetconfigent(rpc->netid)) == NULL) { in register_rpc_service() 159 if ((nconf = getnetconfigent(rpc->netid)) == NULL) { in unregister_rpc_service()
|
/titanic_44/usr/src/cmd/svc/servinfo/ |
H A D | servinfo.c | 141 if ((nconf = getnetconfigent(TCP)) == NULL) { in svc_getrpcinfo()
|
/titanic_44/usr/src/lib/librdc/common/ |
H A D | netaddrs.c | 165 nconfp = getnetconfigent("udp"); in self_check() 651 *nconfp = getnetconfigent(nconf->nc_netid); in get_addr()
|
/titanic_44/usr/src/cmd/fs.d/nfs/rquotad/ |
H A D | rpc.rquotad.c | 160 if ((nconf = getnetconfigent(netid)) == NULL) { in main() 666 nconf = getnetconfigent(transp->xp_netid);
|
/titanic_44/usr/src/lib/libwrap/ |
H A D | tli.c | 221 if ((config = getnetconfigent(config->nc_netid)) == 0) {
|
/titanic_44/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_util.c | 394 config = getnetconfigent("tcp"); in smb_chk_hostaccess() 402 config = getnetconfigent("tcp6"); in smb_chk_hostaccess()
|
/titanic_44/usr/src/cmd/ypcmd/ypupdated/ |
H A D | rpc.ypupdated.c | 386 if ((nconf = getnetconfigent(transp->xp_netid))
|
/titanic_44/usr/src/cmd/fs.d/cachefs/cfsd/ |
H A D | cfsd_main.c | 291 if ((nconf = getnetconfigent(netid)) == NULL) in main()
|