Home | History | Annotate | Download | only in ipsend

Lines Matching defs:ip2

259 	ip_t	*ip2;
264 ip2 = (struct ip *)lbuf;
265 t2 = (tcphdr_t *)((char *)ip2 + sizeof(ip_t));
269 bzero((char *)ip2, sizeof(*ip2) + sizeof(*t2));
271 ip2->ip_p = ip->ip_p;
272 ip2->ip_src = ip->ip_src;
273 ip2->ip_dst = ip->ip_dst;
290 ip2->ip_len = htons(thlen);
293 t2->th_sum = chksum((u_short *)ip2, thlen + sizeof(ip_t));