Searched refs:ip_dst (Results 1 – 16 of 16) sorted by relevance
/external/tcpdump/ |
D | print-icmp.c | 370 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 …]
|
D | print-tcp.c | 181 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));
|
D | print-ip.c | 128 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()
|
D | ip.h | 64 struct in_addr ip_src,ip_dst; /* source and dest address */ member
|
D | print-sunrpc.c | 113 ipaddr_string(&ip->ip_dst), dstid, length); in sunrpcrequest_print()
|
D | print-nfs.c | 178 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()
|
D | print-pgm.c | 203 ipaddr_string(&ip->ip_dst)); in pgm_print() 230 ipaddr_string(&ip->ip_dst), in pgm_print()
|
D | print-udp.c | 340 ipaddr_string(&ip->ip_dst)); in udpipaddr_print() 345 ipaddr_string(&ip->ip_dst), in udpipaddr_print()
|
D | print-sctp.c | 143 ipaddr_string(&ip->ip_dst), in sctp_print()
|
D | print-dccp.c | 215 ipaddr_string(&ip->ip_dst), dport); in dccp_print()
|
D | print-esp.c | 634 UNALIGNED_MEMCMP(&sin->sin_addr, &ip->ip_dst, in esp_print()
|
D | print-rx.c | 617 rxent->server = ip->ip_dst; in rx_cache_insert() 636 u_int32_t clip = ip->ip_dst.s_addr; in rx_cache_find()
|
D | print-pim.c | 763 ipaddr_string(&ip->ip_dst)); in pimv2_print()
|
D | print-isakmp.c | 300 UNALIGNED_MEMCPY(&sin->sin_addr, &ip->ip_dst, sizeof(ip->ip_dst)); in cookie_record()
|
/external/dnsmasq/src/ |
D | bpf.c | 193 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/ |
D | net.c | 728 ip->ip_dst.s_addr = INADDR_BROADCAST; in make_udp_packet() 730 ip->ip_dst.s_addr = dest.s_addr; in make_udp_packet()
|