Home | History | Annotate | Download | only in tcpdump

Lines Matching full:ip_dst

183                              ipaddr_string(ndo, &ip->ip_dst)));
211 ipaddr_string(ndo, &ip->ip_dst),
317 dst = &ip->ip_dst;
321 if (UNALIGNED_MEMCMP(src, dst, sizeof ip->ip_dst) > 0)
325 UNALIGNED_MEMCPY(&tha.src, dst, sizeof ip->ip_dst);
329 UNALIGNED_MEMCPY(&tha.dst, dst, sizeof ip->ip_dst);
836 MD5_Update(&ctx, (char *)&ip->ip_dst, sizeof(ip->ip_dst));