Home
last modified time | relevance | path

Searched refs:ipv4 (Results 1 - 6 of 6) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dbcmip.h232 #define IPV4_MCAST_TO_ETHER_MCAST(ipv4, ether) \
237 ether[3] = (ipv4 & 0x7f0000) >> 16; \
238 ether[4] = (ipv4 & 0xff00) >> 8; \
239 ether[5] = (ipv4 & 0xff); \
/device/soc/rockchip/rk3588/kernel/include/trace/hooks/
H A Dipv4.h4 #define TRACE_SYSTEM ipv4
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dnat64.h83 * This API is used to hook the ipv4 input packets in two different situations:
102 * 1) when the packet is received by the mesh interface in a mesh gate, if non-mesh interface is ipv4 .
103 * 2) when the packet is received by the mesh interface in a mesh BR, if non-mesh interface is ipv4 .
120 * This API is used to translate the ip header from ipv6 to ipv4
136 * This API is used to translate the ip header from ipv4 to ipv6
168 u32_t lifetime, uint32_t *ipv4);
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dhi_wifi_driver_api.c1446 ip_addr_cfg.ip.ipv4 = ip; in hi_wifi_arp_offload_setting()
1449 *(((hi_char *)&ip_addr_cfg.ip.ipv4) + 2), *(((hi_char *)&ip_addr_cfg.ip.ipv4) + 3)); /* 2/3 偏置 */ in hi_wifi_arp_offload_setting()
1511 ip_addr_cfg.ip.ipv4 = ip; in hi_wifi_dhcp_offload_setting()
1514 *(((hi_char *)&ip_addr_cfg.ip.ipv4) + 2), *(((hi_char *)&ip_addr_cfg.ip.ipv4) + 3)); /* 2/3 偏置 */ in hi_wifi_dhcp_offload_setting()
H A Dwal_hipriv.c5057 ret = wal_hipriv_offload_parse_ipv4(name, &ip->ip.ipv4); in wal_hipriv_offload_build_ipv4()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H A Dmac_cfg.h705 hi_u32 ipv4; /* 注意:网络字节序、大端。 */ member

Completed in 17 milliseconds