Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:ip6_dst

198                                      ip6addr_string(ndo, &ip6->ip6_dst),
260 dst = &ip6->ip6_dst;
264 if (UNALIGNED_MEMCMP(src, dst, sizeof ip6->ip6_dst) > 0)
268 UNALIGNED_MEMCPY(&tha.src, dst, sizeof ip6->ip6_dst);
272 UNALIGNED_MEMCPY(&tha.dst, dst, sizeof ip6->ip6_dst);
874 MD5_Update(&ctx, (const char *)&ip6->ip6_dst, sizeof(ip6->ip6_dst));