Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/include/
Dntp.h895 #define RES_NOMODIFY 0x0100 /* mode 6/7 modify denied */ macro
912 RES_NOMODIFY | RES_NOTRAP | \
/netbsd/src/external/bsd/ntp/dist/ntpd/
Dntp_restrict.c879 if (rflags & RES_NOMODIFY) { in rflags_str()
880 CLEAR_BIT_IF_DEBUG(RES_NOMODIFY, rflags); in rflags_str()
Dntp_control.c1006 if (RES_NOMODIFY & restrict_mask) { in save_config()
3555 if (RES_NOMODIFY & restrict_mask) { in configure()
Dntp_proto.c711 process_private(rbufp, !(RES_NOMODIFY & restrict_mask)); in receive()
Dntp_config.c2831 rflags |= RES_NOMODIFY; in config_access()
/netbsd/src/external/bsd/ntp/dist/libntp/
Dstatestr.c191 { RES_NOMODIFY, "nomodify", 0 },
/netbsd/src/external/bsd/ntp/dist/ntpdc/
Dntpdc_ops.c1656 { "nomodify", RES_NOMODIFY },