Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dicmp6.h620 u_int32_t icmp6_filt[8]; member
629 (((filterp)->icmp6_filt[(type) >> 5]) |= (1u << ((type) & 31)))
631 (((filterp)->icmp6_filt[(type) >> 5]) &= ~(1u << ((type) & 31)))
633 ((((filterp)->icmp6_filt[(type) >> 5]) & (1u << ((type) & 31))) != 0)
635 ((((filterp)->icmp6_filt[(type) >> 5]) & (1u << ((type) & 31))) == 0)