Searched refs:nc_flag (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/include/
H A Dnetconfig.h16 unsigned long nc_flag; /* Flags (see below) */ member in struct:netconfig
39 * nc_flag values
/barrelfish-master/lib/libc/rpc/
H A Dgetnetconfig.c593 for (ncp->nc_flag = NC_NOFLAG; *tokenp != '\0';
599 ncp->nc_flag |= NC_VISIBLE;
602 ncp->nc_flag |= NC_BROADCAST;
H A Dgetnetpath.c165 } while ((ncp->nc_flag & NC_VISIBLE) == 0);
H A Drpc_generic.c372 if (!(nconf->nc_flag & NC_VISIBLE))
378 if (!(nconf->nc_flag & NC_VISIBLE))
387 if (!(nconf->nc_flag & NC_VISIBLE))

Completed in 43 milliseconds