Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:ip_dst

186                              ipaddr_string(ndo, &ip->ip_dst)));
209 ipaddr_string(ndo, &ip->ip_dst),
315 if (UNALIGNED_MEMCMP(&ip->ip_src, &ip->ip_dst, sizeof ip->ip_dst) > 0)
319 UNALIGNED_MEMCPY(&tha.src, &ip->ip_dst, sizeof ip->ip_dst);
323 UNALIGNED_MEMCPY(&tha.dst, &ip->ip_dst, sizeof ip->ip_dst);
865 MD5_Update(&ctx, (const char *)&ip->ip_dst, sizeof(ip->ip_dst));