Home
last modified time | relevance | path

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

/external/iproute2/include/netinet/
Dicmp6.h36 uint32_t icmp6_filt[8]; member
89 ((((filterp)->icmp6_filt[(type) >> 5]) & (1 << ((type) & 31))) == 0)
92 ((((filterp)->icmp6_filt[(type) >> 5]) & (1 << ((type) & 31))) != 0)
95 ((((filterp)->icmp6_filt[(type) >> 5]) &= ~(1 << ((type) & 31))))
98 ((((filterp)->icmp6_filt[(type) >> 5]) |= (1 << ((type) & 31))))