Searched refs:MDF_ACAST (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/ntp/ntpd/
H A Dntp_peer.c592 cast_flags = MDF_ACAST;
611 if ((MDF_ACAST | MDF_POOL) & cast_flags)
705 if (p->dstadr != piface && !(MDF_ACAST & p->cast_flags)
913 if (cast_flags & MDF_ACAST)
H A Dntp_io.c3867 (MDF_BCLNT | MDF_ACAST | MDF_MCAST | MDF_BCAST)) {
H A Dntp_proto.c396 if (peer->cast_flags & MDF_ACAST) {
/freebsd-10.1-release/contrib/ntp/include/
H A Dntp.h788 #define MDF_ACAST 0x10 /* manycast client solicitor */ macro
794 * whose reach is always 0: MDF_BCAST, MDF_MCAST, and MDF_ACAST. The
796 * not affect the MDF_ACAST association's reach register, rather they
799 #define MDF_TXONLY_MASK (MDF_BCAST | MDF_MCAST | MDF_ACAST | MDF_POOL)
803 #define MDF_SOLICIT_MASK (MDF_ACAST | MDF_POOL)

Completed in 134 milliseconds