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

1 2 3 45

  /prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/netinet/
ip6.h 83 struct in6_addr ip6_dst; /* destination address */ member in struct:ip6_hdr
  /prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/netinet/
ip6.h 83 struct in6_addr ip6_dst; /* destination address */ member in struct:ip6_hdr
  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/netinet/
ip6.h 83 struct in6_addr ip6_dst; /* destination address */ member in struct:ip6_hdr
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/netinet/
ip6.h 83 struct in6_addr ip6_dst; /* destination address */ member in struct:ip6_hdr
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/netinet/
ip6.h 83 struct in6_addr ip6_dst; /* destination address */ member in struct:ip6_hdr
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/netinet/
ip6.h 83 struct in6_addr ip6_dst; /* destination address */ member in struct:ip6_hdr
  /tools/test/connectivity/acts/framework/acts/controllers/
packet_sender.py 509 ip6_dst = (ip_dst if ip_dst is not None else RA_IP)
513 base = scapy.IPv6(dst=ip6_dst, src=self.src_ipv6)
579 ip6_dst = (ip_dst if ip_dst is not None else self.dst_ipv6)
583 base = scapy.IPv6(dst=ip6_dst, src=self.src_ipv6)
  /external/tcpdump/
print-icmp6.c 918 ND_TCHECK(oip->ip6_dst);
925 ND_PRINT((ndo," %s",ip6addr_string(ndo, &oip->ip6_dst)));
929 ip6addr_string(ndo, &oip->ip6_dst),
941 ip6addr_string(ndo, &oip->ip6_dst),
946 ip6addr_string(ndo, &oip->ip6_dst),
951 ip6addr_string(ndo, &oip->ip6_dst),
969 ND_TCHECK(oip->ip6_dst);
973 ip6addr_string(ndo, &oip->ip6_dst)));
984 ND_TCHECK(oip->ip6_dst);
    [all...]
print-nfs.c 220 strlcpy(dstaddr, ip6addr_string(ndo, &ip6->ip6_dst),
898 UNALIGNED_MEMCPY(&xmep->server, &ip6->ip6_dst, sizeof(ip6->ip6_dst));
940 UNALIGNED_MEMCMP(&ip6->ip6_dst, &xmep->client,
941 sizeof(ip6->ip6_dst)) != 0) {
    [all...]
print-pgm.c 171 ip6addr_string(ndo, &ip6->ip6_dst)));
189 ip6addr_string(ndo, &ip6->ip6_dst),
print-dccp.c 316 ip6addr_string(ndo, &ip6->ip6_dst), dport));
print-sctp.c 531 ip6addr_string(ndo, &ip6->ip6_dst),
print-udp.c 331 ip6addr_string(ndo, &ip6->ip6_dst)));
336 ip6addr_string(ndo, &ip6->ip6_dst),
print-esp.c 662 UNALIGNED_MEMCMP(&sa->daddr.in6, &ip6->ip6_dst,
print-isakmp.c 801 UNALIGNED_MEMCPY(&cookiecache[ninitiator].raddr.in6, &ip6->ip6_dst, sizeof(struct in6_addr));
    [all...]
  /external/iptables/iptables/
nft-ipv6.c 59 add_addr(r, offsetof(struct ip6_hdr, ip6_dst),
149 case offsetof(struct ip6_hdr, ip6_dst):
  /external/android-clat/
dump.c 87 inet_ntop(AF_INET6, &header->ip6_dst, addrstr, sizeof(addrstr));
  /external/iputils/
ping6.c     [all...]
  /external/toybox/toys/pending/
dhcpd.c 882 memcpy(&packet.iph.ip6_dst, &gstate.client_nip6, sizeof(uint32_t)*4);
    [all...]

Completed in 404 milliseconds

1 2 3 45