Searched defs:fam (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-master/
H A Dmaster-service-haproxy.c57 uint8_t fam; member in struct:haproxy_header_v2
392 if ((hdr->fam & 0x0f) != HAPROXY_SOCK_STREAM) {
396 (hdr->fam & 0x0f), net_ip2addr(real_remote_ip));
399 switch ((hdr->fam & 0xf0) >> 4) {
436 "(family=%02x, rip=%s)", (hdr->fam & 0xf0) >> 4,
443 "(family=%02x, rip=%s)", (hdr->fam & 0xf0) >> 4,

Completed in 8 milliseconds