Home
last modified time | relevance | path

Searched refs:dp_onlyuid (Results 1 – 4 of 4) sorted by relevance

/original-bsd/old/berknet/
H A Dsetup.c37 debugflg,netd.dp_oatime, netd.dp_maxbread,netd.dp_onlyuid,
81 netd.dp_onlyuid = atoi(argv[1]);
H A Ddefs.h241 int dp_onlyuid; /* if non-zero, only send this uid's things */ member
H A Dnetrc.c274 if(token(cfile))netd.dp_onlyuid = atoi(tokval);
H A Dnetdaemon.c179 if(netd.dp_onlyuid != 0 && uid != netd.dp_onlyuid && uid != SUPERUSER in netsend()