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

1 2 3 4 5 6 7 8 9

  /external/mdnsresponder/mDNSPosix/
nss_mdns.conf 6 domain 8.e.f.ip6.int
7 domain 9.e.f.ip6.int
8 domain a.e.f.ip6.int
9 domain b.e.f.ip6.int
10 domain 8.e.f.ip6.arpa
11 domain 9.e.f.ip6.arpa
12 domain a.e.f.ip6.arpa
13 domain b.e.f.ip6.arpa
  /external/android-clat/
getaddr.h 22 struct in6_addr ip6; member in union:anyip
ipv6.c 79 const struct ip6_hdr *ip6 = (struct ip6_hdr *) packet; local
89 logmsg_dbg(ANDROID_LOG_ERROR, "ipv6_packet/too short for an ip6 header: %d", len);
93 if(IN6_IS_ADDR_MULTICAST(&ip6->ip6_dst)) {
94 log_bad_address("ipv6_packet/multicast %s->%s", &ip6->ip6_src, &ip6->ip6_dst);
104 if (!(is_in_plat_subnet(&ip6->ip6_src) &&
105 IN6_ARE_ADDR_EQUAL(&ip6->ip6_dst, &Global_Clatd_Config.ipv6_local_subnet)) &&
106 !(is_in_plat_subnet(&ip6->ip6_dst) &&
107 IN6_ARE_ADDR_EQUAL(&ip6->ip6_src, &Global_Clatd_Config.ipv6_local_subnet)) &&
108 ip6->ip6_nxt != IPPROTO_ICMPV6)
    [all...]
checksum.h 23 #include <netinet/ip6.h>
29 uint32_t ipv6_pseudo_header_checksum(const struct ip6_hdr *ip6, uint16_t len, uint8_t protocol);
clatd_test.cpp 89 #define IPV6_PSEUDOHEADER(ip6, protocol, tlen) \
90 ip6[8], ip6[9], ip6[10], ip6[11], /* Source address */ \
91 ip6[12], ip6[13], ip6[14], ip6[15], \
92 ip6[16], ip6[17], ip6[18], ip6[19],
225 struct ip6_hdr *ip6 = (struct ip6_hdr *) packet; local
289 struct ip6_hdr *ip6 = NULL; local
408 struct ip6_hdr *ip6 = (struct ip6_hdr *) packet; local
520 struct ip6_hdr *ip6; local
819 uint8_t ip6[] = { IPV6_UDP_HEADER }; local
931 struct ip6_hdr *ip6 = (struct ip6_hdr *) udp_ipv6; local
    [all...]
dump.h 31 void dump_udp6(const struct udphdr *udp, const struct ip6_hdr *ip6,
33 void dump_tcp6(const struct tcphdr *tcp, const struct ip6_hdr *ip6,
checksum.c 23 #include <netinet/ip6.h>
86 * ip6 - the ipv6 header
88 * protocol - the transport layer protocol, can be different from ip6->ip6_nxt for fragments
90 uint32_t ipv6_pseudo_header_checksum(const struct ip6_hdr *ip6, uint16_t len, uint8_t protocol) {
96 current = ip_checksum_add(current, &(ip6->ip6_src), sizeof(struct in6_addr));
97 current = ip_checksum_add(current, &(ip6->ip6_dst), sizeof(struct in6_addr));
  /external/tcpdump/
print-ip6.c 36 #include "ip6.h"
48 const struct ip6_hdr *ip6)
59 cp = (const u_char *)ip6;
61 nh = ip6->ip6_nxt;
62 dst_addr = &ip6->ip6_dst;
164 const struct ip6_hdr *ip6, const uint8_t *data,
178 UNALIGNED_MEMCPY(&ph.ph_src, &ip6->ip6_src, sizeof (struct in6_addr));
179 switch (ip6->ip6_nxt) {
192 ip6_finddst(ndo, &ph.ph_dst, ip6);
196 UNALIGNED_MEMCPY(&ph.ph_dst, &ip6->ip6_dst, sizeof (struct in6_addr))
216 register const struct ip6_hdr *ip6; local
    [all...]
print-frag6.c 30 #include "ip6.h"
38 register const struct ip6_hdr *ip6; local
41 ip6 = (const struct ip6_hdr *)bp2;
49 sizeof(struct ip6_hdr) + EXTRACT_16BITS(&ip6->ip6_plen) -
54 sizeof(struct ip6_hdr) + EXTRACT_16BITS(&ip6->ip6_plen) -
print-sunrpc.c 60 #include "ip6.h"
173 register const struct ip6_hdr *ip6; local
197 ip6 = (const struct ip6_hdr *)bp2;
199 ip6addr_string(ndo, &ip6->ip6_src), srcid,
200 ip6addr_string(ndo, &ip6->ip6_dst), dstid, length));
print-tcp.c 49 #include "ip6.h"
151 register const struct ip6_hdr *ip6,
155 return nextproto6_cksum(ndo, ip6, (const uint8_t *)tp, len, len,
174 register const struct ip6_hdr *ip6; local
179 ip6 = (const struct ip6_hdr *)bp2;
181 ip6 = NULL;
193 if (ip6) {
194 if (ip6->ip6_nxt == IPPROTO_TCP) {
196 ip6addr_string(ndo, &ip6->ip6_src),
198 ip6addr_string(ndo, &ip6->ip6_dst)
843 const struct ip6_hdr *ip6; local
    [all...]
  /prebuilts/go/darwin-x86/src/net/
external_test.go 116 var ip4, ip6 IP
121 if ip6 == nil && ip.To16() != nil && ip.To4() == nil {
122 ip6 = ip.To16()
124 if ip4 != nil && ip6 != nil {
136 if ip6 != nil {
139 literalAddrs6[i] = fmt.Sprintf(lit6, ip6[0], ip6[1], ip6[2], ip6[3], ip6[4], ip6[5], ip6[6], ip6[7], ip6[8], ip6[9], ip6[10], ip6[11], ip6[12], ip6[13], ip6[14], ip6[15]
    [all...]
iprawsock_test.go 31 {"ip6", "::1", &IPAddr{IP: ParseIP("::1")}, nil},
32 {"ip6:ipv6-icmp", "::1", &IPAddr{IP: ParseIP("::1")}, nil},
33 {"ip6:IPv6-ICMP", "::1", &IPAddr{IP: ParseIP("::1")}, nil},
36 {"ip6", "::1%911", &IPAddr{IP: ParseIP("::1"), Zone: "911"}, nil},
49 {"ip6", "127.0.0.1", nil, &AddrError{Err: errNoSuitableAddress.Error(), Addr: "127.0.0.1"}},
50 {"ip6", "::ffff:127.0.0.1", nil, &AddrError{Err: errNoSuitableAddress.Error(), Addr: "::ffff:127.0.0.1"}},
51 {"ip6:ipv6-icmp", "127.0.0.1", nil, &AddrError{Err: errNoSuitableAddress.Error(), Addr: "127.0.0.1"}},
52 {"ip6:ipv6-icmp", "::ffff:127.0.0.1", nil, &AddrError{Err: errNoSuitableAddress.Error(), Addr: "::ffff:127.0.0.1"}},
  /prebuilts/go/linux-x86/src/net/
external_test.go 116 var ip4, ip6 IP
121 if ip6 == nil && ip.To16() != nil && ip.To4() == nil {
122 ip6 = ip.To16()
124 if ip4 != nil && ip6 != nil {
136 if ip6 != nil {
139 literalAddrs6[i] = fmt.Sprintf(lit6, ip6[0], ip6[1], ip6[2], ip6[3], ip6[4], ip6[5], ip6[6], ip6[7], ip6[8], ip6[9], ip6[10], ip6[11], ip6[12], ip6[13], ip6[14], ip6[15]
    [all...]
iprawsock_test.go 31 {"ip6", "::1", &IPAddr{IP: ParseIP("::1")}, nil},
32 {"ip6:ipv6-icmp", "::1", &IPAddr{IP: ParseIP("::1")}, nil},
33 {"ip6:IPv6-ICMP", "::1", &IPAddr{IP: ParseIP("::1")}, nil},
36 {"ip6", "::1%911", &IPAddr{IP: ParseIP("::1"), Zone: "911"}, nil},
49 {"ip6", "127.0.0.1", nil, &AddrError{Err: errNoSuitableAddress.Error(), Addr: "127.0.0.1"}},
50 {"ip6", "::ffff:127.0.0.1", nil, &AddrError{Err: errNoSuitableAddress.Error(), Addr: "::ffff:127.0.0.1"}},
51 {"ip6:ipv6-icmp", "127.0.0.1", nil, &AddrError{Err: errNoSuitableAddress.Error(), Addr: "127.0.0.1"}},
52 {"ip6:ipv6-icmp", "::ffff:127.0.0.1", nil, &AddrError{Err: errNoSuitableAddress.Error(), Addr: "::ffff:127.0.0.1"}},
  /external/iptables/extensions/
libip6t_NETMAP.c 45 range->min_addr.ip6[i] = cb->val.haddr.ip6[i] &
46 cb->val.hmask.ip6[i];
47 range->max_addr.ip6[i] = range->min_addr.ip6[i] |
48 ~cb->val.hmask.ip6[i];
63 a.s6_addr32[i] = ~(r->min_addr.ip6[i] ^ r->max_addr.ip6[i]);
  /external/libnl/etc/
pktloc 29 ip6.version u8 net+0 0xF0 4
30 ip6.tc u16 net+0 0xFF0 4
31 ip6.flowlabel u32 net+0 0xFFFFF
32 ip6.length u16 net+4
33 ip6.nexthdr u8 net+6
34 ip6.hoplimit u8 net+7
35 ip6.src 16 net+8
36 ip6.dst 16 net+24
  /prebuilts/go/darwin-x86/src/syscall/
zsysctl_openbsd.go 218 {"net.inet6.ip6.accept_rtadv", []_C_int{4, 24, 17, 12}},
219 {"net.inet6.ip6.auto_flowlabel", []_C_int{4, 24, 17, 17}},
220 {"net.inet6.ip6.dad_count", []_C_int{4, 24, 17, 16}},
221 {"net.inet6.ip6.dad_pending", []_C_int{4, 24, 17, 49}},
222 {"net.inet6.ip6.defmcasthlim", []_C_int{4, 24, 17, 18}},
223 {"net.inet6.ip6.forwarding", []_C_int{4, 24, 17, 1}},
224 {"net.inet6.ip6.forwsrcrt", []_C_int{4, 24, 17, 5}},
225 {"net.inet6.ip6.hdrnestlimit", []_C_int{4, 24, 17, 15}},
226 {"net.inet6.ip6.hlim", []_C_int{4, 24, 17, 3}},
227 {"net.inet6.ip6.log_interval", []_C_int{4, 24, 17, 14}}
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zsysctl_openbsd.go 218 {"net.inet6.ip6.accept_rtadv", []_C_int{4, 24, 17, 12}},
219 {"net.inet6.ip6.auto_flowlabel", []_C_int{4, 24, 17, 17}},
220 {"net.inet6.ip6.dad_count", []_C_int{4, 24, 17, 16}},
221 {"net.inet6.ip6.dad_pending", []_C_int{4, 24, 17, 49}},
222 {"net.inet6.ip6.defmcasthlim", []_C_int{4, 24, 17, 18}},
223 {"net.inet6.ip6.forwarding", []_C_int{4, 24, 17, 1}},
224 {"net.inet6.ip6.forwsrcrt", []_C_int{4, 24, 17, 5}},
225 {"net.inet6.ip6.hdrnestlimit", []_C_int{4, 24, 17, 15}},
226 {"net.inet6.ip6.hlim", []_C_int{4, 24, 17, 3}},
227 {"net.inet6.ip6.log_interval", []_C_int{4, 24, 17, 14}}
    [all...]
  /external/webrtc/webrtc/base/
ipaddress.h 61 explicit IPAddress(const in6_addr& ip6) : family_(AF_INET6) {
62 u_.ip6 = ip6;
119 in6_addr ip6; member in union:rtc::IPAddress::__anon38687
135 InterfaceAddress(const in6_addr& ip6, int ipv6_flags)
136 : IPAddress(ip6), ipv6_flags_(ipv6_flags) {}
  /external/libnl/include/linux-private/linux/
netfilter.h 52 __be32 ip6[4]; member in union:nf_inet_addr
  /external/ltp/testcases/network/tcp_cmds/include/
netdefs.h 30 #include <netinet/ip6.h>
  /external/syslinux/gpxe/src/include/gpxe/
ndp.h 5 #include <gpxe/ip6.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
netfilter.h 54 __be32 ip6[4]; member in union:nf_inet_addr
  /external/iptables/etc/
ethertypes 33 IPv6 86DD ip6 # IP version 6

Completed in 452 milliseconds

1 2 3 4 5 6 7 8 9