/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | ip4_addr.h | 137 * @arg addr1 IP address 1 142 #define ip4_addr_netcmp(addr1, addr2, mask) (((addr1)->addr & \ 146 #define ip4_addr_cmp(addr1, addr2) ((addr1)->addr == (addr2)->addr) 148 #define ip4_addr_isany_val(addr1) ((addr1).addr == IPADDR_ANY) 149 #define ip4_addr_isnone_val(addr1) ((addr1).addr == IPADDR_NONE) 150 #define ip4_addr_isany(addr1) ((addr [all...] |
H A D | ip6_addr.h | 180 #define ip6_addr_netcmp_zoneless(addr1, addr2) (((addr1)->addr[0] == (addr2)->addr[0]) && \ 181 ((addr1)->addr[1] == (addr2)->addr[1])) 186 * @param addr1 IPv6 address 1 190 #define ip6_addr_netcmp(addr1, addr2) (ip6_addr_netcmp_zoneless((addr1), (addr2)) && \ 191 ip6_addr_cmp_zone((addr1), (addr2))) 194 #define ip6_addr_nethostcmp(addr1, addr2) (((addr1)->addr[2] == (addr2)->addr[2]) && \ 195 ((addr1) [all...] |
H A D | ip_addr.h | 198 #define ip_addr_netcmp(addr1, addr2, mask) ((IP_IS_V6(addr1) && IP_IS_V6(addr2)) ? \ 200 ip4_addr_netcmp(ip_2_ip4(addr1), ip_2_ip4(addr2), mask)) 202 #define ip_addr_netcmp_val(addr1, addr2, mask) ((IP_IS_V6_VAL(*(addr1)) && IP_IS_V6_VAL(*(addr2))) ? \ 204 ip4_addr_netcmp(ip_2_ip4(addr1), ip_2_ip4(addr2), mask)) 208 int ip_addr_cmp(const ip_addr_t *addr1, const ip_addr_t *addr2); 211 #define ip_addr_cmp(addr1, addr2) ((IP_GET_TYPE(addr1) != IP_GET_TYPE(addr2)) ? 0 : (IP_IS_V6_VAL(*(addr1)) [all...] |
H A D | ip6.h | 120 * @param addr1 IPv6 Address 1 124 * Number of common prefix bits in addr1 & addr2 : On success 127 int ip6_common_prefix_length(const ip6_addr_t *addr1, const ip6_addr_t *addr2, u8_t prefix_length);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/prot/ |
H A D | ethernet.h | 119 #define eth_addr_cmp(addr1, addr2) (memcmp((addr1)->addr, (addr2)->addr, ETH_HWADDR_LEN) == 0)
|
/device/soc/rockchip/common/vendor/drivers/firmware/ |
H A D | rockchip_sip.c | 240 void __iomem *addr1, *addr2; in sip_smc_lastlog_request() local 247 addr1 = sip_map(res.a1, res.a3); in sip_smc_lastlog_request() 248 if (!addr1) { in sip_smc_lastlog_request() 260 res.a1 = (unsigned long)addr1; in sip_smc_lastlog_request()
|
/device/soc/rockchip/rk3588/kernel/drivers/firmware/ |
H A D | rockchip_sip.c | 242 void __iomem *addr1, *addr2; in sip_smc_lastlog_request() local 248 addr1 = sip_map(res.a1, res.a3); in sip_smc_lastlog_request() 249 if (!addr1) { in sip_smc_lastlog_request() 261 res.a1 = (unsigned long)addr1; in sip_smc_lastlog_request()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_linux_mon.c | 229 memcpy(dst_mac_addr, dot11_hdr->addr1, sizeof(dst_mac_addr)); in dhd_mon_if_subif_start_xmit()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/ |
H A D | mac_frame.h | 1697 hi_u16 mac_set_mgmt_frame_header(hi_u8 *mac_header, hi_u16 frame_type, const hi_u8 *addr1, const hi_u8 *addr2, 2319 * 输入参数 : addr1,addr2,addr3: mac addrsss 2321 static inline hi_u16 mac_hdr_set_mac_addrsss(hi_u8 *mac_header, const hi_u8 *addr1, const hi_u8 *addr2, in mac_hdr_set_mac_addrsss() argument 2324 if (memcpy_s(mac_header + WLAN_HDR_ADDR1_OFFSET, WLAN_MAC_ADDR_LEN, addr1, WLAN_MAC_ADDR_LEN) != EOK || in mac_hdr_set_mac_addrsss()
|
H A D | mac_frame.c | 2707 * addr1,addr2,addr3: mac addrsss 2709 WIFI_ROM_TEXT hi_u16 mac_set_mgmt_frame_header(hi_u8 *mac_header, hi_u16 frame_type, const hi_u8 *addr1, in mac_set_mgmt_frame_header() argument 2727 if (mac_hdr_set_mac_addrsss(mac_header, addr1, addr2, addr3) == 0) { in mac_set_mgmt_frame_header()
|
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/drv/ |
H A D | ddr_training_impl.c | 3394 unsigned int addr0, addr1; in ddr_lpca_update_bdl() local 3398 addr1 = (data->left[index * 2 + 1] in ddr_lpca_update_bdl() 3400 ddr_write(addr0 | (addr1 << PHY_ACADDRBDL_ADDR1_BIT), in ddr_lpca_update_bdl()
|
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/ |
H A D | ddr_training_impl.c | 3396 unsigned int addr0, addr1; in ddr_lpca_update_bdl() local 3400 addr1 = (data->left[index * 2 + 1] in ddr_lpca_update_bdl() 3402 ddr_write(addr0 | (addr1 << PHY_ACADDRBDL_ADDR1_BIT), in ddr_lpca_update_bdl()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_net.h | 569 hi_u8 addr1[OAL_MAC_ADDR_LEN]; member
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | bpf.h | 1893 int bpf_arch_text_poke(void *ip, enum bpf_text_poke_type t, void *addr1, void *addr2);
|