Home | History | Annotate | Download | only in net

Lines Matching defs:iph

534 	struct ip *iph;
552 iph = mtod(m, struct ip *);
553 iphlen = iph->ip_hl << 2;
561 iph = mtod(m, struct ip *);
573 iph->ip_ttl = ms.shim.ttl;
577 iph->ip_tos = (iph->ip_tos << 3) >> 3;
578 iph->ip_tos |= ms.shim.exp << 5;
582 iph->ip_sum = 0;
583 iph->ip_sum = in_cksum(m, iphlen);