Searched refs:thlen (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/ipfilter/ipsend/
H A Dip.c257 int thlen, i, iplen, hlen; local
266 thlen = TCP_OFF(t) << 2;
267 if (!thlen)
268 thlen = sizeof(tcphdr_t);
274 bcopy((char *)ip + hlen, (char *)t2, thlen);
285 bcopy((char *)ip + hlen + thlen, (char *)ip + hlen + thlen + 4,
286 iplen - thlen - hlen);
287 thlen += 4;
289 TCP_OFF_A(t2, thlen >>
309 int thlen; local
[all...]
/freebsd-10-stable/sys/netgraph/
H A Dng_vjc.c596 int ihlen, thlen; local
610 thlen = tcp->th_off << 2;
611 if (m->m_len < ihlen + thlen)
612 m = m_pullup(m, ihlen + thlen);

Completed in 67 milliseconds