OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RES_LIMITED
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/bsd/ntp/dist/ntpd/
ntp_monitor.c
82
* Parameters of the
RES_LIMITED
restriction option. We define headway
300
* Returns supplied restriction flags, with
RES_LIMITED
and RES_KOD
302
* (
RES_LIMITED
) and possibly should trigger a KoD response (RES_KOD).
308
* such responses. ntpdc -c reslist lets you see whether
RES_LIMITED
335
return ~(
RES_LIMITED
| RES_KOD) & flags;
345
* otherwise cron'ed ntpdate or similar evades
RES_LIMITED
.
385
* exceeded, douse the
RES_LIMITED
and RES_KOD bits and
392
* the
RES_LIMITED
and RES_KOD bits lit. Otherwise,
399
restrict_mask &= ~(
RES_LIMITED
| RES_KOD);
469
return ~(
RES_LIMITED
| RES_KOD) & flags
[
all
...]
ntp_restrict.c
70
* Count number of restriction entries referring to
RES_LIMITED
, to
295
if (
RES_LIMITED
& res->ri.rflags) {
310
if (
RES_LIMITED
& res->ri.rflags) {
700
if ( (
RES_LIMITED
& rflags)
701
&& !(
RES_LIMITED
& ri->rflags)) {
730
if (
RES_LIMITED
& rflags) {
750
if ( (
RES_LIMITED
& ri->rflags)
751
&& (
RES_LIMITED
& rflags)) {
869
if (rflags &
RES_LIMITED
) {
870
CLEAR_BIT_IF_DEBUG(
RES_LIMITED
, rflags)
[
all
...]
ntp_config.c
2819
rflags |=
RES_LIMITED
;
2878
if ((RES_KOD & rflags) && !(
RES_LIMITED
& rflags)) {
ntp_proto.c
955
*
RES_LIMITED
and RES_KOD will be cleared in the returned
959
if (restrict_mask &
RES_LIMITED
) {
/src/external/bsd/ntp/dist/libntp/
statestr.c
188
{
RES_LIMITED
, "limited", 0 },
/src/external/bsd/ntp/dist/include/
ntp.h
843
#define MON_RES 0x02 /* implicit monitoring for
RES_LIMITED
*/
893
#define
RES_LIMITED
0x0040 /* packet rate exceeded */
911
RES_LIMITED
| RES_NOQUERY | \
/src/external/bsd/ntp/dist/ntpq/
ntpq-subs.c
3252
:
RES_LIMITED
);
3323
: (
RES_LIMITED
& recent->rs)
/src/external/bsd/ntp/dist/ntpdc/
ntpdc_ops.c
1660
{ "limited",
RES_LIMITED
},
Completed in 125 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026