Home
last modified time | relevance | path

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

/src/contrib/ntp/ntpd/
H A Dntp_peer.c595 cast_flags = MDF_MCAST; in peer_config()
752 if (MDF_MCAST & p->cast_flags) in peer_refresh_interface()
993 if ((MDF_MCAST & cast_flags) && peer->dstadr != NULL) { in newpeer()
1011 } else if (cast_flags & MDF_MCAST) { in newpeer()
H A Dntp_monitor.c490 INT_MCASTOPEN) && rbufp->fd == mon->lcladr->fd) ? MDF_MCAST in ntp_monitor()
H A Dntp_io.c3977 (MDF_BCLNT | MDF_ACAST | MDF_MCAST | MDF_BCAST)) {
H A Dntp_proto.c414 if (peer->cast_flags & (MDF_BCAST | MDF_MCAST)) { in transmit()
/src/contrib/ntp/include/
H A Dntp.h817 #define MDF_MCAST 0x02 /* multicast server */ macro
831 #define MDF_TXONLY_MASK (MDF_BCAST | MDF_MCAST | MDF_ACAST | MDF_POOL)
/src/contrib/ntp/
H A DCommitLog-4.1.01299 MDF_ACAST and MDF_MCAST cleanup.
H A DCommitLog161972 add MDF_SRVCASTMASK (MDF_MCAST | MDF_BCAST | ACAST).