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

1 2 3 4 5 67 8 9

  /prebuilts/go/darwin-x86/src/net/
lookup_test.go 346 {"::1", "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa.", ""},
347 {"1::", "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.0.0.0.ip6.arpa.", ""},
348 {"1234:567::89a:bcde", "e.d.c.b.a.9.8.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.7.6.5.0.4.3.2.1.ip6.arpa.", ""},
349 {"1234:567:fefe:bcbc:adad:9e4a:89a:bcde", "e.d.c.b.a.9.8.0.a.4.e.9.d.a.d.a.c.b.c.b.e.f.e.f.7.6.5.0.4.3.2.1.ip6.arpa.", ""},
listen_test.go 187 // net.inet6.ip6.v6only=0 (overridable by sysctl or IPV6_V6ONLY option)
189 // net.inet6.ip6.v6only=1 (overridable by sysctl or IPV6_V6ONLY option)
193 // net.inet6.ip6.v6only=1 (overriding is prohibited)
  /prebuilts/go/linux-x86/src/net/
lookup_test.go 346 {"::1", "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa.", ""},
347 {"1::", "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.0.0.0.ip6.arpa.", ""},
348 {"1234:567::89a:bcde", "e.d.c.b.a.9.8.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.7.6.5.0.4.3.2.1.ip6.arpa.", ""},
349 {"1234:567:fefe:bcbc:adad:9e4a:89a:bcde", "e.d.c.b.a.9.8.0.a.4.e.9.d.a.d.a.c.b.c.b.e.f.e.f.7.6.5.0.4.3.2.1.ip6.arpa.", ""},
listen_test.go 187 // net.inet6.ip6.v6only=0 (overridable by sysctl or IPV6_V6ONLY option)
189 // net.inet6.ip6.v6only=1 (overridable by sysctl or IPV6_V6ONLY option)
193 // net.inet6.ip6.v6only=1 (overriding is prohibited)
  /external/iputils/ninfod/
ninfod_addrs.c 98 # include <netinet/ip6.h>
  /external/ltp/testcases/network/lib6/
asapi_03.c 33 #include <netinet/ip6.h>
  /external/syslinux/gpxe/src/net/
ipv6.c 8 #include <gpxe/ip6.h>
20 /* Unspecified IP6 address */
158 * Dump IP6 header for debugging
163 DBG ( "IP6 %p src %s dest %s nxt_hdr %d len %d\n", ip6hdr,
169 * Transmit IP6 packet
255 * Process next IP6 header
286 * Process incoming IP6 packets
312 /* Print IP6 header for debugging */
353 * Print a IP6 address as xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx
  /frameworks/base/core/jni/
android_net_NetUtils.cpp 32 #include <netinet/ip6.h>
144 // '(icmp6 and ip6[40] >= 133 and ip6[40] <= 136)'
  /external/tcpdump/
print-pim.c 35 #include "ip6.h"
477 * 2 IP6 (IP version 6)
644 const struct ip6_hdr *ip6; local
646 ip6 = (const struct ip6_hdr *)bp2;
647 cksum = nextproto6_cksum(ndo, ip6, bp, len, len, IPPROTO_PIM);
print-icmp6.c 38 #include "ip6.h"
99 #define ICMP6_PARAM_PROB 4 /* ip6 header bad */
625 static int icmp6_cksum(netdissect_options *ndo, const struct ip6_hdr *ip6,
628 return nextproto6_cksum(ndo, ip6, (const uint8_t *)(const void *)icp, len, len,
1166 const struct ip6_hdr *ip6 = (const struct ip6_hdr *)bp; local
    [all...]
configure     [all...]
  /external/iptables/extensions/
libxt_conntrack.c 656 if (!numeric && addr->ip6[0] == 0 && addr->ip6[1] == 0 &&
657 addr->ip6[2] == 0 && addr->ip6[3] == 0) {
    [all...]
  /external/iptables/iptables/
nft-ipv6.c 19 #include <netinet/ip6.h>
430 xlate_ipv6_addr("ip6 saddr", &cs->fw6.ipv6.src, &cs->fw6.ipv6.smsk,
432 xlate_ipv6_addr("ip6 daddr", &cs->fw6.ipv6.dst, &cs->fw6.ipv6.dmsk,
nft.c 33 #include <netinet/ip6.h>
    [all...]
  /external/iputils/
traceroute6.c 249 #include <netinet/ip6.h>
ping6.c 72 #include <netinet/ip6.h>
    [all...]
  /external/libnetfilter_conntrack/include/libnetfilter_conntrack/
libnetfilter_conntrack.h 197 uint32_t ip6[4]; member in union:nfct_attr_grp_addr
  /external/toybox/toys/pending/
dhcpd.c 44 #include <netinet/ip6.h>
364 struct sockaddr_in6 ip6; local
399 if(inet_pton(AF_INET6, ipv6_addr, &ip6.sin6_addr) <= 0)
402 memcpy(oip6, ip6.sin6_addr.s6_addr32, sizeof(uint32_t)*4);
    [all...]
traceroute.c 48 #include <netinet/ip6.h>
dhcp6.c 40 #include <netinet/ip6.h>
  /external/libpcap/
scanner.l 260 ip6 return IPV6;
  /system/netd/tests/
netd_test.cpp 248 EXPECT_TRUE(result_str == mapping.ip4 || result_str == mapping.ip6)
250 << "', ip6='" << mapping.ip6;
    [all...]
  /external/dhcpcd-6.8.2/
ipv6nd.c 34 #include <netinet/ip6.h>
    [all...]
  /external/webrtc/data/voice_engine/stereo_rtp_files/
hrtf_g722_1C_48.rtp     [all...]
hrtf_g722_1C_48_jitterT2.rtp     [all...]

Completed in 980 milliseconds

1 2 3 4 5 67 8 9