Searched refs:ETH_P_IPV6 (Results 1 – 15 of 15) sorted by relevance
12 #define ETH_P_IPV6 0x86DD macro19 case htons(ETH_P_IPV6): in test()
74 #define ETH_P_IPV6 0x86DD /* IPv6 over bluebook */ macro
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()
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()
268 ll->sll_protocol = htons(ETH_P_IPV6); /* IPv6 */ in eth_pton()
43 #define ETH_P_IPV6 0x86DD macro
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()
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()
804 __ADD(ETH_P_IPV6,ipv6),
850 case ETH_P_IPV6: in nft_bridge_xlate()