Searched refs:target_type (Results 1 – 8 of 8) sorted by relevance
182 #define LWIP_CONST_CAST(target_type, val) ((target_type)(void*)((ptrdiff_t)(val))) argument187 #define LWIP_ALIGNMENT_CAST(target_type, val) LWIP_CONST_CAST(target_type, val) argument194 #define LWIP_PTR_NUMERIC_CAST(target_type, val) LWIP_CONST_CAST(target_type, val) argument
18 target_type = "static_library"
29 target_type = "static_library"
35 target_type = "static_library"
31 target_type = "static_library"
6819 u16 target_type; in proc_set_monitor() local6835 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()