/titanic_50/usr/src/cmd/rpcbind/ |
H A D | rpcb_check.c | 164 } else if (strcmp(conf->nc_protofmly, "inet") == 0 || in rpcb_log() 165 strcmp(conf->nc_protofmly, "inet6") == 0) { in rpcb_log() 172 conf->nc_protofmly, uaddr); in rpcb_log() 207 if (ispmap && strcmp(conf->nc_protofmly, "inet") != 0) { in rpcb_check() 209 } else if (strcmp(conf->nc_protofmly, "inet") == 0 || in rpcb_check() 210 strcmp(conf->nc_protofmly, "inet6") == 0) { in rpcb_check()
|
H A D | rpcb_svc_4.c | 245 if (strcmp(trans_conf->nc_protofmly, NC_INET6) == 0) { in rpcbproc_getaddrlist() 279 if (strcmp(nconf->nc_protofmly, reg_nconf->nc_protofmly) in rpcbproc_getaddrlist() 319 a->r_nc_protofmly = nconf->nc_protofmly; in rpcbproc_getaddrlist()
|
H A D | rpcbind.c | 392 if (strcmp(np->nc_protofmly, NC_LOOPBACK) == 0) in check_netconfig() 509 if ((strcmp(nconf->nc_protofmly, NC_INET6) == 0) && !ipv6flag) { in init_transport() 524 (strcmp(nconf->nc_protofmly, NC_INET) == 0 || in init_transport() 525 strcmp(nconf->nc_protofmly, NC_INET6) == 0) && in init_transport() 598 if ((strcmp(nconf->nc_protofmly, NC_INET6) == 0) && in init_transport() 614 if ((strcmp(nconf->nc_protofmly, NC_INET) == 0) && in init_transport() 704 if (strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) { in init_transport()
|
/titanic_50/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfs_resolve.c | 89 len = strlen(nconf->nc_protofmly); in get_knconf() 96 bcopy(nconf->nc_protofmly, k->knc_protofmly, len); in get_knconf() 227 if ((strcmp(nconf->nc_protofmly, in resolve_netconf() 229 strcmp(nconf->nc_protofmly, in resolve_netconf() 241 if ((strcmp(nconf->nc_protofmly, in resolve_netconf() 243 strcmp(nconf->nc_protofmly, in resolve_netconf() 302 if (strcmp(nconf->nc_protofmly, NC_INET) == NULL) in setup_nb_parms() 306 else if (strcmp(nconf->nc_protofmly, NC_INET6) == NULL) in setup_nb_parms() 320 if (strcmp(nconf->nc_protofmly, NC_INET) == NULL) in setup_nb_parms() 324 else if (strcmp(nconf->nc_protofmly, NC_INET6) == NULL) in setup_nb_parms()
|
/titanic_50/usr/src/lib/libnsl/netdir/ |
H A D | netdir.c | 167 if ((strcmp(tp->nc_protofmly, NC_INET) == 0) && in netdir_getbyname() 185 if ((strcmp(tp->nc_protofmly, NC_INET6) == 0) && in netdir_getbyname() 274 if ((strcmp(tp->nc_protofmly, NC_INET) == 0) && in netdir_getbyaddr() 284 if ((strcmp(tp->nc_protofmly, NC_INET6) == 0) && in netdir_getbyaddr() 308 if ((strcmp(tp->nc_protofmly, NC_INET) == 0) && in __netdir_getbyaddr_nosrv() 318 if ((strcmp(tp->nc_protofmly, NC_INET6) == 0) && in __netdir_getbyaddr_nosrv() 410 if ((strcmp(tp->nc_protofmly, NC_INET) == 0 || in netdir_options() 411 strcmp(tp->nc_protofmly, NC_INET6) == 0) && in netdir_options() 461 if ((strcmp(tp->nc_protofmly, NC_INET) == 0 || in uaddr2taddr() 462 strcmp(tp->nc_protofmly, NC_INET6) == 0) && in uaddr2taddr() [all …]
|
/titanic_50/usr/src/lib/librdc/common/ |
H A D | netaddrs.c | 229 nconf->nc_protofmly, nconf->nc_proto, sb.st_rdev); in convert_nconf_to_knconf() 233 knconf->knc_protofmly = nconf->nc_protofmly; in convert_nconf_to_knconf() 367 if (strcmp(nconf->nc_protofmly, NC_INET) == 0) in get_the_addr() 372 else if (strcmp(nconf->nc_protofmly, NC_INET6) == 0) in get_the_addr() 401 if (strcmp(nconf->nc_protofmly, NC_INET6) == 0) { in get_the_addr() 570 if ((strcmp(nconf->nc_protofmly, NC_INET) == 0 in get_addr() 573 || strcmp(nconf->nc_protofmly, NC_INET6) == 0 in get_addr() 601 if ((strcmp(nconf->nc_protofmly, in get_addr() 605 || strcmp(nconf->nc_protofmly, in get_addr() 636 (strcmp(nconf->nc_protofmly, NC_INET6) == 0)) { in get_addr()
|
/titanic_50/usr/src/lib/libnsl/rpc/ |
H A D | rpc_generic.c | 212 if (strcmp(nconf->nc_protofmly, NC_INET) == 0) { in __rpc_getconfip() 356 (strcmp(nconf->nc_protofmly, NC_INET) && in __rpc_getconf() 357 strcmp(nconf->nc_protofmly, NC_INET6)) || in __rpc_getconf() 363 (strcmp(nconf->nc_protofmly, NC_INET) && in __rpc_getconf() 364 strcmp(nconf->nc_protofmly, NC_INET6)) || in __rpc_getconf() 372 if (strcmp(nconf->nc_protofmly, NC_LOOPBACK)) in __rpc_getconf()
|
H A D | clnt_generic.c | 388 if (strcmp(nconf->nc_protofmly, NC_INET) != 0 && in clnt_create_service_timed() 389 strcmp(nconf->nc_protofmly, NC_INET6) != 0) in clnt_create_service_timed() 428 if (strcmp(nconf->nc_protofmly, NC_INET) == NULL) in clnt_create_service_timed() 432 else if (strcmp(nconf->nc_protofmly, NC_INET6) == NULL) in clnt_create_service_timed() 661 if (nconf && ((strcmp(nconf->nc_protofmly, NC_INET) == 0) || in _clnt_tli_create_timed() 662 (strcmp(nconf->nc_protofmly, NC_INET6) == 0))) { in _clnt_tli_create_timed()
|
H A D | auth_time.c | 356 if (strcasecmp(nc->nc_protofmly, NC_INET) == 0) { in __rpc_get_time_offset() 362 } else if (strcasecmp(nc->nc_protofmly, NC_INET6) == 0) { in __rpc_get_time_offset() 466 if (strcasecmp(nc->nc_protofmly, NC_INET) == 0) { in __rpc_get_time_offset() 471 } else if (strcasecmp(nc->nc_protofmly, NC_INET6) == in __rpc_get_time_offset()
|
H A D | rpcb_clnt.c | 426 if (strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) { in local_rpcb() 545 (strcmp(nconf->nc_protofmly, rmap->r_nc_protofmly) == 0) && in got_entry() 671 if (check_rpcbind && strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) { in __rpcb_findaddr_timed() 701 if (strcmp(nconf_clts->nc_protofmly, in __rpcb_findaddr_timed() 702 nconf->nc_protofmly) != 0) { in __rpcb_findaddr_timed() 902 if (strcmp(nconf->nc_protofmly, NC_INET) == 0) { in __rpcb_findaddr_timed() 953 if (strcmp(newnconf->nc_protofmly, in __rpcb_findaddr_timed() 954 nconf->nc_protofmly) == 0) in __rpcb_findaddr_timed()
|
H A D | svc_generic.c | 331 (strcmp(nconf->nc_protofmly, NC_INET) == 0 || in svc_tli_create_common() 332 strcmp(nconf->nc_protofmly, NC_INET6) == 0)) { in svc_tli_create_common() 498 (strcmp(nconf->nc_protofmly, "inet") == 0)) in svc_tli_create_common()
|
/titanic_50/usr/src/cmd/ypcmd/ |
H A D | yp_b_svc.c | 216 if (strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) { 355 if (((strcmp(nconf->nc_protofmly, NC_INET) == 0) || 356 (strcmp(nconf->nc_protofmly, NC_INET6))) && 360 if (strcmp(nconf->nc_protofmly, NC_INET)) { 378 if (strcmp(nconf->nc_protofmly, NC_INET) == 0) { 394 if (strcmp(nconf->nc_protofmly, NC_INET)) { 400 if (strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) {
|
H A D | yp_b_subr.c | 859 if (strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) { 866 if (strcmp(nconf->nc_protofmly, NC_LOOPBACK) != 0) { 879 if (strcmp(nconf->nc_protofmly, 1092 ncb->nc_protofmly = 1093 nca->nc_protofmly ? strdup(nca->nc_protofmly) : NULL; 1110 if (ncb->nc_protofmly) 1111 free(ncb->nc_protofmly); 1141 if (ncb->nc_protofmly) 1142 free(ncb->nc_protofmly);
|
H A D | rpc_bootstrap.c | 159 if (strcmp(nconf->nc_protofmly, NC_INET6) == 0) { 161 } else if (strcmp(nconf->nc_protofmly, NC_INET) == 0) { 318 (strcmp(nc->nc_protofmly, NC_INET) == 0)) {
|
/titanic_50/usr/src/lib/libsocket/socket/ |
H A D | _soutil.c | 216 if (strcmp(net->nc_protofmly, family_sw[family]) == 0 && in _s_match_netconf() 221 if (strcmp(net->nc_protofmly, family_sw[family]) == 0 && in _s_match_netconf() 230 if (strcmp(net->nc_protofmly, family_sw[family]) == 0 && in _s_match_netconf()
|
/titanic_50/usr/src/lib/libnsl/nis/gen/ |
H A D | nis_misc.c | 68 ep->family = strdup(nc->nc_protofmly); in __nis_netconfig2ep() 83 if (strcmp(nc->nc_protofmly, ep->family) != 0) in __nis_netconfig_matches_ep()
|
/titanic_50/usr/src/lib/librpcsvc/common/ |
H A D | bindresvport.c | 86 (strcmp(nconf->nc_protofmly, NC_INET) && 87 strcmp(nconf->nc_protofmly, NC_INET6)) || 92 if (strcmp(nconf->nc_protofmly, NC_INET6) == 0)
|
/titanic_50/usr/src/lib/libnsl/netselect/ |
H A D | netselect.c | 367 ((netconfigp->nc_protofmly = gettoken(NULL, FALSE)) == NULL) || in fgetnetconfig() 899 free_entry(netconfigp->nc_protofmly); in netconfig_free() 921 nconf->nc_protofmly = strdup(netconfigp->nc_protofmly); in netconfig_dup() 927 nconf->nc_protofmly && nconf->nc_proto && in netconfig_dup()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | netconfig.h | 47 char *nc_protofmly; /* protocol family name */ member
|
/titanic_50/usr/src/lib/libwrap/ |
H A D | tli.c | 84 && (STR_EQ(request->config->nc_protofmly, "inet") 86 || STR_EQ(request->config->nc_protofmly, "inet6")
|
/titanic_50/usr/src/lib/libnsl/nss/ |
H A D | netdir_inet_sundry.c | 139 if (strcmp(tp->nc_protofmly, NC_INET) == 0) { in __inet_taddr2uaddr() 170 if (strcmp(tp->nc_protofmly, NC_INET) == 0) in __inet_uaddr2taddr() 750 if (strcmp(tp->nc_protofmly, NC_INET) == 0) in inet_netdir_mergeaddr() 931 if (strcmp(nconf->nc_protofmly, NC_INET) == 0) { in bindresvport() 939 } else if (strcmp(nconf->nc_protofmly, NC_INET6) == 0) { in bindresvport()
|
/titanic_50/usr/src/cmd/gss/gssd/ |
H A D | gssd_handle.c | 89 if (strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) {
|
H A D | gssd_generic.c | 75 if ((strcmp(nconf->nc_protofmly, NC_LOOPBACK)) ||
|
/titanic_50/usr/src/cmd/krb5/kwarn/ |
H A D | kwarnd_handle.c | 88 if (strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) {
|
H A D | kwarnd_generic.c | 53 if ((strcmp(nconf->nc_protofmly, NC_LOOPBACK)) || in svc_create_local_service()
|