Searched refs:FLAG_ASSOC (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/ntp/include/
H A Dntp.h467 # define FLAG_ASSOC 0x8000 /* autokey request */ macro
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_proto.c4232 if (peer->flags & FLAG_ASSOC)
4287 else if ( peer->flags & FLAG_ASSOC
4952 peer->flags &= ~FLAG_ASSOC;
H A Dntp_crypto.c399 peer->flags |= FLAG_ASSOC;
1371 peer->flags &= ~FLAG_ASSOC;

Completed in 89 milliseconds