Home
last modified time | relevance | path

Searched refs:ETH_P_IPV6 (Results 1 - 13 of 13) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dbswap-constant-folding.c12 #define ETH_P_IPV6 0x86DD macro
19 case htons(ETH_P_IPV6): in test()
/third_party/ltp/testcases/network/stress/ns-tools/
H A 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()
H A 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()
H A Dns-common.c268 ll->sll_protocol = htons(ETH_P_IPV6); /* IPv6 */ in eth_pton()
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H A Dif_ether.h43 #define ETH_P_IPV6 0x86DD macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Dif_ether.h43 #define ETH_P_IPV6 0x86DD macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Dif_ether.h43 #define ETH_P_IPV6 0x86DD macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Dif_ether.h43 #define ETH_P_IPV6 0x86DD macro
/third_party/musl/include/netinet/
H A Dif_ether.h43 #define ETH_P_IPV6 0x86DD macro
/third_party/toybox/toys/pending/
H A 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()
H A 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/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs2476 pub const ETH_P_IPV6: ::c_int = 0x86DD; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs2250 pub const ETH_P_IPV6: ::c_int = 0x86DD; consts

Completed in 30 milliseconds