Home
last modified time | relevance | path

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

/dflybsd-src/sys/netinet/
H A Dicmp6.h547 #define ICMP6_FILTER_SETPASSALL(filterp) \ argument
554 #define ICMP6_FILTER_SETBLOCKALL(filterp) \ argument
557 #define ICMP6_FILTER_SETPASSALL(filterp) \ argument
559 #define ICMP6_FILTER_SETBLOCKALL(filterp) \ argument
563 #define ICMP6_FILTER_SETPASS(type, filterp) \ argument
565 #define ICMP6_FILTER_SETBLOCK(type, filterp) \ argument
567 #define ICMP6_FILTER_WILLPASS(type, filterp) \ argument
569 #define ICMP6_FILTER_WILLBLOCK(type, filterp) \ argument
/dflybsd-src/contrib/dhcpcd/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