Lines Matching refs: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);
Indexes created Fri Nov 07 05:10:14 GMT 2025