Home | History | Annotate | Download | only in slirp-android

Lines Matching defs:tlen

239 	int len, tlen, off;
297 tlen = ((struct ip *)ti)->ip_len;
301 ti->ti_len = htons((u_int16_t)tlen);
302 len = sizeof(struct ip ) + tlen;
316 if (off < sizeof (struct tcphdr) || off > tlen) {
320 tlen -= off;
321 ti->ti_len = tlen;