Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dipv6nd.c166 #define ICMP6_FILTER_WILLPASS(type, filterp) \ argument
168 #define ICMP6_FILTER_WILLBLOCK(type, filterp) \ argument
170 #define ICMP6_FILTER_SETPASS(type, filterp) \ argument
172 #define ICMP6_FILTER_SETBLOCK(type, filterp) \ argument
174 #define ICMP6_FILTER_SETPASSALL(filterp) \ argument
176 #define ICMP6_FILTER_SETBLOCKALL(filterp) \ argument
/netbsd-src/sys/netinet/
H A Dicmp6.h555 #define ICMP6_FILTER_SETPASSALL(filterp) \ argument
557 #define ICMP6_FILTER_SETBLOCKALL(filterp) \ argument
559 #define ICMP6_FILTER_SETPASS(type, filterp) \ argument
561 #define ICMP6_FILTER_SETBLOCK(type, filterp) \ argument
551 ICMP6_FILTER_SETPASSALL(filterp) global() argument
553 ICMP6_FILTER_SETBLOCKALL(filterp) global() argument
[all...]