Home
last modified time | relevance | path

Searched refs:NC_INET6 (Results 1 – 25 of 42) sorted by relevance

12

/titanic_41/usr/src/lib/librdc/common/
H A Dnetaddrs.c371 #ifdef NC_INET6 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()
571 #ifdef NC_INET6 in get_addr()
573 || strcmp(nconf->nc_protofmly, NC_INET6) == 0 in get_addr()
603 #ifdef NC_INET6 in get_addr()
606 NC_INET6) == 0 in get_addr()
636 (strcmp(nconf->nc_protofmly, NC_INET6) == 0)) { in get_addr()
/titanic_41/usr/src/lib/libnsl/netdir/
H A Dnetdir.c185 if ((strcmp(tp->nc_protofmly, NC_INET6) == 0) && in netdir_getbyname()
284 if ((strcmp(tp->nc_protofmly, NC_INET6) == 0) && in netdir_getbyaddr()
318 if ((strcmp(tp->nc_protofmly, NC_INET6) == 0) && in __netdir_getbyaddr_nosrv()
411 strcmp(tp->nc_protofmly, NC_INET6) == 0) && in netdir_options()
462 strcmp(tp->nc_protofmly, NC_INET6) == 0) && in uaddr2taddr()
521 strcmp(tp->nc_protofmly, NC_INET6) == 0) && in taddr2uaddr()
/titanic_41/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_resolve.c230 NC_INET6) == 0) && in resolve_netconf()
244 NC_INET6) == 0) && in resolve_netconf()
306 else if (strcmp(nconf->nc_protofmly, NC_INET6) == NULL) in setup_nb_parms()
324 else if (strcmp(nconf->nc_protofmly, NC_INET6) == NULL) in setup_nb_parms()
/titanic_41/usr/src/lib/librpcsvc/common/
H A Dbindresvport.c87 strcmp(nconf->nc_protofmly, NC_INET6)) ||
92 if (strcmp(nconf->nc_protofmly, NC_INET6) == 0)
/titanic_41/usr/src/uts/common/rpc/
H A Dclnt_gen.c121 else if (strcmp(config->knc_protofmly, NC_INET6) == 0) in clnt_tli_kcreate()
145 else if (strcmp(config->knc_protofmly, NC_INET6) == 0) in clnt_tli_kcreate()
196 else if (strcmp(config->knc_protofmly, NC_INET6) == 0) in clnt_tli_kinit()
H A Drpc_subr.c539 } else if (strcmp(config->knc_protofmly, NC_INET6) == 0) { in rpcbind_getaddr()
629 } else if (strcmp(config->knc_protofmly, NC_INET6) == 0) { in rpcbind_getaddr()
/titanic_41/usr/src/uts/common/sys/
H A Dnetconfig.h93 #define NC_INET6 "inet6" macro
/titanic_41/usr/src/lib/libnsl/rpc/
H A Drpc_generic.c357 strcmp(nconf->nc_protofmly, NC_INET6)) || in __rpc_getconf()
364 strcmp(nconf->nc_protofmly, NC_INET6)) || in __rpc_getconf()
H A Dclnt_generic.c389 strcmp(nconf->nc_protofmly, NC_INET6) != 0) in clnt_create_service_timed()
432 else if (strcmp(nconf->nc_protofmly, NC_INET6) == NULL) in clnt_create_service_timed()
662 (strcmp(nconf->nc_protofmly, NC_INET6) == 0))) { in _clnt_tli_create_timed()
H A Dauth_time.c362 } else if (strcasecmp(nc->nc_protofmly, NC_INET6) == 0) { in __rpc_get_time_offset()
471 } else if (strcasecmp(nc->nc_protofmly, NC_INET6) == in __rpc_get_time_offset()
H A Dsvc_dg.c444 strcmp(nconf->nc_protofmly, NC_INET6) == 0) { in svc_dg_recv()
458 NC_INET6) == 0) { in svc_dg_recv()
H A Dsvc_generic.c332 strcmp(nconf->nc_protofmly, NC_INET6) == 0)) { in svc_tli_create_common()
H A Dti_opts.c568 strcmp(nconf->nc_protofmly, NC_INET6) != 0) in __rpc_set_mac_options()
H A Drpc_soc.c384 if (fmly != 0 && strcmp(fmly, NC_INET6) == 0) { in get_myaddress_ipv6()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_dump.c178 ((v6 = strcmp(nfsdump_cf.knc_protofmly, NC_INET6))\ in nd_init()
207 (strcmp(nfsdump_cf.knc_protofmly, NC_INET6) == 0)) { in nd_init()
/titanic_41/usr/src/cmd/ypcmd/
H A Dyp_b_svc.c356 (strcmp(nconf->nc_protofmly, NC_INET6))) &&
433 NC_INET6);
H A Drpc_bootstrap.c159 if (strcmp(nconf->nc_protofmly, NC_INET6) == 0) {
/titanic_41/usr/src/cmd/rpcbind/
H A Drpcbind.c509 if ((strcmp(nconf->nc_protofmly, NC_INET6) == 0) && !ipv6flag) { 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()
H A Drpcb_svc_4.c245 if (strcmp(trans_conf->nc_protofmly, NC_INET6) == 0) { in rpcbproc_getaddrlist()
H A Dcheck_bound.c362 (strcmp(fdl->nconf->nc_protofmly, NC_INET6) != 0)) { in mergeaddr()
/titanic_41/usr/src/cmd/fs.d/nfs/lockd/
H A Dlockd.c448 if (0 == strcmp(ncfmly, NC_INET6)) in ncfmly_to_lmfmly()
/titanic_41/usr/src/uts/common/klm/
H A Dklmmod.c226 knc.knc_protofmly = NC_INET6; in lm_svc()
/titanic_41/usr/src/uts/common/os/
H A Dtlabel.c277 } else if (strcmp(knconf->knc_protofmly, NC_INET6) == 0) { in getflabel_nfs()
/titanic_41/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c1470 else if (strcmp(nconf->nc_protofmly, NC_INET6) == 0) in get_the_addr()
1718 strcmp(nconf->nc_protofmly, NC_INET6) == 0) && in check_nconf()
1804 strcmp(nconf->nc_protofmly, NC_INET6) == 0) && in get_addr()
/titanic_41/usr/src/lib/libnsl/nis/gen/
H A Dnis_subr.c804 if (__can_use_af((strcmp(nc->nc_protofmly, NC_INET6) == 0) ? in __nis_clnt_create()

12