HomeSort by: relevance | last modified time | path
    Searched refs:MDF_ACAST (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/ntp/dist/include/
ntp.h 822 #define MDF_ACAST 0x10 /* manycast client solicitor */
828 * whose reach is always 0: MDF_BCAST, MDF_MCAST, and MDF_ACAST. The
830 * not affect the MDF_ACAST association's reach register, rather they
833 #define MDF_TXONLY_MASK (MDF_BCAST | MDF_MCAST | MDF_ACAST | MDF_POOL)
837 #define MDF_SOLICIT_MASK (MDF_ACAST | MDF_POOL)
  /src/external/bsd/ntp/dist/ntpd/
ntp_peer.c 606 cast_flags = MDF_ACAST;
625 if ((MDF_ACAST | MDF_POOL) & cast_flags)
740 if (p->dstadr != piface && !(MDF_ACAST & p->cast_flags)
1009 if (cast_flags & MDF_ACAST) {
ntp_io.c 3980 (MDF_BCLNT | MDF_ACAST | MDF_MCAST | MDF_BCAST)) {
ntp_proto.c 437 if (peer->cast_flags & MDF_ACAST) {

Completed in 52 milliseconds