Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:ip6_dst

185 		strlcpy(dstaddr, ip6addr_string(&ip6->ip6_dst),
926 memcpy(&xmep->server, &ip6->ip6_dst, sizeof(ip6->ip6_dst));
970 memcmp(&ip6->ip6_dst, &xmep->client,
971 sizeof(ip6->ip6_dst)) != 0) {