Home
last modified time | relevance | path

Searched refs:ip_copy (Results 1 – 1 of 1) sorted by relevance

/original-bsd/sys/netinet/
H A Dip_mroute.c748 register struct ip *ip_copy; local
782 ip_copy = mtod(mb_opts, struct ip *);
786 *ip_copy = *ip;
787 ip_copy->ip_ttl--;
788 ip_copy->ip_dst = vifp->v_rmt_addr; /* remote tunnel end-point */
792 ip_copy->ip_hl += TUNNEL_LEN >> 2;
793 ip_copy->ip_len += TUNNEL_LEN;
797 cp = (u_char *)(ip_copy + 1);