Home
last modified time | relevance | path

Searched refs:ETH_P_IPV6 (Results 1 – 25 of 48) sorted by relevance

12

/external/iproute2/tc/
Df_flower.c205 if (eth_type != htons(ETH_P_IP) && eth_type != htons(ETH_P_IPV6)) in flower_parse_ip_proto()
219 if (eth_type != htons(ETH_P_IPV6)) in flower_parse_ip_proto()
287 } else if (eth_type == htons(ETH_P_IPV6)) { in flower_parse_ip_addr()
405 else if (eth_type == htons(ETH_P_IPV6) && ip_proto == IPPROTO_ICMPV6) in flower_icmp_attr_type()
420 else if (eth_type == htons(ETH_P_IPV6) && ip_proto == IPPROTO_ICMPV6) in flower_icmp_attr_mask_type()
986 else if (eth_type == htons(ETH_P_IPV6)) in flower_print_eth_type()
1085 } else if (eth_type == htons(ETH_P_IPV6)) { in flower_print_ip_addr()
1278 htons(ETH_P_IP) : htons(ETH_P_IPV6), in flower_print_opt()
1286 htons(ETH_P_IP) : htons(ETH_P_IPV6), in flower_print_opt()
/external/linux-kselftest/tools/testing/selftests/bpf/
Dbpf_flow.c100 case bpf_htons(ETH_P_IPV6): in parse_eth_proto()
151 return parse_eth_proto(skb, bpf_htons(ETH_P_IPV6)); in parse_ip_proto()
283 keys->addr_proto = ETH_P_IPV6; in PROG()
Dtest_xdp.c197 set_ethhdr(new_eth, old_eth, tnl, bpf_htons(ETH_P_IPV6)); in handle_ipv6()
228 else if (h_proto == bpf_htons(ETH_P_IPV6)) in _xdp_tx_iptunnel()
Dtest_pkt_access.c44 } else if (eth->h_proto == bpf_htons(ETH_P_IPV6)) { in process()
Dtest_sk_lookup_kern.c39 } else if (eth_proto == bpf_htons(ETH_P_IPV6)) { in get_tuple()
/external/strace/xlat/
Dethernet_protocols.h377 #if defined(ETH_P_IPV6) || (defined(HAVE_DECL_ETH_P_IPV6) && HAVE_DECL_ETH_P_IPV6)
379 static_assert((ETH_P_IPV6) == (0x86DD), "ETH_P_IPV6 != 0x86DD");
382 # define ETH_P_IPV6 0x86DD
703 XLAT(ETH_P_IPV6),
Dethernet_protocols.in55 ETH_P_IPV6 0x86DD /* IPv6 over bluebook */
/external/libnl/include/linux-private/linux/
Dif_ether.h65 #define ETH_P_IPV6 0x86DD /* IPv6 over bluebook */ macro
/external/ltp/testcases/network/stress/ns-tools/
Dns-icmpv6_sender.c183 lladdr_p->sll_protocol = htons(ETH_P_IPV6); /* IPv6 */ in specify_hw_addr()
214 lladdr_p->sll_protocol = htons(ETH_P_IPV6); /* IPv6 */ in calc_hd_mcastaddr()
722 sock_fd = socket(AF_PACKET, SOCK_DGRAM, htons(ETH_P_IPV6)); in send_packets()
Dns-icmp_redirector.c524 sndeth.hdr.h_proto = htons(ETH_P_IPV6); in return_neigh_adv()
626 sndeth.hdr.h_proto = htons(ETH_P_IPV6); in return_icmp6_redirect()
782 case ETH_P_IPV6: in capture_frames()
Dns-common.c268 ll->sll_protocol = htons(ETH_P_IPV6); /* IPv6 */ in eth_pton()
/external/iproute2/include/uapi/linux/
Dif_ether.h72 #define ETH_P_IPV6 0x86DD /* IPv6 over bluebook */ macro
/external/kernel-headers/original/uapi/linux/
Dif_ether.h74 #define ETH_P_IPV6 0x86DD /* IPv6 over bluebook */ macro
/external/android-clat/
Dclatd.c73 .sll_protocol = htons(ETH_P_IPV6), in configure_packet_socket()
420 if (proto == ETH_P_IPV6) { in read_packet()
Dring.c33 int packetsock = socket(AF_PACKET, SOCK_DGRAM | SOCK_CLOEXEC, htons(ETH_P_IPV6)); in ring_create()
Dclatd_test.cpp451 expected_proto = htons(ETH_P_IPV6); in do_translate_packet()
567 .read_fd6 = socket(AF_PACKET, SOCK_DGRAM, htons(ETH_P_IPV6)), in makeTunData()
1038 EXPECT_EQ(htons(ETH_P_IPV6), sll.sll_protocol); in expectSocketBound()
1082 EXPECT_EQ(htons(ETH_P_IPV6), sll.sll_protocol); in TEST_F()
1094 .read_fd6 = socket(AF_PACKET, SOCK_DGRAM, htons(ETH_P_IPV6)), in TEST_F()
/external/syzkaller/sys/linux/
Dvnet_arm64.const135 ETH_P_IPV6 = 34525
Dvnet_amd64.const135 ETH_P_IPV6 = 34525
Dvnet_arm.const135 ETH_P_IPV6 = 34525
Dvnet_386.const135 ETH_P_IPV6 = 34525
Dvnet_ppc64le.const135 ETH_P_IPV6 = 34525
Dvnet.txt108 …TALK, ETH_P_AARP, ETH_P_8021Q, ETH_P_ERSPAN, ETH_P_ERSPAN2, ETH_P_IPX, ETH_P_IPV6, ETH_P_PAUSE, ET…
114 ipv6 eth2_packet_t[ETH_P_IPV6, ipv6_packet]
173 ptype const[ETH_P_IPV6, int16be]
896 cisco_ipv6 gre_packet_cisco[ETH_P_IPV6, array[int8]]
/external/scapy/scapy/
Ddata.py33 ETH_P_IPV6 = 0x86dd variable
/external/toybox/toys/pending/
Ddhcp6.c246 TT.sock = xsocket(PF_PACKET, SOCK_DGRAM, htons(ETH_P_IPV6)); in mode_raw()
250 sockll.sll_protocol = htons(ETH_P_IPV6); in mode_raw()
/external/scapy/scapy/contrib/
Dmacsec.py211 bind_layers(MACsec, IPv6, type=ETH_P_IPV6)

12