Home
last modified time | relevance | path

Searched refs:MDF_MCAST (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_peer.c592 cast_flags = MDF_MCAST; in peer_config()
728 if (MDF_MCAST & p->cast_flags) in peer_refresh_interface()
938 if ((MDF_MCAST & cast_flags) && peer->dstadr != NULL) in newpeer()
955 else if (cast_flags & MDF_MCAST) in newpeer()
H A Dntp_monitor.c487 INT_MCASTOPEN) && rbufp->fd == mon->lcladr->fd) ? MDF_MCAST in ntp_monitor()
H A Dntp_io.c3948 (MDF_BCLNT | MDF_ACAST | MDF_MCAST | MDF_BCAST)) {
H A Dntp_proto.c414 if (peer->cast_flags & (MDF_BCAST | MDF_MCAST)) { in transmit()
/freebsd-13.1/contrib/ntp/include/
H A Dntp.h801 #define MDF_MCAST 0x02 /* multicast server */ macro
815 #define MDF_TXONLY_MASK (MDF_BCAST | MDF_MCAST | MDF_ACAST | MDF_POOL)
/freebsd-13.1/contrib/ntp/
H A DCommitLog-4.1.01299 MDF_ACAST and MDF_MCAST cleanup.
H A DCommitLog152616 add MDF_SRVCASTMASK (MDF_MCAST | MDF_BCAST | ACAST).