HomeSort by: relevance | last modified time | path
    Searched refs:RES_MSSNTP (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/
statestr.c 196 { RES_MSSNTP, "mssntp", 0 },
  /src/external/bsd/ntp/dist/include/
ntp.h 900 #define RES_MSSNTP 0x1000 /* enable MS-SNTP authentication */
914 RES_MSSNTP | RES_FLAKE | \
  /src/external/bsd/ntp/dist/ntpd/
ntp_restrict.c 864 if (rflags & RES_MSSNTP) {
865 CLEAR_BIT_IF_DEBUG(RES_MSSNTP, rflags);
ntp_proto.c 1052 restrict_mask &= ~RES_MSSNTP;
1061 restrict_mask &= ~RES_MSSNTP;
1081 && (restrict_mask & RES_MSSNTP)
1103 restrict_mask &= ~RES_MSSNTP;
4779 if (flags & RES_MSSNTP) {
ntp_config.c 2827 rflags |= RES_MSSNTP;
2872 if ((RES_MSSNTP & rflags) && !warned_signd) {

Completed in 41 milliseconds