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

/fuchsia/zircon/third_party/ulib/musl/include/netinet/
H A Dicmp6.h20 uint32_t icmp6_filt[8]; member in struct:icmp6_filter
70 ((((filterp)->icmp6_filt[(type) >> 5]) & (1 << ((type)&31))) == 0)
73 ((((filterp)->icmp6_filt[(type) >> 5]) & (1 << ((type)&31))) != 0)
76 ((((filterp)->icmp6_filt[(type) >> 5]) &= ~(1 << ((type)&31))))
79 ((((filterp)->icmp6_filt[(type) >> 5]) |= (1 << ((type)&31))))

Completed in 24 milliseconds