Symbol: NC_LOOPBACK
usr/src/cmd/fm/fmd/common/fmd_rpc.c
87
if (strcmp(ncp->nc_protofmly, NC_LOOPBACK) != 0)
usr/src/cmd/fs.d/autofs/nfs_cast.c
177
(strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0))
usr/src/cmd/fs.d/nfs/lib/nfs_tbind.c
1729
(0 == strcmp(nconf->nc_protofmly, NC_LOOPBACK))) {
usr/src/cmd/fs.d/nfs/lib/nfs_tbind.c
658
strcmp(nconf->nc_protofmly, NC_LOOPBACK) != 0 &&
usr/src/cmd/fs.d/nfs/lockd/lockd.c
450
if (0 == strcmp(ncfmly, NC_LOOPBACK))
usr/src/cmd/fs.d/nfs/mount/mount.c
1648
if (strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) {
usr/src/cmd/gss/gssd/gssd_generic.c
73
if ((strcmp(nconf->nc_protofmly, NC_LOOPBACK)) ||
usr/src/cmd/gss/gssd/gssd_handle.c
88
if (strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) {
usr/src/cmd/keyserv/key_generic.c
93
if (strcmp(nconf->nc_protofmly, NC_LOOPBACK))
usr/src/cmd/krb5/kwarn/kwarnd_generic.c
51
if ((strcmp(nconf->nc_protofmly, NC_LOOPBACK)) ||
usr/src/cmd/krb5/kwarn/kwarnd_handle.c
88
if (strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) {
usr/src/cmd/rpcbind/rpcbind.c
392
if (strcmp(np->nc_protofmly, NC_LOOPBACK) == 0)
usr/src/cmd/rpcbind/rpcbind.c
704
if (strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) {
usr/src/cmd/rpcinfo/rpcinfo.c
279
NC_LOOPBACK) == 0 &&
usr/src/cmd/ypcmd/yp_b_subr.c
857
if (strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) {
usr/src/cmd/ypcmd/yp_b_subr.c
864
if (strcmp(nconf->nc_protofmly, NC_LOOPBACK) != 0) {
usr/src/cmd/ypcmd/yp_b_subr.c
878
NC_LOOPBACK) == 0)
usr/src/cmd/ypcmd/yp_b_svc.c
214
if (strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) {
usr/src/cmd/ypcmd/yp_b_svc.c
398
if (strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) {
usr/src/lib/libinetsvc/common/inetsvc.c
365
if (strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0)
usr/src/lib/libnsl/rpc/rpc_generic.c
370
if (strcmp(nconf->nc_protofmly, NC_LOOPBACK))
usr/src/lib/libnsl/rpc/rpcb_clnt.c
426
if (strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) {
usr/src/lib/libnsl/rpc/rpcb_clnt.c
671
if (check_rpcbind && strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) {
usr/src/lib/libnsl/yp/yp_bind.c
947
if ((strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) &&
usr/src/lib/nametoaddr/straddr/common/straddr.c
437
if (strcmp(netconfigp->nc_protofmly, NC_LOOPBACK) == 0)
usr/src/uts/common/fs/autofs/auto_vfsops.c
630
fnip->fi_knconf.knc_protofmly = NC_LOOPBACK;
usr/src/uts/common/klm/klmmod.c
230
knc.knc_protofmly = NC_LOOPBACK;
usr/src/uts/common/klm/nlm_impl.c
195
{ NC_TPI_CLTS, NC_LOOPBACK, NC_NOPROTO, NODEV },
usr/src/uts/common/klm/nlm_impl.c
200
{ NC_TPI_COTS_ORD, NC_LOOPBACK, NC_NOPROTO, NODEV },
usr/src/uts/common/rpc/rpc_subr.c
552
} else if (strcmp(config->knc_protofmly, NC_LOOPBACK) == 0) {
usr/src/uts/common/rpc/rpc_subr.c
652
} else if (strcmp(config->knc_protofmly, NC_LOOPBACK) == 0) {
usr/src/uts/common/rpc/sec/key_call.c
228
char loopback_name[] = NC_LOOPBACK;