Searched refs:icmp6_filt (Results 1 – 1 of 1) sorted by relevance
36 uint32_t icmp6_filt[8]; member89 ((((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))))