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

1 2 3 4 5

  /external/android-clat/
ipv6.c 93 if(IN6_IS_ADDR_MULTICAST(&ip6->ip6_dst)) {
94 log_bad_address("ipv6_packet/multicast %s->%s", &ip6->ip6_src, &ip6->ip6_dst);
105 IN6_ARE_ADDR_EQUAL(&ip6->ip6_dst, &Global_Clatd_Config.ipv6_local_subnet)) &&
106 !(is_in_plat_subnet(&ip6->ip6_dst) &&
109 log_bad_address("ipv6_packet/wrong source address: %s->%s", &ip6->ip6_src, &ip6->ip6_dst);
checksum.c 97 current = ip_checksum_add(current, &(ip6->ip6_dst), sizeof(struct in6_addr));
translate.c 139 ip->daddr = ipv6_addr_to_ipv4_addr(&old_header->ip6_dst);
167 ip6->ip6_dst = ipv4_addr_to_ipv6_addr(old_header->daddr);
484 sin6.sin6_addr = ((struct ip6_hdr *) out[CLAT_POS_IPHDR].iov_base)->ip6_dst;
  /external/tcpdump/
print-ip6.c 62 dst_addr = &ip6->ip6_dst;
196 UNALIGNED_MEMCPY(&ph.ph_dst, &ip6->ip6_dst, sizeof (struct in6_addr));
290 ip6addr_string(ndo, &ip6->ip6_dst)));
ip6.h 87 struct in6_addr ip6_dst; /* destination address */ member in struct:ip6_hdr
print-sunrpc.c 200 ip6addr_string(ndo, &ip6->ip6_dst), dstid, length));
print-tcp.c 198 ip6addr_string(ndo, &ip6->ip6_dst),
260 dst = &ip6->ip6_dst;
264 if (UNALIGNED_MEMCMP(src, dst, sizeof ip6->ip6_dst) > 0)
268 UNALIGNED_MEMCPY(&tha.src, dst, sizeof ip6->ip6_dst);
272 UNALIGNED_MEMCPY(&tha.dst, dst, sizeof ip6->ip6_dst);
    [all...]
  /external/ltp/testcases/network/stress/ns-tools/
ns-icmpv6_sender.c 281 pkt.hdr.ip6_dst = info_p->daddr;
330 pseudo.hdr.p_ip6_dst = pkt.hdr.ip6_dst;
380 pkt.hdr.ip6_dst = info_p->daddr;
394 pseudo.hdr.p_ip6_dst = pkt.hdr.ip6_dst;
696 bitsize = sizeof(pkt->hdr.ip6_dst.s6_addr32[rand_val]) * 8;
698 pkt->hdr.ip6_dst.s6_addr32[rand_val] ^= seed;
ns-icmp_redirector.c 533 sndip6_p->hdr.ip6_dst = rcvip6_p->hdr.ip6_src;
549 p_ip6.hdr.p_ip6_dst = sndip6_p->hdr.ip6_dst;
635 sndip6_p->hdr.ip6_dst = rcvip6_p->hdr.ip6_src;
643 sndrd_p->defs.nd_rd_dst = rcvip6_p->hdr.ip6_dst;;
651 p_ip6.hdr.p_ip6_dst = sndip6_p->hdr.ip6_dst;
  /bionic/libc/include/netinet/
ip6.h 89 struct in6_addr ip6_dst; /* destination address */ member in struct:ip6_hdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/
ip6.h 40 struct in6_addr ip6_dst; /* destination address */ member in struct:ip6_hdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
ip6.h 40 struct in6_addr ip6_dst; /* destination address */ member in struct:ip6_hdr
  /development/ndk/platforms/android-21/include/netinet/
ip6.h 83 struct in6_addr ip6_dst; /* destination address */ member in struct:ip6_hdr
  /development/ndk/platforms/android-9/include/netinet/
ip6.h 83 struct in6_addr ip6_dst; /* destination address */ member in struct:ip6_hdr
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/netinet/
ip6.h 83 struct in6_addr ip6_dst; /* destination address */ member in struct:ip6_hdr
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/netinet/
ip6.h 83 struct in6_addr ip6_dst; /* destination address */ member in struct:ip6_hdr
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/netinet/
ip6.h 83 struct in6_addr ip6_dst; /* destination address */ member in struct:ip6_hdr
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/netinet/
ip6.h 83 struct in6_addr ip6_dst; /* destination address */ member in struct:ip6_hdr
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/netinet/
ip6.h 83 struct in6_addr ip6_dst; /* destination address */ member in struct:ip6_hdr
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/netinet/
ip6.h 83 struct in6_addr ip6_dst; /* destination address */ member in struct:ip6_hdr
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/netinet/
ip6.h 83 struct in6_addr ip6_dst; /* destination address */ member in struct:ip6_hdr
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/netinet/
ip6.h 83 struct in6_addr ip6_dst; /* destination address */ member in struct:ip6_hdr
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/netinet/
ip6.h 83 struct in6_addr ip6_dst; /* destination address */ member in struct:ip6_hdr
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/netinet/
ip6.h 83 struct in6_addr ip6_dst; /* destination address */ member in struct:ip6_hdr
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/netinet/
ip6.h 83 struct in6_addr ip6_dst; /* destination address */ member in struct:ip6_hdr

Completed in 1189 milliseconds

1 2 3 4 5