Home | History | Annotate | Download | only in racoon

Lines Matching refs:lbuf

204 		char		lbuf[sizeof(struct udphdr) + 
250 udp = (struct udphdr *)&x.lbuf[0];
252 ip = (struct iphdr *)(x.lbuf + sizeof(*udp));
258 udp = (struct udphdr *)&x.lbuf[0];
260 ip = (struct ip *)(x.lbuf + sizeof(*udp));