Home | History | Annotate | Download | only in racoon

Lines Matching defs:ip

115 #  include <linux/ip.h>
128 # include <netinet/ip.h>
208 sizeof(struct ip) +
248 struct iphdr *ip;
252 ip = (struct iphdr *)(x.lbuf + sizeof(*udp));
253 extralen += sizeof(*udp) + ip->ihl;
256 struct ip *ip;
260 ip = (struct ip *)(x.lbuf + sizeof(*udp));
261 extralen += sizeof(*udp) + ip->ip_hl;
2717 * Return a name for the IP address pointed to by ap. This address
3474 /* make id[src,dst] if both ID types are IP address and same */