Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/validation/
Dbswap-constant-folding.c12 #define ETH_P_IPV6 0x86DD macro
19 case htons(ETH_P_IPV6): in test()
/third_party/libnl/include/linux-private/linux/
Dif_ether.h74 #define ETH_P_IPV6 0x86DD /* IPv6 over bluebook */ macro
/third_party/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()
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Dif_ether.h43 #define ETH_P_IPV6 0x86DD macro
/third_party/musl/include/netinet/
Dif_ether.h43 #define ETH_P_IPV6 0x86DD macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Dif_ether.h43 #define ETH_P_IPV6 0x86DD macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
Dif_ether.h43 #define ETH_P_IPV6 0x86DD macro
/third_party/musl/ndk_musl_include/netinet/
Dif_ether.h43 #define ETH_P_IPV6 0x86DD macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Dif_ether.h43 #define ETH_P_IPV6 0x86DD macro
/third_party/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()
/third_party/libnl/lib/
Dutils.c804 __ADD(ETH_P_IPV6,ipv6),
/third_party/iptables/iptables/
Dnft-bridge.c850 case ETH_P_IPV6: in nft_bridge_xlate()