Home
last modified time | relevance | path

Searched refs:ip_dst (Results 1 – 16 of 16) sorted by relevance

/external/tcpdump/
Dprint-icmp.c370 TCHECK(dp->icmp_ip.ip_dst); in icmp_print()
377 ipaddr_string(&dp->icmp_ip.ip_dst), in icmp_print()
393 ipaddr_string(&oip->ip_dst), in icmp_print()
400 ipaddr_string(&oip->ip_dst), in icmp_print()
407 ipaddr_string(&oip->ip_dst), in icmp_print()
421 ipaddr_string(&dp->icmp_ip.ip_dst), mtu); in icmp_print()
425 ipaddr_string(&dp->icmp_ip.ip_dst)); in icmp_print()
434 ipaddr_string(&dp->icmp_ip.ip_dst)); in icmp_print()
440 TCHECK(dp->icmp_ip.ip_dst); in icmp_print()
444 ipaddr_string(&dp->icmp_ip.ip_dst), in icmp_print()
[all …]
Dprint-tcp.c181 ipaddr_string(&ip->ip_dst));
209 ipaddr_string(&ip->ip_dst),
315 dst = &ip->ip_dst;
319 if (UNALIGNED_MEMCMP(src, dst, sizeof ip->ip_dst) > 0)
323 UNALIGNED_MEMCPY(&tha.src, dst, sizeof ip->ip_dst);
327 UNALIGNED_MEMCPY(&tha.dst, dst, sizeof ip->ip_dst);
820 MD5_Update(&ctx, (char *)&ip->ip_dst, sizeof(ip->ip_dst));
Dprint-ip.c128 UNALIGNED_MEMCPY(&retval, &ip->ip_dst.s_addr, sizeof(u_int32_t)); in ip_finddst()
154 UNALIGNED_MEMCPY(&ph.dst, &ip->ip_dst.s_addr, sizeof(u_int32_t)); in nextproto4_cksum()
469 ipaddr_string(&ipds->ip->ip_dst)); in ip_print_demux()
475 ipaddr_string(&ipds->ip->ip_dst)); in ip_print_demux()
649 ipaddr_string(&ipds->ip->ip_dst)); in ip_print()
663 ipaddr_string(&ipds->ip->ip_dst)); in ip_print()
Dip.h64 struct in_addr ip_src,ip_dst; /* source and dest address */ member
Dprint-sunrpc.c113 ipaddr_string(&ip->ip_dst), dstid, length); in sunrpcrequest_print()
Dprint-nfs.c178 strlcpy(dstaddr, ipaddr_string(&ip->ip_dst), sizeof(dstaddr)); in print_nfsaddr()
1001 UNALIGNED_MEMCPY(&xmep->server, &ip->ip_dst, sizeof(ip->ip_dst)); in xid_map_enter()
1043 UNALIGNED_MEMCMP(&ip->ip_dst, &xmep->client, in xid_map_find()
1044 sizeof(ip->ip_dst)) != 0) { in xid_map_find()
Dprint-pgm.c203 ipaddr_string(&ip->ip_dst)); in pgm_print()
230 ipaddr_string(&ip->ip_dst), in pgm_print()
Dprint-udp.c340 ipaddr_string(&ip->ip_dst)); in udpipaddr_print()
345 ipaddr_string(&ip->ip_dst), in udpipaddr_print()
Dprint-sctp.c143 ipaddr_string(&ip->ip_dst), in sctp_print()
Dprint-dccp.c215 ipaddr_string(&ip->ip_dst), dport); in dccp_print()
Dprint-esp.c634 UNALIGNED_MEMCMP(&sin->sin_addr, &ip->ip_dst, in esp_print()
Dprint-rx.c617 rxent->server = ip->ip_dst; in rx_cache_insert()
636 u_int32_t clip = ip->ip_dst.s_addr; in rx_cache_find()
Dprint-pim.c763 ipaddr_string(&ip->ip_dst)); in pimv2_print()
Dprint-isakmp.c300 UNALIGNED_MEMCPY(&sin->sin_addr, &ip->ip_dst, sizeof(ip->ip_dst)); in cookie_record()
/external/dnsmasq/src/
Dbpf.c193 ip.ip_dst.s_addr = INADDR_BROADCAST; in send_via_bpf()
198 ip.ip_dst.s_addr = mess->yiaddr.s_addr; in send_via_bpf()
228 sum += ip.ip_dst.s_addr & 0xffff; in send_via_bpf()
229 sum += (ip.ip_dst.s_addr >> 16) & 0xffff; in send_via_bpf()
/external/dhcpcd/
Dnet.c728 ip->ip_dst.s_addr = INADDR_BROADCAST; in make_udp_packet()
730 ip->ip_dst.s_addr = dest.s_addr; in make_udp_packet()