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

/freebsd-11-stable/contrib/ntp/include/
H A Dntp.h804 #define MDF_ACAST 0x10 /* manycast client solicitor */ macro
810 * whose reach is always 0: MDF_BCAST, MDF_MCAST, and MDF_ACAST. The
812 * not affect the MDF_ACAST association's reach register, rather they
815 #define MDF_TXONLY_MASK (MDF_BCAST | MDF_MCAST | MDF_ACAST | MDF_POOL)
819 #define MDF_SOLICIT_MASK (MDF_ACAST | MDF_POOL)
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_peer.c601 cast_flags = MDF_ACAST;
620 if ((MDF_ACAST | MDF_POOL) & cast_flags)
714 if (p->dstadr != piface && !(MDF_ACAST & p->cast_flags)
951 if (cast_flags & MDF_ACAST)
H A Dntp_proto.c435 if (peer->cast_flags & MDF_ACAST) {
H A Dntp_io.c3948 (MDF_BCLNT | MDF_ACAST | MDF_MCAST | MDF_BCAST)) {

Completed in 91 milliseconds