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

1 2 3

  /external/syslinux/gpxe/src/include/gpxe/
if_ether.h 21 #define ETH_P_IPV6 0x86DD /* IPv6 over blueblook */
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_pkt_access.c 44 } else if (eth->h_proto == bpf_htons(ETH_P_IPV6)) {
test_xdp.c 197 set_ethhdr(new_eth, old_eth, tnl, bpf_htons(ETH_P_IPV6));
228 else if (h_proto == bpf_htons(ETH_P_IPV6))
  /external/libnl/include/linux-private/linux/
if_ether.h 65 #define ETH_P_IPV6 0x86DD /* IPv6 over bluebook */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_ether.h 65 #define ETH_P_IPV6 0x86DD /* IPv6 over bluebook */
  /bionic/libc/kernel/uapi/linux/
if_ether.h 57 #define ETH_P_IPV6 0x86DD
  /device/generic/goldfish/wifi/ipv6proxy/
address.cpp 84 addr->sll_protocol = htons(ETH_P_IPV6);
interface.cpp 130 Result res = mIpSocket.open(AF_PACKET, SOCK_DGRAM, ETH_P_IPV6);
  /external/android-clat/
ring.c 33 int packetsock = socket(AF_PACKET, SOCK_DGRAM, htons(ETH_P_IPV6));
  /external/iproute2/include/uapi/linux/
if_ether.h 72 #define ETH_P_IPV6 0x86DD /* IPv6 over bluebook */
  /external/iproute2/tc/
f_flower.c 205 if (eth_type != htons(ETH_P_IP) && eth_type != htons(ETH_P_IPV6))
219 if (eth_type != htons(ETH_P_IPV6))
287 } else if (eth_type == htons(ETH_P_IPV6)) {
405 else if (eth_type == htons(ETH_P_IPV6) && ip_proto == IPPROTO_ICMPV6)
420 else if (eth_type == htons(ETH_P_IPV6) && ip_proto == IPPROTO_ICMPV6)
986 else if (eth_type == htons(ETH_P_IPV6))
1085 } else if (eth_type == htons(ETH_P_IPV6)) {
1278 htons(ETH_P_IP) : htons(ETH_P_IPV6),
1286 htons(ETH_P_IP) : htons(ETH_P_IPV6),
    [all...]
  /external/kernel-headers/original/uapi/linux/
if_ether.h 73 #define ETH_P_IPV6 0x86DD /* IPv6 over bluebook */
  /external/strace/xlat/
ethernet_protocols.h 84 #if defined(ETH_P_IPV6) || (defined(HAVE_DECL_ETH_P_IPV6) && HAVE_DECL_ETH_P_IPV6)
85 XLAT(ETH_P_IPV6),
  /external/syslinux/gpxe/src/net/
icmpv6.c 119 net_rx ( rxiobuf, netdev, htons ( ETH_P_IPV6 ), ll_addr );
ipv6.c 370 .net_proto = htons ( ETH_P_IPV6 ),
  /frameworks/base/tests/net/java/android/net/apf/
ApfTest.java     [all...]
  /external/ltp/testcases/network/stress/ns-tools/
ns-icmp_redirector.c 524 sndeth.hdr.h_proto = htons(ETH_P_IPV6);
626 sndeth.hdr.h_proto = htons(ETH_P_IPV6);
782 case ETH_P_IPV6:
ns-icmpv6_sender.c 183 lladdr_p->sll_protocol = htons(ETH_P_IPV6); /* IPv6 */
214 lladdr_p->sll_protocol = htons(ETH_P_IPV6); /* IPv6 */
722 sock_fd = socket(AF_PACKET, SOCK_DGRAM, htons(ETH_P_IPV6));
ns-common.c 268 ll->sll_protocol = htons(ETH_P_IPV6); /* IPv6 */
  /system/netd/bpfloader/
bpf_kern.h 121 } else if (skb->protocol == ETH_P_IPV6) {
  /system/netd/server/
WakeupController.cpp 94 case ETH_P_IPV6: {
  /external/scapy/scapy/contrib/
macsec.py 211 bind_layers(MACsec, IPv6, type=ETH_P_IPV6)
  /external/scapy/scapy/
data.py 33 ETH_P_IPV6 = 0x86dd
  /frameworks/base/services/net/java/android/net/apf/
ApfFilter.java 443 socket = Os.socket(AF_PACKET, SOCK_RAW, ETH_P_IPV6);
445 (short) ETH_P_IPV6, mInterfaceParams.index);
626 if (getUint16(mPacket, ETH_ETHERTYPE_OFFSET) != ETH_P_IPV6 ||
    [all...]
  /libcore/luni/src/test/java/libcore/libcore/io/
OsTest.java 323 FileDescriptor fd = Libcore.os.socket(AF_PACKET, SOCK_DGRAM, ETH_P_IPV6);
324 PacketSocketAddress addr = new PacketSocketAddress((short) ETH_P_IPV6, lo.getIndex());
328 assertEquals((short) ETH_P_IPV6, bound.sll_protocol); // ETH_P_IPV6 is an int.
    [all...]

Completed in 1620 milliseconds

1 2 3