Home | History | Annotate | Download | only in slirp

Lines Matching defs:tlen

106 	register int tlen;
123 tlen = 1;
125 tlen = 0;
139 tlen = 0;
145 ti->ti_len = htons((u_short)(sizeof (struct tcphdr) + tlen));
146 tlen += sizeof (struct tcpiphdr);
147 m->m_len = tlen;
162 ti->ti_sum = cksum(m, tlen);
163 ((struct ip *)ti)->ip_len = tlen;