Searched refs:ipv6 (Results 1 - 10 of 10) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | bcmipv6.h | 152 #define IPV6_MCAST_TO_ETHER_MCAST(ipv6, ether) \ 156 ether[2] = ipv6[12]; \ 157 ether[3] = ipv6[13]; \ 158 ether[4] = ipv6[14]; \ 159 ether[5] = ipv6[15]; \
|
H A D | bcmutils.h | 197 extern char *bcm_ipv6_ntoa(void *ipv6, char *buf); 1251 * - input ipv6 and tcp points to IPv6 and TCP header in network order 1254 uint16 ipv6_tcp_hdr_cksum(uint8 *ipv6, uint8 *tcp, uint16 tcp_len);
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/ |
H A D | mac_data.c | 207 WIFI_ROM_TEXT static hi_u8 mac_get_ipv6_data_type(oal_ipv6hdr_stru *ipv6) in mac_get_ipv6_data_type() argument 211 if (mac_is_nd(ipv6)) { in mac_get_ipv6_data_type() 213 } else if (mac_is_dhcp6(ipv6)) { in mac_get_ipv6_data_type() 216 } else if (mac_is_rpl(ipv6)) { in mac_get_ipv6_data_type()
|
H A D | mac_cfg.h | 706 hi_u8 ipv6[OAL_IP_ADDR_MAX_SIZE]; member
|
/device/soc/rockchip/rk3588/kernel/include/trace/hooks/ |
H A D | ipv6.h | 3 #define TRACE_SYSTEM ipv6
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | bcmutils.c | 1645 bcm_ipv6_ntoa(void *ipv6, char *buf) in bcm_ipv6_ntoa() argument 1654 memcpy((uint8 *)&tmp[0], (uint8 *)ipv6, IPV6_ADDR_LEN); in bcm_ipv6_ntoa() 3935 * - input ipv6 and tcp points to IPv6 and TCP header in network order 3939 ipv6_tcp_hdr_cksum(uint8 *ipv6, uint8 *tcp, uint16 tcp_len) in ipv6_tcp_hdr_cksum() argument 3941 struct ipv6_hdr *ipv6_hdr = (struct ipv6_hdr *)ipv6; in ipv6_tcp_hdr_cksum() 3945 ASSERT(ipv6 != NULL); in ipv6_tcp_hdr_cksum() 3949 if (!ipv6 || !tcp || !(tcp_len >= TCP_MIN_HEADER_LEN)) in ipv6_tcp_hdr_cksum()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | stats.h | 576 * @param[in,out] ipv6 Memory to get the IPv6 statistics information. 587 err_t lwip_statsapi_get_ipv6_stats(struct stats_proto *ipv6);
|
H A D | opt.h | 93 #include <linux/ipv6.h>
|
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/stmicro/stmmac/ |
H A D | hwif.h | 387 bool en, bool ipv6, bool sa, bool inv,
|
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/ |
H A D | r8168_n.c | 56 #include <linux/ipv6.h> [all...] |
Completed in 44 milliseconds