Searched defs:filterp (Results 1 – 3 of 3) sorted by relevance
/external/trusty/musl/include/netinet/ |
D | icmp6.h | 71 #define ICMP6_FILTER_WILLPASS(type, filterp) \ argument 74 #define ICMP6_FILTER_WILLBLOCK(type, filterp) \ argument 77 #define ICMP6_FILTER_SETPASS(type, filterp) \ argument 80 #define ICMP6_FILTER_SETBLOCK(type, filterp) \ argument 83 #define ICMP6_FILTER_SETPASSALL(filterp) \ argument 86 #define ICMP6_FILTER_SETBLOCKALL(filterp) \ argument
|
/external/musl/include/netinet/ |
D | icmp6.h | 70 #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
|
/external/iputils/ |
D | ping6.c | 121 #define ICMP6_FILTER_WILLPASS(type, filterp) \ argument 124 #define ICMP6_FILTER_WILLBLOCK(type, filterp) \ argument 127 #define ICMP6_FILTER_SETPASS(type, filterp) \ argument 130 #define ICMP6_FILTER_SETBLOCK(type, filterp) \ argument 133 #define ICMP6_FILTER_SETPASSALL(filterp) \ argument 136 #define ICMP6_FILTER_SETBLOCKALL(filterp) \ argument
|