Home
last modified time | relevance | path

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

/external/iproute2/tc/
Df_flower.c69 if (eth_type != htons(ETH_P_IP) && eth_type != htons(ETH_P_IPV6)) { in flower_parse_ip_proto()
100 } else if (eth_type == htons(ETH_P_IPV6)) { in flower_parse_ip_addr()
365 else if (eth_type == htons(ETH_P_IPV6)) in flower_print_eth_type()
409 } else if (eth_type == htons(ETH_P_IPV6)) { in flower_print_ip_addr()
Df_u32.c951 {ETH_P_IPV6, 0, print_ipv6},
/external/syslinux/gpxe/src/include/gpxe/
Dif_ether.h21 #define ETH_P_IPV6 0x86DD /* IPv6 over blueblook */ macro
/external/libnl/include/linux-private/linux/
Dif_ether.h65 #define ETH_P_IPV6 0x86DD /* IPv6 over bluebook */ macro
/external/strace/xlat/
Dethernet_protocols.in26 ETH_P_IPV6
Dethernet_protocols.h81 #if defined(ETH_P_IPV6) || (defined(HAVE_DECL_ETH_P_IPV6) && HAVE_DECL_ETH_P_IPV6)
82 XLAT(ETH_P_IPV6),
/external/kernel-headers/original/uapi/linux/
Dif_ether.h70 #define ETH_P_IPV6 0x86DD /* IPv6 over bluebook */ macro
/external/iproute2/include/linux/
Dif_ether.h67 #define ETH_P_IPV6 0x86DD /* IPv6 over bluebook */ macro
/external/iproute2/examples/bpf/
Dbpf_prog.c324 else if (proto == htons(ETH_P_IPV6)) in flow_dissector()
360 else if (gre_proto == ETH_P_IPV6) in flow_dissector()
/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/android-clat/
Dring.c33 int packetsock = socket(AF_PACKET, SOCK_DGRAM, htons(ETH_P_IPV6)); in ring_create()
Dclatd.c77 .sll_protocol = htons(ETH_P_IPV6), in configure_packet_socket()
Dclatd_test.cpp445 expected_proto = htons(ETH_P_IPV6); in do_translate_packet()
/external/syslinux/gpxe/src/net/
Dicmpv6.c119 net_rx ( rxiobuf, netdev, htons ( ETH_P_IPV6 ), ll_addr );
Dipv6.c370 .net_proto = htons ( ETH_P_IPV6 ),
/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()
Ddhcpd.c865 if ((fd = socket(PF_PACKET, SOCK_DGRAM, htons(ETH_P_IPV6))) < 0) { in send_packet6()
871 dest_sll.sll_protocol = htons(ETH_P_IPV6); in send_packet6()
/external/iproute2/bridge/
Dmdb.c245 entry.addr.proto = htons(ETH_P_IPV6); in mdb_modify()
/external/libnl/lib/
Dutils.c773 __ADD(ETH_P_IPV6,ipv6)