Searched refs:NC_LOOPBACK (Results 1 – 9 of 9) sorted by relevance
/freebsd/include/ |
H A D | netconfig.h | 78 #define NC_LOOPBACK "loopback" macro
|
/freebsd/sys/rpc/ |
H A D | netconfig.h | 48 #define NC_LOOPBACK "loopback" macro
|
/freebsd/lib/libypclnt/ |
H A D | ypclnt_passwd.c | 87 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 D | crypt_client.c | 58 strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) in _des_crypt_call()
|
H A D | rpcb_clnt.c | 333 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 D | key_call.c | 368 if (strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) { in getkeyserv_handle()
|
H A D | rpc_soc.c | 476 strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) in svcunix_create()
|
/freebsd/usr.sbin/rpc.yppasswdd/ |
H A D | yppasswdd_main.c | 292 strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0) in main()
|
/freebsd/usr.bin/rpcinfo/ |
H A D | rpcinfo.c | 313 strcmp(nconf->nc_protofmly, NC_LOOPBACK) == 0)
|