Lines Matching defs:ip
115 # include <linux/ip.h>
128 # include <netinet/ip.h>
212 sizeof(struct ip) +
252 struct iphdr *ip;
256 ip = (struct iphdr *)(x.lbuf + sizeof(*udp));
257 extralen += sizeof(*udp) + ip->ihl;
260 struct ip *ip;
264 ip = (struct ip *)(x.lbuf + sizeof(*udp));
265 extralen += sizeof(*udp) + ip->ip_hl;
2722 * Return a name for the IP address pointed to by ap. This address
3480 /* make id[src,dst] if both ID types are IP address and same */