Home
last modified time | relevance | path

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

/NextBSD/contrib/ntp/include/
HDntp.h456 # define FLAG_ASSOC 0x8000 /* autokey request */ macro
/NextBSD/contrib/ntp/ntpd/
HDntp_proto.c3318 if (peer->flags & FLAG_ASSOC) in peer_xmit()
3373 else if ( peer->flags & FLAG_ASSOC in peer_xmit()
3949 peer->flags &= ~FLAG_ASSOC; in key_expire()
HDntp_crypto.c386 peer->flags |= FLAG_ASSOC; in make_keylist()
1357 peer->flags &= ~FLAG_ASSOC; in crypto_xmit()
/NextBSD/contrib/ntp/
HDCommitLog-4.1.01014 (peer_clear): Improve debug info. Turn off FLAG_ASSOC in addition
1020 (peer_xmit): Check peer->flags using FLAG_ASSOC, not
1027 (make_keylist): More debug info. Use FLAG_ASSOC, not
1032 CRYPTO_RESP packets. Use FLAG_ASSOC, not CRYPTO_FLAG_ASSOC. More
1036 (FLAG_ASSOC): Added.