Home
last modified time | relevance | path

Searched refs:NC_VISIBLE (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/include/
H A Dnetconfig.h69 #define NC_VISIBLE 0x01 macro
/netbsd-src/lib/libc/rpc/
H A Drpc_generic.c405 if (!(nconf->nc_flag & NC_VISIBLE)) in __rpc_getconf()
411 if (!(nconf->nc_flag & NC_VISIBLE)) in __rpc_getconf()
420 if (!(nconf->nc_flag & NC_VISIBLE)) in __rpc_getconf()
H A Dgetnetpath.c173 } while ((ncp->nc_flag & NC_VISIBLE) == 0); in getnetpath()
H A Dgetnetconfig.c563 ncp->nc_flag |= NC_VISIBLE; in parse_ncp()
/netbsd-src/usr.sbin/rpcbind/
H A Drpcbind.c206 if (nconf->nc_flag & NC_VISIBLE) {