Home
last modified time | relevance | path

Searched refs:ver_cmd (Results 1 – 10 of 10) sorted by relevance

/openbsd/usr.sbin/nsd/util/
H A Dproxy_protocol.c174 ((header->ver_cmd & 0xF0)>>4) != PP2_VERSION) { in pp2_read_header()
183 if((header->ver_cmd & 0xF) != PP2_CMD_LOCAL && in pp2_read_header()
184 (header->ver_cmd & 0xF) != PP2_CMD_PROXY) { in pp2_read_header()
H A Dproxy_protocol.h102 uint8_t ver_cmd; member
/openbsd/usr.sbin/unbound/util/
H A Dproxy_protocol.c174 ((header->ver_cmd & 0xF0)>>4) != PP2_VERSION) { in pp2_read_header()
183 if((header->ver_cmd & 0xF) != PP2_CMD_LOCAL && in pp2_read_header()
184 (header->ver_cmd & 0xF) != PP2_CMD_PROXY) { in pp2_read_header()
H A Dproxy_protocol.h102 uint8_t ver_cmd; member
H A Dnetevent.c901 if((header->ver_cmd & 0xF) == PP2_CMD_LOCAL) {
/openbsd/sbin/unwind/libunbound/util/
H A Dproxy_protocol.c174 ((header->ver_cmd & 0xF0)>>4) != PP2_VERSION) { in pp2_read_header()
183 if((header->ver_cmd & 0xF) != PP2_CMD_LOCAL && in pp2_read_header()
184 (header->ver_cmd & 0xF) != PP2_CMD_PROXY) { in pp2_read_header()
H A Dproxy_protocol.h102 uint8_t ver_cmd; member
H A Dnetevent.c901 if((header->ver_cmd & 0xF) == PP2_CMD_LOCAL) {
/openbsd/usr.sbin/smtpd/
H A Dproxy.c50 uint8_t ver_cmd; member
220 switch(h->ver_cmd & 0xF) { in proxy_io()
284 if ((h->ver_cmd >> 4) != 2) { in proxy_header_validate()
/openbsd/usr.sbin/nsd/
H A Dserver.c3803 if((header->ver_cmd & 0xF) == PP2_CMD_LOCAL) { in consume_pp2_header()