Home | History | Annotate | Download | only in netinet

Lines Matching defs:ip_copy

1747 	struct ip *ip_copy;
1782 ip_copy = mtod(mb_copy, struct ip *);
1783 *ip_copy = multicast_encap_iphdr;
1785 ip_copy->ip_id = 0;
1787 ip_copy->ip_id = ip_newid();
1788 ip_copy->ip_len = htons(len);
1789 ip_copy->ip_src = vifp->v_lcl_addr;
1790 ip_copy->ip_dst = vifp->v_rmt_addr;
1795 ip = (struct ip *)((char *)ip_copy + sizeof(multicast_encap_iphdr));
1805 tbf_control(vifp, mb_copy, ip, ntohs(ip_copy->ip_len));