Home
last modified time | relevance | path

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

/openbsd/usr.sbin/smtpd/
H A Dproxy.c88 uint16_t header_total; member
205 if (s->header_len < s->header_total) { in proxy_io()
209 off = s->header_total - s->header_len; in proxy_io()
215 if (s->header_len < s->header_total) in proxy_io()
311 s->header_total = ntohs(h->len); in proxy_header_validate()
312 if (s->header_total > UINT16_MAX - sizeof(struct proxy_hdr_v2)) { in proxy_header_validate()
316 s->header_total += sizeof(struct proxy_hdr_v2); in proxy_header_validate()
318 if (s->header_total < sizeof(struct proxy_hdr_v2) + s->addr_total) { in proxy_header_validate()
/openbsd/usr.bin/compress/
H A Dmain.c907 static off_t compressed_total, uncompressed_total, header_total; in list_stats() local
938 header_total += info->hlen; in list_stats()
945 (long long)(compressed_total + header_total), in list_stats()