Home
last modified time | relevance | path

Searched refs:MDF_POOL (Results 1 – 4 of 4) sorted by relevance

/src/contrib/ntp/include/
H A Dntp.h819 #define MDF_POOL 0x08 /* pool client solicitor */ macro
831 #define MDF_TXONLY_MASK (MDF_BCAST | MDF_MCAST | MDF_ACAST | MDF_POOL)
835 #define MDF_SOLICIT_MASK (MDF_ACAST | MDF_POOL)
/src/contrib/ntp/ntpd/
H A Dntp_peer.c602 cast_flags = MDF_POOL; in peer_config()
623 if ((MDF_ACAST | MDF_POOL) & cast_flags) in peer_config()
832 INSIST(NULL == hostname || (MDF_POOL & cast_flags)); in newpeer()
1009 } else if (cast_flags & MDF_POOL) { in newpeer()
H A Dntp_proto.c464 if (peer->cast_flags & MDF_POOL) { in transmit()
1472 if (!AUTH( (!(peer2->cast_flags & MDF_POOL) in receive()
1495 if (MDF_POOL & peer2->cast_flags) { in receive()
1514 if (peer2->cast_flags & MDF_POOL) in receive()
/src/contrib/ntp/
H A DCommitLog161850 add MDF_POOL, rename MDF_ACLNT -> MDF_UCLNT to cover both
161852 add MDF_SOLICIT_MASK (MDF_ACAST | MDF_POOL).