Home
last modified time | relevance | path

Searched defs:filterp (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/include/netinet/
Dicmp6.h70 #define ICMP6_FILTER_WILLPASS(type, filterp) \ argument
73 #define ICMP6_FILTER_WILLBLOCK(type, filterp) \ argument
76 #define ICMP6_FILTER_SETPASS(type, filterp) \ argument
79 #define ICMP6_FILTER_SETBLOCK(type, filterp) \ argument
82 #define ICMP6_FILTER_SETPASSALL(filterp) \ argument
85 #define ICMP6_FILTER_SETBLOCKALL(filterp) \ argument
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Dicmp6.h70 #define ICMP6_FILTER_WILLPASS(type, filterp) \ argument
73 #define ICMP6_FILTER_WILLBLOCK(type, filterp) \ argument
76 #define ICMP6_FILTER_SETPASS(type, filterp) \ argument
79 #define ICMP6_FILTER_SETBLOCK(type, filterp) \ argument
82 #define ICMP6_FILTER_SETPASSALL(filterp) \ argument
85 #define ICMP6_FILTER_SETBLOCKALL(filterp) \ argument
/third_party/musl/porting/uniproton/kernel/include/netinet/
Dicmp6.h70 #define ICMP6_FILTER_WILLPASS(type, filterp) \ argument
73 #define ICMP6_FILTER_WILLBLOCK(type, filterp) \ argument
76 #define ICMP6_FILTER_SETPASS(type, filterp) \ argument
79 #define ICMP6_FILTER_SETBLOCK(type, filterp) \ argument
82 #define ICMP6_FILTER_SETPASSALL(filterp) \ argument
85 #define ICMP6_FILTER_SETBLOCKALL(filterp) \ argument
/third_party/musl/ndk_musl_include/netinet/
Dicmp6.h70 #define ICMP6_FILTER_WILLPASS(type, filterp) \ argument
73 #define ICMP6_FILTER_WILLBLOCK(type, filterp) \ argument
76 #define ICMP6_FILTER_SETPASS(type, filterp) \ argument
79 #define ICMP6_FILTER_SETBLOCK(type, filterp) \ argument
82 #define ICMP6_FILTER_SETPASSALL(filterp) \ argument
85 #define ICMP6_FILTER_SETBLOCKALL(filterp) \ argument
/third_party/musl/include/netinet/
Dicmp6.h70 #define ICMP6_FILTER_WILLPASS(type, filterp) \ argument
73 #define ICMP6_FILTER_WILLBLOCK(type, filterp) \ argument
76 #define ICMP6_FILTER_SETPASS(type, filterp) \ argument
79 #define ICMP6_FILTER_SETBLOCK(type, filterp) \ argument
82 #define ICMP6_FILTER_SETPASSALL(filterp) \ argument
85 #define ICMP6_FILTER_SETBLOCKALL(filterp) \ argument
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Dicmp6.h70 #define ICMP6_FILTER_WILLPASS(type, filterp) \ argument
73 #define ICMP6_FILTER_WILLBLOCK(type, filterp) \ argument
76 #define ICMP6_FILTER_SETPASS(type, filterp) \ argument
79 #define ICMP6_FILTER_SETBLOCK(type, filterp) \ argument
82 #define ICMP6_FILTER_SETPASSALL(filterp) \ argument
85 #define ICMP6_FILTER_SETBLOCKALL(filterp) \ argument
/third_party/ffmpeg/libavcodec/
Damrnbdec.c694 const float *filterp; in apply_ir_filter() local