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

  /src/external/bsd/ntp/dist/include/
ntp.h 821 #define MDF_POOL 0x08 /* pool client solicitor */
833 #define MDF_TXONLY_MASK (MDF_BCAST | MDF_MCAST | MDF_ACAST | MDF_POOL)
837 #define MDF_SOLICIT_MASK (MDF_ACAST | MDF_POOL)
  /src/external/bsd/ntp/dist/ntpd/
ntp_peer.c 604 cast_flags = MDF_POOL;
625 if ((MDF_ACAST | MDF_POOL) & cast_flags)
834 INSIST(NULL == hostname || (MDF_POOL & cast_flags));
1011 } else if (cast_flags & MDF_POOL) {
ntp_proto.c 466 if (peer->cast_flags & MDF_POOL) {
1474 if (!AUTH( (!(peer2->cast_flags & MDF_POOL)
1497 if (MDF_POOL & peer2->cast_flags) {
1516 if (peer2->cast_flags & MDF_POOL)

Completed in 55 milliseconds