HomeSort by: relevance | last modified time | path
    Searched defs:cast_flags (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
ntp_peer.c 208 u_char cast_flags,
219 mode, (u_int)cast_flags, ip_count));
239 (u_int)cast_flags, (u_int)peer->cast_flags));
246 ((MDF_BCLNT & peer->cast_flags) &&
247 (MDF_BCLNT & cast_flags))) &&
269 u_char cast_flags,
278 cast_flags, ip_count);
402 if (!(MDF_TXONLY_MASK & p->cast_flags))
587 u_char cast_flags; local
    [all...]
ntp_proto.c 416 if (peer->cast_flags & (MDF_BCAST | MDF_MCAST)) {
437 if (peer->cast_flags & MDF_ACAST) {
466 if (peer->cast_flags & MDF_POOL) {
477 if (MDF_PCLNT & peer->cast_flags) {
650 u_char cast_flags; /* MDF_* flags for newpeer() */ local
1474 if (!AUTH( (!(peer2->cast_flags & MDF_POOL)
1496 cast_flags = MDF_UCAST;
1497 if (MDF_POOL & peer2->cast_flags) {
1498 cast_flags |= MDF_PCLNT;
1504 cast_flags, 0, skeyid, sys_ident)
    [all...]
  /src/external/bsd/ntp/dist/include/
ntp.h 280 u_char cast_flags; /* additional flags */ member in struct:peer
810 u_char cast_flags; /* flags MDF_?CAST */ member in struct:mon_data
815 * Values for cast_flags in mon_entry and struct peer. mon_entry uses
826 * In the context of struct peer in ntpd, three of the cast_flags bits
835 * manycastclient-like solicitor association cast_flags bits

Completed in 21 milliseconds