Home
last modified time | relevance | path

Searched refs:NC_LOOPBACK (Results 1 – 9 of 9) sorted by relevance

/freebsd/include/
H A Dnetconfig.h78 #define NC_LOOPBACK "loopback" macro
/freebsd/sys/rpc/
H A Dnetconfig.h48 #define NC_LOOPBACK "loopback" macro
/freebsd/lib/libypclnt/
H A Dypclnt_passwd.c87 strcmp(nc->nc_protofmly, NC_LOOPBACK) == 0) in ypclnt_havepasswdd()
170 strcmp(nc->nc_protofmly, NC_LOOPBACK) == 0) in yppasswd_local()
/freebsd/lib/libc/rpc/
H A Dcrypt_client.c58 strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) in _des_crypt_call()
H A Drpcb_clnt.c333 if (nconf->nc_protofmly != NULL && strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) { in getclnthandle()
655 strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) in __rpcbind_is_up()
817 if (check_rpcbind && strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) { in __rpcb_findaddr_timed()
H A Dkey_call.c368 if (strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) { in getkeyserv_handle()
H A Drpc_soc.c476 strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) in svcunix_create()
/freebsd/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_main.c292 strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) in main()
/freebsd/usr.bin/rpcinfo/
H A Drpcinfo.c313 strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0)