/titanic_41/usr/src/uts/common/sys/ |
H A D | netconfig.h | 91 #define NC_LOOPBACK "loopback" macro
|
/titanic_41/usr/src/uts/common/rpc/sec/ |
H A D | key_call.c | 227 #define NC_LOOPBACK "loopback" /* XXX */ macro 228 char loopback_name[] = NC_LOOPBACK;
|
/titanic_41/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_41/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()
|
/titanic_41/usr/src/cmd/keyserv/ |
H A D | key_generic.c | 95 if (strcmp(nconf->nc_protofmly, NC_LOOPBACK))
|
/titanic_41/usr/src/uts/common/io/lvm/md/ |
H A D | md_med.c | 315 { { NC_TPI_CLTS, NC_LOOPBACK, NC_NOPROTO, NODEV }, 322 { { NC_TPI_COTS_ORD, NC_LOOPBACK, NC_NOPROTO, NODEV }, 329 { { NC_TPI_COTS, NC_LOOPBACK, NC_NOPROTO, NODEV }, 668 } else if (strcmp(kncfp->knc_protofmly, NC_LOOPBACK) == 0) { in med_get_rpcb_addr() 738 } else if (strcmp(kncfp->knc_protofmly, NC_LOOPBACK) == 0) { in med_get_rpcb_addr() 1077 if (strcmp(uap->ua_kn.knc_protofmly, NC_LOOPBACK) == 0) { in med_net_callrpc()
|
/titanic_41/usr/src/cmd/ypcmd/ |
H A D | yp_b_svc.c | 216 if (strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) { 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) { 880 NC_LOOPBACK) == 0)
|
/titanic_41/usr/src/uts/common/rpc/ |
H A D | rpc_subr.c | 545 } else if (strcmp(config->knc_protofmly, NC_LOOPBACK) == 0) { in rpcbind_getaddr() 637 } else if (strcmp(config->knc_protofmly, NC_LOOPBACK) == 0) { in rpcbind_getaddr()
|
/titanic_41/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_rpc.c | 87 if (strcmp(ncp->nc_protofmly, NC_LOOPBACK) != 0) in fmd_rpc_svc_create_local()
|
/titanic_41/usr/src/cmd/fs.d/nfs/lockd/ |
H A D | lockd.c | 450 if (0 == strcmp(ncfmly, NC_LOOPBACK)) in ncfmly_to_lmfmly()
|
/titanic_41/usr/src/uts/common/klm/ |
H A D | klmmod.c | 229 knc.knc_protofmly = NC_LOOPBACK; in lm_svc()
|
H A D | nlm_impl.c | 194 { NC_TPI_CLTS, NC_LOOPBACK, NC_NOPROTO, NODEV }, 199 { NC_TPI_COTS_ORD, NC_LOOPBACK, NC_NOPROTO, NODEV },
|
/titanic_41/usr/src/lib/nametoaddr/straddr/common/ |
H A D | straddr.c | 437 if (strcmp(netconfigp->nc_protofmly, NC_LOOPBACK) == 0) in searchhost()
|
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | rpc_generic.c | 372 if (strcmp(nconf->nc_protofmly, NC_LOOPBACK)) in __rpc_getconf()
|
H A D | rpcb_clnt.c | 426 if (strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) { in local_rpcb() 671 if (check_rpcbind && strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) { in __rpcb_findaddr_timed()
|
/titanic_41/usr/src/cmd/rpcbind/ |
H A D | rpcbind.c | 392 if (strcmp(np->nc_protofmly, NC_LOOPBACK) == 0) in check_netconfig() 704 if (strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) { in init_transport()
|
/titanic_41/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfs_tbind.c | 658 strcmp(nconf->nc_protofmly, NC_LOOPBACK) != 0 && in do_all() 1729 (0 == strcmp(nconf->nc_protofmly, NC_LOOPBACK))) { in set_addrmask()
|
/titanic_41/usr/src/cmd/fs.d/autofs/ |
H A D | nfs_cast.c | 179 (strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0)) in nfs_cast()
|
/titanic_41/usr/src/lib/libnsl/yp/ |
H A D | yp_bind.c | 947 if ((strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) && in __clnt_create_loopback()
|
/titanic_41/usr/src/uts/common/fs/autofs/ |
H A D | auto_vfsops.c | 627 fnip->fi_knconf.knc_protofmly = NC_LOOPBACK; in auto_mount()
|
/titanic_41/usr/src/lib/libinetsvc/common/ |
H A D | inetsvc.c | 365 if (strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) in create_rpc_info()
|
/titanic_41/usr/src/cmd/rpcinfo/ |
H A D | rpcinfo.c | 279 NC_LOOPBACK) == 0 &&
|