Searched refs:getnetconfigent (Results 1 - 25 of 52) sorted by relevance

123

/illumos-gate/usr/src/uts/common/sys/
H A Dnetconfig.h143 extern struct netconfig *getnetconfigent(const char *);
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypset.c97 extern struct netconfig *getnetconfigent();
265 nconf = getnetconfigent(server->cl_netid);
H A Dypupdated.c88 extern struct netconfig *getnetconfigent();
150 if ((nconf = getnetconfigent(netid)) == NULL) {
396 if ((nconf = getnetconfigent(transp->xp_netid))
H A Dypxfrd_svc.c189 if ((nconf = getnetconfigent(netid)) == NULL)
H A Dypxfrd_client.c224 if ((nconf = getnetconfigent(netid[i])) == NULL) {
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_rsvd.c59 if ((nconf = getnetconfigent((void *) nt)) == NULL)
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Ddebug_alloc.h95 #define getnetconfigent(n) my_getnetconfigent(n, __FILE__, __LINE__) macro
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drstat_main.c83 } else if ((nconf = getnetconfigent(netid)) == NULL) {
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/
H A Dyppasswdd.c397 nconf4 = getnetconfigent("udp");
398 nconf6 = getnetconfigent("udp6");
508 if ((nconfl = getnetconfigent("ticlts")) == NULL) {
/illumos-gate/usr/src/lib/librpcsvc/common/
H A Dbindresvport.c82 nconf = getnetconfigent(cl->cl_netid);
/illumos-gate/usr/src/cmd/lvm/rpc.metad/
H A Dmetad_init.c74 if ((nconfp = getnetconfigent(transp->xp_netid)) == NULL) {
76 nc_perror("getnetconfigent(transp->xp_netid)");
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_prot_svc.c98 } else if ((nconf = getnetconfigent(netid)) == NULL) {
/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssd.c163 if ((nconf = getnetconfigent(netid)) == NULL) {
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd.c147 if ((nconf = getnetconfigent(netid)) == NULL) {
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_generic.c255 return (getnetconfigent(netid));
471 newnconf = getnetconfigent(nconf->nc_netid);
H A Dauth_time.c342 nc = getnetconfigent(epcand[i]->proto);
454 nc = getnetconfigent(epcand[i]->proto);
/illumos-gate/usr/src/lib/librdc/common/
H A Dnetaddrs.c165 nconfp = getnetconfigent("udp");
168 fprintf(stderr, "self_check(): getnetconfigent failed\n");
651 *nconfp = getnetconfigent(nconf->nc_netid);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dtlx.c69 * when getnetconfigent() returns failure for a v6 netid due to no IPv6
70 * interfaces being configured: getnetconfigent() returns failure
114 if ((nconf = getnetconfigent(rpc->netid)) == NULL) {
116 * Check whether getnetconfigent() failed as a result of
159 if ((nconf = getnetconfigent(rpc->netid)) == NULL) {
161 * Don't output an error message if getnetconfigent() fails for
/illumos-gate/usr/src/lib/libwrap/
H A Dtli.c221 if ((config = getnetconfigent(config->nc_netid)) == 0) {
222 tcpd_warn("getnetconfigent(%s): %s", config->nc_netid, nc_sperror());
/illumos-gate/usr/src/cmd/ypcmd/ypupdated/
H A Drpc.ypupdated.c380 if ((nconf = getnetconfigent(transp->xp_netid))
/illumos-gate/usr/src/cmd/lvm/rpc.mdcommd/
H A Dmdmn_commd_service.c315 if ((nconf = getnetconfigent(netid)) == NULL)
/illumos-gate/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_init.c191 if ((nconfp = getnetconfigent(transp->xp_netid)) == NULL) {
193 nc_perror("getnetconfigent(transp->xp_netid)");
/illumos-gate/usr/src/cmd/lvm/rpc.metamhd/
H A Dmhd_init.c209 if ((nconfp = getnetconfigent(transp->xp_netid)) == NULL) {
211 nc_perror("getnetconfigent(transp->xp_netid)");
/illumos-gate/usr/src/cmd/svc/servinfo/
H A Dservinfo.c141 if ((nconf = getnetconfigent(TCP)) == NULL) {
/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);

Completed in 1305 milliseconds

123