Home
last modified time | relevance | path

Searched refs:MDF_UCAST (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/ntp/ntpd/
Dntp_monitor.c490 : rbufp->fd == mon->lcladr->bfd ? MDF_BCAST : MDF_UCAST); in ntp_monitor()
Dntp_peer.c603 cast_flags = MDF_UCAST; in peer_config()
607 cast_flags = MDF_UCAST; in peer_config()
Dntp_proto.c1457 (MDF_UCAST | MDF_UCLNT), 0, skeyid, sys_ident); in receive()
1722 pkt->ppoll, NTP_MAXDPOLL, 0, MDF_UCAST, 0, in receive()
/freebsd-12-stable/contrib/ntp/include/
Dntp.h801 #define MDF_UCAST 0x01 /* unicast client */ macro