Home
last modified time | relevance | path

Searched refs:RES_NOMODIFY (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/ntp/include/
HDntp.h883 #define RES_NOMODIFY 0x0100 /* mode 6/7 modify denied */ macro
897 RES_NOMODIFY | RES_NOTRAP | \
/freebsd-11-stable/contrib/ntp/libntp/
HDstatestr.c190 { RES_NOMODIFY, "nomodify", 0 },
/freebsd-11-stable/contrib/ntp/ntpd/
HDntp_config.c2717 rflags |= RES_NOMODIFY; in config_access()
5671 if (rflags & RES_NOMODIFY) { in build_rflags()
5672 rflags &= ~RES_NOMODIFY; in build_rflags()
HDntp_control.c1004 if (RES_NOMODIFY & restrict_mask) { in save_config()
3549 if (RES_NOMODIFY & restrict_mask) { in configure()
HDntp_proto.c696 RES_NOMODIFY) == 0)); in receive()
/freebsd-11-stable/contrib/ntp/ntpdc/
HDntpdc_ops.c1654 { "nomodify", RES_NOMODIFY },