icmp6_filt 480 netinet/icmp6.h u_int32_t icmp6_filt[8]; icmp6_filt 501 netinet/icmp6.h (((filterp)->icmp6_filt[(type) >> 5]) |= (1 << ((type) & 31))) icmp6_filt 503 netinet/icmp6.h (((filterp)->icmp6_filt[(type) >> 5]) &= ~(1 << ((type) & 31))) icmp6_filt 505 netinet/icmp6.h ((((filterp)->icmp6_filt[(type) >> 5]) & (1 << ((type) & 31))) != 0) icmp6_filt 507 netinet/icmp6.h ((((filterp)->icmp6_filt[(type) >> 5]) & (1 << ((type) & 31))) == 0)