Lines Matching refs:iphdr
100 static void pr_iph(struct iphdr *ip);
788 struct iphdr *ip; in parse_reply()
797 ip = (struct iphdr *)buf; in parse_reply()
807 opts = buf + sizeof(struct iphdr); in parse_reply()
808 optlen = hlen - sizeof(struct iphdr); in parse_reply()
856 struct iphdr * iph = (struct iphdr *)(&icp[1]); in parse_reply()
859 if (cc < 8+sizeof(struct iphdr)+8 || in parse_reply()
929 pr_options(opts, optlen + sizeof(struct iphdr)); in parse_reply()
1049 pr_iph((struct iphdr*)(icp + 1)); in pr_icmph()
1054 pr_iph((struct iphdr*)(icp + 1)); in pr_icmph()
1076 pr_iph((struct iphdr*)(icp + 1)); in pr_icmph()
1095 pr_iph((struct iphdr*)(icp + 1)); in pr_icmph()
1100 pr_iph((struct iphdr*)(icp + 1)); in pr_icmph()
1141 totlen = hlen-sizeof(struct iphdr); in pr_options()
1286 void pr_iph(struct iphdr *ip) in pr_iph()