Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ntp/include/
Dntp.h889 #define RES_MSSNTP 0x1000 /* enable MS-SNTP authentication */ macro
900 RES_MSSNTP | RES_FLAKE | \
/freebsd-12-stable/contrib/ntp/libntp/
Dstatestr.c195 { RES_MSSNTP, "mssntp", 0 },
/freebsd-12-stable/contrib/ntp/ntpd/
Dntp_proto.c1031 restrict_mask &= ~RES_MSSNTP; in receive()
1040 restrict_mask &= ~RES_MSSNTP; in receive()
1060 && (restrict_mask & RES_MSSNTP) in receive()
1082 restrict_mask &= ~RES_MSSNTP; in receive()
4720 if (flags & RES_MSSNTP) { in fast_xmit()
Dntp_config.c2786 rflags |= RES_MSSNTP; in config_access()
2831 if ((RES_MSSNTP & rflags) && !warned_signd) { in config_access()
5818 if (rflags & RES_MSSNTP) { in build_rflags()
5819 rflags &= ~RES_MSSNTP; in build_rflags()
/freebsd-12-stable/contrib/ntp/
DChangeLog3978 * [Bug 1248] RES_MSSNTP typo in ntp_proto.c.
DCommitLog178586 [Bug 1248] RES_MSSNTP typo in ntp_proto.c
178589 [Bug 1248] RES_MSSNTP typo in ntp_proto.c
178592 [Bug 1248] RES_MSSNTP typo in ntp_proto.c