Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:ip6

29 #include "ip6.h"
159 register const struct ip6_hdr *ip6;
170 ip6 = (struct ip6_hdr *)bp2;
172 ip6 = NULL;
182 if (ip6) {
184 ip6addr_string(ndo, &ip6->ip6_src),
185 ip6addr_string(ndo, &ip6->ip6_dst)));
201 if (ip6) {
202 if (ip6->ip6_nxt == IPPROTO_PGM) {
204 ip6addr_string(ndo, &ip6->ip6_src),
206 ip6addr_string(ndo, &ip6->ip6_dst),