/prebuilts/ndk/8/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/8/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/8/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/8/platforms/android-9/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/8/platforms/android-9/arch-mips/usr/include/netinet/ |
ip.h | 75 struct in_addr ip_src, ip_dst; /* source and dest address */ member in struct:ip
|
/prebuilts/ndk/8/platforms/android-9/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/9/platforms/android-14/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/9/platforms/android-14/arch-mips/usr/include/netinet/ |
ip.h | 75 struct in_addr ip_src, ip_dst; /* source and dest address */ member in struct:ip
|
/prebuilts/ndk/9/platforms/android-14/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/9/platforms/android-18/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/9/platforms/android-18/arch-mips/usr/include/netinet/ |
ip.h | 75 struct in_addr ip_src, ip_dst; /* source and dest address */ member in struct:ip
|
/prebuilts/ndk/9/platforms/android-18/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/9/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/9/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/9/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/9/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/9/platforms/android-9/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/9/platforms/android-9/arch-mips/usr/include/netinet/ |
ip.h | 75 struct in_addr ip_src, ip_dst; /* source and dest address */ member in struct:ip
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/netinet/ |
ip.h | 75 struct in_addr ip_src, ip_dst; /* source and dest address */ member in struct:ip
|
/external/tcpdump/ |
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));
|
print-udp.c | 309 memcpy(&phu.ph.dst, &ip->ip_dst.s_addr, sizeof(u_int32_t)); 401 ipaddr_string(&ip->ip_dst)); 406 ipaddr_string(&ip->ip_dst),
|
print-nfs.c | 178 strlcpy(dstaddr, ipaddr_string(&ip->ip_dst), sizeof(dstaddr)); 920 memcpy(&xmep->server, &ip->ip_dst, sizeof(ip->ip_dst)); 961 memcmp(&ip->ip_dst, &xmep->client, 962 sizeof(ip->ip_dst)) != 0) { [all...] |
print-sctp.c | 118 ipaddr_string(&ip->ip_dst),
|
/external/dhcpcd/ |
net.c | 728 ip->ip_dst.s_addr = INADDR_BROADCAST; 730 ip->ip_dst.s_addr = dest.s_addr;
|
/external/qemu/slirp/ |
udp.c | 176 tmp->so_faddr.s_addr = ip->ip_dst.s_addr; 219 so->so_faddr = ip->ip_dst; /* XXX */
|