Searched refs:ETH_P_IPV6 (Results 1 – 21 of 21) sorted by relevance
/external/iproute2/tc/ |
D | f_flower.c | 69 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()
|
D | f_u32.c | 951 {ETH_P_IPV6, 0, print_ipv6},
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | if_ether.h | 21 #define ETH_P_IPV6 0x86DD /* IPv6 over blueblook */ macro
|
/external/strace/xlat/ |
D | ethernet_protocols.h | 86 #if defined(ETH_P_IPV6) || (defined(HAVE_DECL_ETH_P_IPV6) && HAVE_DECL_ETH_P_IPV6) 87 XLAT(ETH_P_IPV6),
|
D | ethernet_protocols.in | 26 ETH_P_IPV6
|
/external/libnl/include/linux-private/linux/ |
D | if_ether.h | 65 #define ETH_P_IPV6 0x86DD /* IPv6 over bluebook */ macro
|
/external/iproute2/examples/bpf/ |
D | bpf_prog.c | 324 else if (proto == htons(ETH_P_IPV6)) in flow_dissector() 360 else if (gre_proto == ETH_P_IPV6) in flow_dissector()
|
/external/kernel-headers/original/uapi/linux/ |
D | if_ether.h | 70 #define ETH_P_IPV6 0x86DD /* IPv6 over bluebook */ macro
|
/external/iproute2/include/linux/ |
D | if_ether.h | 67 #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/android-clat/ |
D | ring.c | 33 int packetsock = socket(AF_PACKET, SOCK_DGRAM, htons(ETH_P_IPV6)); in ring_create()
|
D | clatd.c | 77 .sll_protocol = htons(ETH_P_IPV6), in configure_packet_socket()
|
D | clatd_test.cpp | 445 expected_proto = htons(ETH_P_IPV6); in do_translate_packet()
|
/external/syslinux/gpxe/src/net/ |
D | icmpv6.c | 119 net_rx ( rxiobuf, netdev, htons ( ETH_P_IPV6 ), ll_addr );
|
D | ipv6.c | 370 .net_proto = htons ( ETH_P_IPV6 ),
|
/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()
|
D | dhcpd.c | 865 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/ |
D | mdb.c | 245 entry.addr.proto = htons(ETH_P_IPV6); in mdb_modify()
|
/external/libnl/lib/ |
D | utils.c | 773 __ADD(ETH_P_IPV6,ipv6)
|