HomeSort by relevance Sort by last modified time
    Searched refs:ip_dst (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/tcpdump/
print-icmp.c 369 TCHECK(dp->icmp_ip.ip_dst);
376 ipaddr_string(&dp->icmp_ip.ip_dst),
392 ipaddr_string(&oip->ip_dst),
399 ipaddr_string(&oip->ip_dst),
406 ipaddr_string(&oip->ip_dst),
420 ipaddr_string(&dp->icmp_ip.ip_dst), mtu);
424 ipaddr_string(&dp->icmp_ip.ip_dst));
433 ipaddr_string(&dp->icmp_ip.ip_dst));
439 TCHECK(dp->icmp_ip.ip_dst);
443 ipaddr_string(&dp->icmp_ip.ip_dst),
    [all...]
print-tcp.c 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);
    [all...]
ip.h 64 struct in_addr ip_src,ip_dst; /* source and dest address */ member in struct:ip
print-sunrpc.c 98 ipaddr_string(&ip->ip_dst), dstid, length);
print-ip.c 128 memcpy(&retval, &ip->ip_dst.s_addr, sizeof(u_int32_t));
684 ipaddr_string(&ipds->ip->ip_dst));
698 ipaddr_string(&ipds->ip->ip_dst));
  /external/qemu/slirp/
ip_icmp.c 113 if (ip->ip_dst.s_addr == alias_addr.s_addr) {
127 so->so_faddr = ip->ip_dst;
159 } /* if ip->ip_dst.s_addr == alias_addr.s_addr */
224 strcpy(bufb, inet_ntoa(ip->ip_dst));
304 ip->ip_dst = ip->ip_src; /* ip adresses */
358 icmp_dst = ip->ip_dst;
359 ip->ip_dst = ip->ip_src;
ip_input.c 137 if (memcmp(&ip->ip_dst.s_addr, &special_addr, 3)) {
138 if (ip->ip_dst.s_addr == 0xffffffff && ip->ip_p != IPPROTO_UDP)
141 int host = ntohl(ip->ip_dst.s_addr) & 0xff;
196 ip->ip_dst.s_addr == fp->ipq_dst.s_addr &&
301 fp->ipq_dst = ip->ip_dst;
405 ip->ip_dst = fp->ipq_dst;
513 dst = ip->ip_dst;
549 ipaddr.sin_addr = ip->ip_dst;
589 ip->ip_dst = ipaddr.sin_addr;
596 forward = !IN_MULTICAST(ntohl(ip->ip_dst.s_addr))
    [all...]
tftp.c 157 saddr.sin_addr = recv_tp->ip.ip_dst;
197 saddr.sin_addr = recv_tp->ip.ip_dst;
243 saddr.sin_addr = recv_tp->ip.ip_dst;
ip.h 93 struct in_addr ip_src,ip_dst; /* source and dest address */ member in struct:ip
  /external/qemu/slirp-android/
ip_icmp.c 114 if (ip_geth(ip->ip_dst) == alias_addr_ip) {
131 so->so_faddr_ip = ip_geth(ip->ip_dst);
161 } /* if ip->ip_dst.s_addr == alias_addr.s_addr */
226 strcpy(bufb, inet_iptostr(ip_geth(ip->ip_dst)));
306 ip->ip_dst = ip->ip_src; /* ip adresses */
360 icmp_dst = ip->ip_dst;
361 ip->ip_dst = ip->ip_src;
ip_input.c 137 if (ip_geth(ip->ip_dst) != special_addr_ip) {
138 if (ip_getn(ip->ip_dst) == 0xffffffffu && ip->ip_p != IPPROTO_UDP)
141 int host = ip_geth(ip->ip_dst) & 0xff;
196 ip_equal(ip->ip_dst, fp->ipq_dst) &&
301 fp->ipq_dst = ip->ip_dst;
405 ip->ip_dst = fp->ipq_dst;
513 dst = ip->ip_dst;
549 ipaddr.sin_addr = ip->ip_dst;
589 ip->ip_dst = ipaddr.sin_addr;
596 forward = !IN_MULTICAST(ntohl(ip->ip_dst.s_addr))
    [all...]
udp.c 134 if (slirp_should_drop(ntohl(ip->ip_dst.addr), ntohs(uh->uh_dport.port),
140 ntohl(ip->ip_dst.addr),
151 ntohl(ip->ip_dst.addr),
226 tmp->so_faddr_ip = ip_geth(ip->ip_dst);
269 so->so_faddr_ip = ip_geth(ip->ip_dst); /* XXX */
tftp.c 158 ip_geth(recv_tp->ip.ip_dst),
200 ip_geth(recv_tp->ip.ip_dst),
248 ip_geth(recv_tp->ip.ip_dst),
ip.h 95 ipaddr_t ip_src, ip_dst; /* source and dest address */ member in struct:ip
  /external/dnsmasq/src/
bpf.c 193 ip.ip_dst.s_addr = INADDR_BROADCAST;
198 ip.ip_dst.s_addr = mess->yiaddr.s_addr;
228 sum += ip.ip_dst.s_addr & 0xffff;
229 sum += (ip.ip_dst.s_addr >> 16) & 0xffff;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
in.h 80 The `ip_dst' field is used for the first-hop gateway when using a
84 struct in_addr ip_dst; /* First hop; zero without source route. */ member in struct:ip_opts
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
in.h 80 The `ip_dst' field is used for the first-hop gateway when using a
84 struct in_addr ip_dst; /* First hop; zero without source route. */ member in struct:ip_opts
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
in.h 80 The `ip_dst' field is used for the first-hop gateway when using a
84 struct in_addr ip_dst; /* First hop; zero without source route. */ member in struct:ip_opts
  /external/libppp/src/
slcompress.c 199 ip->ip_dst.s_addr != cs->cs_ip.ip_dst.s_addr ||
220 && ip->ip_dst.s_addr == cs->cs_ip.ip_dst.s_addr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
ip.h 129 struct in_addr ip_src, ip_dst; /* source and dest address */ member in struct:ip
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
ip.h 129 struct in_addr ip_src, ip_dst; /* source and dest address */ member in struct:ip
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
ip.h 129 struct in_addr ip_src, ip_dst; /* source and dest address */ member in struct:ip
  /bionic/libc/include/netinet/
ip.h 75 struct in_addr ip_src, ip_dst; /* source and dest address */ member in struct:ip
  /development/ndk/platforms/android-3/include/netinet/
ip.h 75 struct in_addr ip_src, ip_dst; /* source and dest address */ member in struct:ip
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/netinet/
ip.h 75 struct in_addr ip_src, ip_dst; /* source and dest address */ member in struct:ip

Completed in 347 milliseconds

1 2 3 4