Home
last modified time | relevance | path

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

/src/contrib/ntp/include/ !
H A Dntp.h820 #define MDF_ACAST 0x10 /* manycast 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.c604 cast_flags = MDF_ACAST; in peer_config()
623 if ((MDF_ACAST | MDF_POOL) & cast_flags) in peer_config()
738 if (p->dstadr != piface && !(MDF_ACAST & p->cast_flags) in peer_refresh_interface()
1007 if (cast_flags & MDF_ACAST) { in newpeer()
H A Dntp_io.c3977 (MDF_BCLNT | MDF_ACAST | MDF_MCAST | MDF_BCAST)) {
H A Dntp_proto.c435 if (peer->cast_flags & MDF_ACAST) { in transmit()
/src/contrib/ntp/ !
H A DCommitLog-4.1.0944 (resetmanycast): That's a poll_update() on an MDF_ACAST, not a
1002 not ->nextate, when burst > 0. MDF_ACAST cleanup.
1299 MDF_ACAST and MDF_MCAST cleanup.
1321 * ntpd/ntp_proto.c (transmit): MDF_ACAST ttl fixes.
1322 * ntpd/ntp_peer.c (resetmanycast): Reset ttl if MDF_ACAST.
H A DCommitLog161852 add MDF_SOLICIT_MASK (MDF_ACAST | MDF_POOL).