Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dicmp6.h553 #define ICMP6_FILTER_SETPASSALL(filterp) \ argument
556 p = (u_char *)filterp; \
560 #define ICMP6_FILTER_SETBLOCKALL(filterp) \ argument
561 bzero(filterp, sizeof(struct icmp6_filter))
563 #define ICMP6_FILTER_SETPASSALL(filterp) \ argument
564 memset(filterp, 0xff, sizeof(struct icmp6_filter))
565 #define ICMP6_FILTER_SETBLOCKALL(filterp) \ argument
569 #define ICMP6_FILTER_SETPASS(type, filterp) \ argument
571 #define ICMP6_FILTER_SETBLOCK(type, filterp) \ argument
573 #define ICMP6_FILTER_WILLPASS(type, filterp) \ argument
[all …]
/f-stack/freebsd/netinet/
H A Dicmp6.h549 #define ICMP6_FILTER_SETPASSALL(filterp) \ argument
552 p = (u_char *)filterp; \
556 #define ICMP6_FILTER_SETBLOCKALL(filterp) \ argument
557 bzero(filterp, sizeof(struct icmp6_filter))
559 #define ICMP6_FILTER_SETPASSALL(filterp) \ argument
560 memset(filterp, 0xff, sizeof(struct icmp6_filter))
561 #define ICMP6_FILTER_SETBLOCKALL(filterp) \ argument
565 #define ICMP6_FILTER_SETPASS(type, filterp) \ argument
567 #define ICMP6_FILTER_SETBLOCK(type, filterp) \ argument
569 #define ICMP6_FILTER_WILLPASS(type, filterp) \ argument
[all …]