Home
last modified time | relevance | path

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

/netbsd/src/lib/libc/rpc/
Dgetnetconfig.c558 for (ncp->nc_flag = NC_NOFLAG; *tokenp != '\0'; tokenp++) { in parse_ncp()
563 ncp->nc_flag |= NC_VISIBLE; in parse_ncp()
566 ncp->nc_flag |= NC_BROADCAST; in parse_ncp()
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()
Dgetnetpath.c173 } while ((ncp->nc_flag & NC_VISIBLE) == 0); in getnetpath()
/netbsd/src/include/
Dnetconfig.h43 unsigned long nc_flag; /* Flags (see below) */ member
/netbsd/src/usr.sbin/rpcbind/
Drpcbind.c206 if (nconf->nc_flag & NC_VISIBLE) {