/external/iproute2/tc/ |
D | f_flower.c | 205 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/ |
D | bpf_flow.c | 100 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()
|
D | test_xdp.c | 197 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()
|
D | test_pkt_access.c | 44 } else if (eth->h_proto == bpf_htons(ETH_P_IPV6)) { in process()
|
D | test_sk_lookup_kern.c | 39 } else if (eth_proto == bpf_htons(ETH_P_IPV6)) { in get_tuple()
|
/external/strace/xlat/ |
D | ethernet_protocols.h | 377 #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),
|
D | ethernet_protocols.in | 55 ETH_P_IPV6 0x86DD /* IPv6 over bluebook */
|
/external/libnl/include/linux-private/linux/ |
D | if_ether.h | 65 #define ETH_P_IPV6 0x86DD /* IPv6 over bluebook */ macro
|
/external/ltp/testcases/network/stress/ns-tools/ |
D | ns-icmpv6_sender.c | 183 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()
|
D | ns-icmp_redirector.c | 524 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()
|
D | ns-common.c | 268 ll->sll_protocol = htons(ETH_P_IPV6); /* IPv6 */ in eth_pton()
|
/external/iproute2/include/uapi/linux/ |
D | if_ether.h | 72 #define ETH_P_IPV6 0x86DD /* IPv6 over bluebook */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | if_ether.h | 74 #define ETH_P_IPV6 0x86DD /* IPv6 over bluebook */ macro
|
/external/android-clat/ |
D | clatd.c | 73 .sll_protocol = htons(ETH_P_IPV6), in configure_packet_socket() 420 if (proto == ETH_P_IPV6) { in read_packet()
|
D | ring.c | 33 int packetsock = socket(AF_PACKET, SOCK_DGRAM | SOCK_CLOEXEC, htons(ETH_P_IPV6)); in ring_create()
|
D | clatd_test.cpp | 451 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/ |
D | vnet_arm64.const | 135 ETH_P_IPV6 = 34525
|
D | vnet_amd64.const | 135 ETH_P_IPV6 = 34525
|
D | vnet_arm.const | 135 ETH_P_IPV6 = 34525
|
D | vnet_386.const | 135 ETH_P_IPV6 = 34525
|
D | vnet_ppc64le.const | 135 ETH_P_IPV6 = 34525
|
D | vnet.txt | 108 …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/ |
D | data.py | 33 ETH_P_IPV6 = 0x86dd variable
|
/external/toybox/toys/pending/ |
D | dhcp6.c | 246 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/ |
D | macsec.py | 211 bind_layers(MACsec, IPv6, type=ETH_P_IPV6)
|