Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ntp/ntpd/
Dntp_peer.c590 cast_flags = MDF_POOL; in peer_config()
611 if ((MDF_ACAST | MDF_POOL) & cast_flags) in peer_config()
789 INSIST(NULL == hostname || (MDF_POOL & cast_flags)); in newpeer()
915 else if (cast_flags & MDF_POOL) in newpeer()
Dntp_proto.c425 if (peer->cast_flags & MDF_POOL) { in transmit()
1150 if (!AUTH( (!(peer2->cast_flags & MDF_POOL) in receive()
1183 if (peer2->cast_flags & MDF_POOL) in receive()
/freebsd-9-stable/contrib/ntp/include/
Dntp.h787 #define MDF_POOL 0x08 /* pool client solicitor */ macro
799 #define MDF_TXONLY_MASK (MDF_BCAST | MDF_MCAST | MDF_ACAST | MDF_POOL)
803 #define MDF_SOLICIT_MASK (MDF_ACAST | MDF_POOL)
/freebsd-9-stable/contrib/ntp/
DCommitLog141259 add MDF_POOL, rename MDF_ACLNT -> MDF_UCLNT to cover both
141261 add MDF_SOLICIT_MASK (MDF_ACAST | MDF_POOL).