Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:ip6

37 #include "ip6.h"
161 register const struct ip6_hdr *ip6;
172 ip6 = (struct ip6_hdr *)bp2;
174 ip6 = NULL;
184 if (ip6) {
186 ip6addr_string(&ip6->ip6_src),
187 ip6addr_string(&ip6->ip6_dst));
203 if (ip6) {
204 if (ip6->ip6_nxt == IPPROTO_PGM) {
206 ip6addr_string(&ip6->ip6_src),
208 ip6addr_string(&ip6->ip6_dst),