Lines Matching defs:v2
289 } v2;
316 } else if ((size_t)ret >= sizeof(buf.v2.hdr) &&
317 memcmp(buf.v2.hdr.sig, haproxy_v2sig, sizeof(haproxy_v2sig)) == 0) {
318 want = ntohs(buf.v2.hdr.len) + sizeof(buf.v2.hdr);
355 const struct haproxy_header_v2 *hdr = &buf.v2.hdr;
356 const struct haproxy_data_v2 *data = &buf.v2.data;
359 i_assert(ret >= (ssize_t)sizeof(buf.v2.hdr));
376 i_error("haproxy(v2): Client disconnected: "
388 /*i_debug("haproxy(v2): Local connection (rip=%s)",
394 i_error("haproxy(v2): Client disconnected: "
403 i_error("haproxy(v2): Client disconnected: "
419 i_error("haproxy(v2): Client disconnected: "
435 i_error("haproxy(v2): Unsupported address family "
441 i_error("haproxy(v2): Client disconnected: "
449 i_error("haproxy(v2): Client disconnected: "
457 i_error("haproxy(v2): Client disconnected: "