Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dproxy_protocol.c106 *buf = (PP2_VERSION << 4) | PP2_CMD_PROXY; in pp2_write_to_buf()
175 ((header->ver_cmd & 0xF0)>>4) != PP2_VERSION) { in pp2_read_header()
H A Dproxy_protocol.h55 #define PP2_VERSION 0x2 macro