Lines Matching defs:ohlen
2807 u_int hlen, ohlen, dlen;
2812 ohlen = pd->off;
2850 pd->tot_len += hlen - ohlen;
2923 u_int hlen, ohlen, dlen;
2937 ohlen = pd2->off - ipoff2;
2940 pf_cksum_uncover(pd->pcksum, in_cksum(n, ohlen), pd->proto);
2941 m_adj(n, ohlen);
2953 ip4->ip_len = htons(sizeof(*ip4) + pd2->tot_len - ohlen);
2969 ip6->ip6_plen = htons(pd2->tot_len - ohlen);
2997 d = hlen - ohlen;