Home
last modified time | relevance | path

Searched refs:MATCH_ASSOC (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/ntp/ntpd/
H A Dntp_peer.c61 #define MATCH_ASSOC(x, y) (AM[CLAMP((x), 0, AM_MODES)][CLAMP((y), 0, AM_MODES)]) macro
331 *action = MATCH_ASSOC(p->hmode, pkt_mode); in findpeer()
362 *action = MATCH_ASSOC(NO_PEER, pkt_mode); in findpeer()
/freebsd-src/contrib/ntp/
H A DNEWS1875 * Crafted addpeer with hmode > 7 causes array wraparound with MATCH_ASSOC
1883 hmode > 7 causes the MATCH_ASSOC() lookup to make an
5641 * Crafted addpeer with hmode > 7 causes array wraparound with MATCH_ASSOC
5649 hmode > 7 causes the MATCH_ASSOC() lookup to make an