/external/qemu/slirp/ |
ip_icmp.c | 129 so->so_laddr = ip->ip_src; 223 strcpy(bufa, inet_ntoa(ip->ip_src)); 304 ip->ip_dst = ip->ip_src; /* ip adresses */ 305 ip->ip_src = alias_addr; 359 ip->ip_dst = ip->ip_src; 360 ip->ip_src = icmp_dst;
|
tftp.c | 73 memcpy(&spt->client_ip, &tp->ip.ip_src, sizeof(spt->client_ip)); 90 if (!memcmp(&spt->client_ip, &tp->ip.ip_src, sizeof(spt->client_ip))) {
|
ip_input.c | 195 ip->ip_src.s_addr == fp->ipq_src.s_addr && 300 fp->ipq_src = ip->ip_src; 404 ip->ip_src = fp->ipq_src; 569 save_rte(cp, ip->ip_src);
|
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 | 133 so->so_laddr_ip = ip_geth(ip->ip_src); 225 strcpy(bufa, inet_iptostr(ip_geth(ip->ip_src))); 306 ip->ip_dst = ip->ip_src; /* ip adresses */ 307 ip->ip_src = ip_setn(alias_addr_ip); 361 ip->ip_dst = ip->ip_src; 362 ip->ip_src = icmp_dst;
|
udp.c | 138 ntohl(ip->ip_src.addr), 149 ntohl(ip->ip_src.addr), 220 so->so_laddr_ip != ip_geth(ip->ip_src)) { 225 tmp->so_laddr_ip == ip_geth(ip->ip_src)) { 257 so->so_laddr_ip = ip_geth(ip->ip_src);
|
tftp.c | 73 spt->client_ip = ip_geth(tp->ip.ip_src); 90 if (spt->client_ip == ip_geth(tp->ip.ip_src)) {
|
ip_input.c | 195 ip_equal(ip->ip_src, fp->ipq_src) && 300 fp->ipq_src = ip->ip_src; 404 ip->ip_src = fp->ipq_src; 569 save_rte(cp, ip->ip_src);
|
ip.h | 95 ipaddr_t ip_src, ip_dst; /* source and dest address */ member in struct:ip
|
/external/dnsmasq/src/ |
bpf.c | 202 ip.ip_src.s_addr = iface_addr.s_addr; 226 sum += ip.ip_src.s_addr & 0xffff; 227 sum += (ip.ip_src.s_addr >> 16) & 0xffff;
|
/external/tcpdump/ |
print-tcp.c | 180 ipaddr_string(&ip->ip_src), 207 ipaddr_string(&ip->ip_src), 314 src = &ip->ip_src; 324 UNALIGNED_MEMCPY(&tha.dst, src, sizeof ip->ip_src); 328 UNALIGNED_MEMCPY(&tha.src, src, sizeof ip->ip_src); 819 MD5_Update(&ctx, (char *)&ip->ip_src, sizeof(ip->ip_src)); [all...] |
print-ip.c | 152 UNALIGNED_MEMCPY(&ph.src, &ip->ip_src.s_addr, sizeof(u_int32_t)); 468 ipaddr_string(&ipds->ip->ip_src), 474 ipaddr_string(&ipds->ip->ip_src), 648 ipaddr_string(&ipds->ip->ip_src), 662 (void)printf("%s > %s:", ipaddr_string(&ipds->ip->ip_src),
|
ip.h | 64 struct in_addr ip_src,ip_dst; /* source and dest address */ member in struct:ip
|
print-sunrpc.c | 112 ipaddr_string(&ip->ip_src), srcid,
|
/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
|
/development/ndk/platforms/android-L/include/netinet/ |
ip.h | 75 struct in_addr ip_src, ip_dst; /* source and dest address */ member in struct:ip
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/netinet/ |
ip.h | 130 struct in_addr ip_src, ip_dst; /* source and dest address */ member in struct:ip
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/ |
ip.h | 130 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
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/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-5/arch-arm/usr/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-5/arch-x86/usr/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-8/arch-arm/usr/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-8/arch-x86/usr/include/netinet/ |
ip.h | 75 struct in_addr ip_src, ip_dst; /* source and dest address */ member in struct:ip
|