Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
Dicmp6.h180 #define ICMP6_FILTER_WILLPASS(type, filterp) \ argument
187 #define ICMP6_FILTER_WILLBLOCK(type, filterp) \ argument
193 #define ICMP6_FILTER_SETPASS(type, filterp) \ argument
200 #define ICMP6_FILTER_SETBLOCK(type, filterp) \ argument
206 #define ICMP6_FILTER_SETPASSALL(filterp) \ argument
212 #define ICMP6_FILTER_SETBLOCKALL(filterp) \ argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/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
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Ddhd_linux.c1800 char *filterp = NULL; in dhd_packet_filter_add_remove() local