Home
last modified time | relevance | path

Searched refs:target_type (Results 1 – 8 of 8) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
Darch.h182 #define LWIP_CONST_CAST(target_type, val) ((target_type)(void*)((ptrdiff_t)(val))) argument
187 #define LWIP_ALIGNMENT_CAST(target_type, val) LWIP_CONST_CAST(target_type, val) argument
194 #define LWIP_PTR_NUMERIC_CAST(target_type, val) LWIP_CONST_CAST(target_type, val) argument
/device/board/openvalley/niobeu4/liteos_m/hals/update/
DBUILD.gn18 target_type = "static_library"
/device/soc/asrmicro/asr582x/liteos_m/components/mbedtls/
DBUILD.gn29 target_type = "static_library"
/device/board/openvalley/niobeu4/liteos_m/hals/iot_hardware/wifiiot_lite/
DBUILD.gn18 target_type = "static_library"
/device/board/talkweb/niobe407/liteos_m/lwip_adapter/
DBUILD.gn29 target_type = "static_library"
/device/soc/beken/bk7235/liteos_m/third_party_adapter/mbedtls/
DBUILD.gn35 target_type = "static_library"
/device/soc/telink/b91/adapter/hals/mbedtls/
DBUILD.gn31 target_type = "static_library"
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/
Drtw_debug.c6819 u16 target_type; in proc_set_monitor() local
6835 num = sscanf(tmp, "type %hu", &target_type); in proc_set_monitor()
6837 ((target_type != ARPHRD_IEEE80211) && in proc_set_monitor()
6838 (target_type != ARPHRD_IEEE80211_RADIOTAP))) { in proc_set_monitor()