/titanic_50/usr/src/cmd/ypcmd/ |
H A D | yp_b_svc.c | 355 if (((strcmp(nconf->nc_protofmly, NC_INET) == 0) || 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)) { 428 NC_INET);
|
H A D | rpc_bootstrap.c | 161 } else if (strcmp(nconf->nc_protofmly, NC_INET) == 0) { 318 (strcmp(nc->nc_protofmly, NC_INET) == 0)) {
|
/titanic_50/usr/src/uts/common/rpc/ |
H A D | clnt_gen.c | 60 #define NC_INET "inet" macro 119 if (strcmp(config->knc_protofmly, NC_INET) == 0) in clnt_tli_kcreate() 143 if (strcmp(config->knc_protofmly, NC_INET) == 0) in clnt_tli_kcreate() 194 if (strcmp(config->knc_protofmly, NC_INET) == 0) in clnt_tli_kinit()
|
H A D | rpc_subr.c | 450 ASSERT(strcmp(config->knc_protofmly, NC_INET) == 0); in portmap_getport() 531 if (strcmp(config->knc_protofmly, NC_INET) == 0) { in rpcbind_getaddr() 621 if (strcmp(config->knc_protofmly, NC_INET) == 0) { in rpcbind_getaddr() 646 strcmp(config->knc_protofmly, NC_INET) == 0) { in rpcbind_getaddr()
|
/titanic_50/usr/src/lib/libnsl/netdir/ |
H A D | netdir.c | 167 if ((strcmp(tp->nc_protofmly, NC_INET) == 0) && in netdir_getbyname() 274 if ((strcmp(tp->nc_protofmly, NC_INET) == 0) && in netdir_getbyaddr() 308 if ((strcmp(tp->nc_protofmly, NC_INET) == 0) && in __netdir_getbyaddr_nosrv() 410 if ((strcmp(tp->nc_protofmly, NC_INET) == 0 || in netdir_options() 461 if ((strcmp(tp->nc_protofmly, NC_INET) == 0 || in uaddr2taddr() 520 if ((strcmp(tp->nc_protofmly, NC_INET) == 0 || in taddr2uaddr()
|
/titanic_50/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfs_resolve.c | 228 NC_INET) == 0 || in resolve_netconf() 242 NC_INET) == 0 || in resolve_netconf() 302 if (strcmp(nconf->nc_protofmly, NC_INET) == NULL) in setup_nb_parms() 320 if (strcmp(nconf->nc_protofmly, NC_INET) == NULL) in setup_nb_parms()
|
/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() 363 (strcmp(nconf->nc_protofmly, NC_INET) && in __rpc_getconf()
|
H A D | clnt_generic.c | 388 if (strcmp(nconf->nc_protofmly, NC_INET) != 0 && in clnt_create_service_timed() 428 if (strcmp(nconf->nc_protofmly, NC_INET) == NULL) in clnt_create_service_timed() 661 if (nconf && ((strcmp(nconf->nc_protofmly, NC_INET) == 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() 466 if (strcasecmp(nc->nc_protofmly, NC_INET) == 0) { in __rpc_get_time_offset()
|
H A D | svc_dg.c | 443 if (strcmp(nconf->nc_protofmly, NC_INET) == 0 || in svc_dg_recv() 451 NC_INET) == 0) { in svc_dg_recv()
|
H A D | svc_generic.c | 331 (strcmp(nconf->nc_protofmly, NC_INET) == 0 || in svc_tli_create_common()
|
H A D | ti_opts.c | 567 if (strcmp(nconf->nc_protofmly, NC_INET) != 0 && in __rpc_set_mac_options()
|
H A D | rpc_soc.c | 371 qlen, NC_INET)); in __rpc_bindresvport()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | netconfig.h | 92 #define NC_INET "inet" macro
|
/titanic_50/usr/src/lib/librdc/common/ |
H A D | netaddrs.c | 367 if (strcmp(nconf->nc_protofmly, NC_INET) == 0) in get_the_addr() 570 if ((strcmp(nconf->nc_protofmly, NC_INET) == 0 in get_addr() 602 NC_INET) == 0 in get_addr()
|
/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()
|
/titanic_50/usr/src/lib/librpcsvc/common/ |
H A D | bindresvport.c | 86 (strcmp(nconf->nc_protofmly, NC_INET) &&
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dump.c | 182 if ((strcmp(nfsdump_cf.knc_protofmly, NC_INET) == 0) || in nd_init() 211 if ((strcmp(nfsdump_cf.knc_protofmly, NC_INET) == 0) || in nd_init()
|
/titanic_50/usr/src/uts/common/rpc/sec/ |
H A D | authdesubr.c | 75 #define NC_INET "inet" /* XXX */ macro
|
/titanic_50/usr/src/cmd/fs.d/nfs/lockd/ |
H A D | lockd.c | 446 if (0 == strcmp(ncfmly, NC_INET)) in ncfmly_to_lmfmly()
|
/titanic_50/usr/src/uts/common/klm/ |
H A D | klmmod.c | 223 knc.knc_protofmly = NC_INET; in lm_svc()
|
/titanic_50/usr/src/cmd/rpcbind/ |
H A D | check_bound.c | 361 if ((strcmp(fdl->nconf->nc_protofmly, NC_INET) != 0) && in mergeaddr()
|
H A D | rpcbind.c | 524 (strcmp(nconf->nc_protofmly, NC_INET) == 0 || in init_transport() 614 if ((strcmp(nconf->nc_protofmly, NC_INET) == 0) && in init_transport()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | tlabel.c | 273 if (strcmp(knconf->knc_protofmly, NC_INET) == 0) { in getflabel_nfs()
|
/titanic_50/usr/src/cmd/fs.d/nfs/mount/ |
H A D | mount.c | 1471 if (strcmp(nconf->nc_protofmly, NC_INET) == 0) in get_the_addr() 1721 (strcmp(nconf->nc_protofmly, NC_INET) == 0 || in check_nconf() 1807 ((strcmp(nconf->nc_protofmly, NC_INET) == 0 || in get_addr()
|