/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
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])) 187 * @param addr2 IPv6 address 2 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)->addr[3] == (addr2) [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)) ? \ 212 ip6_addr_cmp(ip_2_ip6(addr1), ip_2_ip6(addr2)) [all...] |
H A D | ip4_addr.h | 138 * @arg addr2 IP address 2 142 #define ip4_addr_netcmp(addr1, addr2, mask) (((addr1)->addr & \ 144 ((addr2)->addr & \ 146 #define ip4_addr_cmp(addr1, addr2) ((addr1)->addr == (addr2)->addr)
|
H A D | ip6.h | 121 * @param addr2 IPv6 Address 2 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 253 addr2 = sip_map(res.a2, res.a3); in sip_smc_lastlog_request() 254 if (!addr2) { in sip_smc_lastlog_request() 261 res.a2 = (unsigned long)addr2; 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 254 addr2 = sip_map(res.a2, res.a3); in sip_smc_lastlog_request() 255 if (!addr2) { in sip_smc_lastlog_request() 262 res.a2 = (unsigned long)addr2; 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 | 230 memcpy(src_mac_addr, dot11_hdr->addr2, sizeof(src_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 2325 memcpy_s(mac_header + WLAN_HDR_ADDR2_OFFSET, WLAN_MAC_ADDR_LEN, addr2, WLAN_MAC_ADDR_LEN) != EOK || in mac_hdr_set_mac_addrsss()
|
H A D | mac_frame.c | 2707 * addr1,addr2,addr3: mac addrsss 2710 const hi_u8 *addr2, const hi_u8 *addr3) in mac_set_mgmt_frame_header() 2727 if (mac_hdr_set_mac_addrsss(mac_header, addr1, addr2, addr3) == 0) { in mac_set_mgmt_frame_header() 2709 mac_set_mgmt_frame_header(hi_u8 *mac_header, hi_u16 frame_type, const hi_u8 *addr1, const hi_u8 *addr2, const hi_u8 *addr3) mac_set_mgmt_frame_header() argument
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_net.h | 570 hi_u8 addr2[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);
|