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

1 2 3 4 56 7 8 9

  /external/tcpdump/
print-esp.c 54 #include "ip6.h"
601 const struct ip6_hdr *ip6 = NULL; local
651 ip6 = (const struct ip6_hdr *)bp2;
653 if (!EXTRACT_16BITS(&ip6->ip6_plen))
656 len = sizeof(struct ip6_hdr) + EXTRACT_16BITS(&ip6->ip6_plen);
662 UNALIGNED_MEMCMP(&sa->daddr.in6, &ip6->ip6_dst,
Android.mk 79 print-ip6.c \
print-isakmp.c 53 #include "ip6.h"
782 const struct ip6_hdr *ip6; local
798 ip6 = (const struct ip6_hdr *)bp2;
800 UNALIGNED_MEMCPY(&cookiecache[ninitiator].iaddr.in6, &ip6->ip6_src, sizeof(struct in6_addr));
801 UNALIGNED_MEMCPY(&cookiecache[ninitiator].raddr.in6, &ip6->ip6_dst, sizeof(struct in6_addr));
816 const struct ip6_hdr *ip6; local
834 ip6 = (const struct ip6_hdr *)bp2;
836 if (UNALIGNED_MEMCMP(&ip6->ip6_src, &cookiecache[i].iaddr.in6, sizeof(struct in6_addr)) == 0)
839 if (UNALIGNED_MEMCMP(&ip6->ip6_src, &cookiecache[i].raddr.in6, sizeof(struct in6_addr)) == 0)
    [all...]
  /bionic/libc/kernel/uapi/linux/
if_bridge.h 189 struct in6_addr ip6; member in union:br_mdb_entry::__anon631::__anon632
  /external/clang/test/SemaTemplate/
typename-specifier.cpp 70 N::X<N::C>::type *ip6 = &i; // expected-note{{in instantiation of template class 'N::X<N::C>' requested here}} variable
  /external/guava/guava/src/com/google/common/net/
InetAddresses.java 891 Inet6Address ip6 = (Inet6Address) ip local
    [all...]
  /external/kernel-headers/original/uapi/linux/
if_bridge.h 233 struct in6_addr ip6; member in union:br_mdb_entry::__anon21477::__anon21478
  /external/ltp/testcases/network/stress/ns-tools/
ns-traffic.h 57 #include <netinet/ip6.h>
ns-icmpv6_sender.c 249 struct in6_addr ip6; local
319 if (inet_pton(AF_INET6, sp, &ip6) <= 0) {
324 query_p->srcs[idx] = ip6;
  /external/syslinux/gpxe/src/net/
icmpv6.c 6 #include <gpxe/ip6.h>
62 /* Send packet over IP6 */
ndp.c 9 #include <gpxe/ip6.h>
23 /** Target IP6 address */
45 * @v in6 IP6 address
64 * @v in6 IP6 address
83 DBG ( "New neighbour cache entry: IP6 %s => %s %s\n",
111 DBG ( "Neighbour cache hit: IP6 %s => %s %s\n",
130 DBG ( "Neighbour cache miss: IP6 %s\n", inet6_ntoa ( *dest ) );
  /external/wpa_supplicant_8/src/ap/
ndisc_snoop.c 10 #include <netinet/ip6.h>
  /prebuilts/go/darwin-x86/src/net/
iprawsock.go 66 // which must be "ip", "ip4" or "ip6".
79 case "ip", "ip4", "ip6":
195 // netProto, which must be "ip", "ip4", or "ip6" followed by a colon
dial.go 143 case "ip", "ip4", "ip6":
152 case "ip", "ip4", "ip6":
242 // (IPv4-only), "ip6" (IPv6-only), "unix", "unixgram" and
259 // For IP networks, the network must be "ip", "ip4" or "ip6" followed
265 // Dial("ip6:ipv6-icmp", "2001:db8::1")
572 // "udp6", "ip", "ip4", "ip6" or "unixgram".
cgo_unix.go 319 if ip6 := ip.To16(); ip6 != nil {
320 return cgoSockaddrInet6(ip6, zoneToInt(zone)), C.socklen_t(syscall.SizeofSockaddrInet6)
ipsock.go 214 case "ip", "ip4", "ip6":
227 case "ip", "ip4", "ip6":
  /prebuilts/go/linux-x86/src/net/
iprawsock.go 66 // which must be "ip", "ip4" or "ip6".
79 case "ip", "ip4", "ip6":
195 // netProto, which must be "ip", "ip4", or "ip6" followed by a colon
dial.go 143 case "ip", "ip4", "ip6":
152 case "ip", "ip4", "ip6":
242 // (IPv4-only), "ip6" (IPv6-only), "unix", "unixgram" and
259 // For IP networks, the network must be "ip", "ip4" or "ip6" followed
265 // Dial("ip6:ipv6-icmp", "2001:db8::1")
572 // "udp6", "ip", "ip4", "ip6" or "unixgram".
cgo_unix.go 319 if ip6 := ip.To16(); ip6 != nil {
320 return cgoSockaddrInet6(ip6, zoneToInt(zone)), C.socklen_t(syscall.SizeofSockaddrInet6)
ipsock.go 214 case "ip", "ip4", "ip6":
227 case "ip", "ip4", "ip6":
  /external/android-clat/
clatd_microbenchmark.c 38 #include <netinet/ip6.h>
  /external/ltp/testcases/network/lib6/
asapi_02.c 29 #include <netinet/ip6.h>
  /external/tcpdump/win32/prj/
GNUmakefile 83 ../../print-ip6.o \
  /prebuilts/go/darwin-x86/src/syscall/
mksysctl_openbsd.pl 100 net.inet6.ip6
121 "net.inet6.ipv6" => "net.inet6.ip6",
  /prebuilts/go/linux-x86/src/syscall/
mksysctl_openbsd.pl 100 net.inet6.ip6
121 "net.inet6.ipv6" => "net.inet6.ip6",

Completed in 953 milliseconds

1 2 3 4 56 7 8 9