Searched refs:NC_VISIBLE (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/sys/rpc/
H A Dgetnetconfig.c47 .nc_flag = NC_VISIBLE,
54 .nc_flag = NC_VISIBLE,
62 .nc_flag = NC_VISIBLE,
69 .nc_flag = NC_VISIBLE,
H A Dnetconfig.h41 #define NC_VISIBLE 0x01 macro
H A Drpc_generic.c616 if (nconf && !(nconf->nc_flag & NC_VISIBLE))
629 if (!(nconf->nc_flag & NC_VISIBLE))
635 if (!(nconf->nc_flag & NC_VISIBLE))
644 if (!(nconf->nc_flag & NC_VISIBLE))
/freebsd-current/include/
H A Dnetconfig.h71 #define NC_VISIBLE 0x01 macro
/freebsd-current/lib/libc/rpc/
H A Dgetnetpath.c161 } while ((ncp->nc_flag & NC_VISIBLE) == 0);
H A Drpc_generic.c347 if (!(nconf->nc_flag & NC_VISIBLE))
353 if (!(nconf->nc_flag & NC_VISIBLE))
362 if (!(nconf->nc_flag & NC_VISIBLE))
H A Dgetnetconfig.c595 ncp->nc_flag |= NC_VISIBLE;
/freebsd-current/usr.sbin/rpc.lockd/
H A Dlockd.c309 if (nconf->nc_flag & NC_VISIBLE) {
328 if (nconf->nc_flag & NC_VISIBLE) {
400 if (nconf->nc_flag & NC_VISIBLE) {
/freebsd-current/usr.sbin/rpc.statd/
H A Dstatd.c203 if (nconf->nc_flag & NC_VISIBLE) {
267 if (nconf->nc_flag & NC_VISIBLE) {
/freebsd-current/usr.sbin/rpcbind/tests/
H A Daddrmerge_test.c307 nconf_udp.nc_flag = NC_VISIBLE;
317 nconf_udp6.nc_flag = NC_VISIBLE;
/freebsd-current/usr.sbin/ypserv/
H A Dyp_main.c534 if ((nconf->nc_flag & NC_VISIBLE)) {
/freebsd-current/usr.sbin/rpcbind/
H A Drpcbind.c180 if (nconf->nc_flag & NC_VISIBLE) {

Completed in 218 milliseconds