Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:ip_dst

136 		memcpy(&phu.ph.dst, &ip->ip_dst.s_addr, sizeof(u_int32_t));
218 ipaddr_string(&ip->ip_dst));
266 ipaddr_string(&ip->ip_dst),
346 dst = &ip->ip_dst;
350 if (memcmp(src, dst, sizeof ip->ip_dst) > 0)
354 memcpy(&tha.src, dst, sizeof ip->ip_dst);
358 memcpy(&tha.dst, dst, sizeof ip->ip_dst);
366 dst = &ip->ip_dst;
370 if (memcmp(src, dst, sizeof ip->ip_dst) > 0)
374 memcpy(&tha.src, dst, sizeof ip->ip_dst);
378 memcpy(&tha.dst, dst, sizeof ip->ip_dst);
760 MD5_Update(&ctx, (char *)&ip->ip_dst, sizeof(ip->ip_dst));