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

/darwin-on-arm/xnu/bsd/netinet/
H A Dicmp6.h556 u_int32_t icmp6_filt[8]; member in struct:icmp6_filter
577 (((filterp)->icmp6_filt[(type) >> 5]) |= (1 << ((type) & 31)))
579 (((filterp)->icmp6_filt[(type) >> 5]) &= ~(1 << ((type) & 31)))
581 ((((filterp)->icmp6_filt[(type) >> 5]) & (1 << ((type) & 31))) != 0)
583 ((((filterp)->icmp6_filt[(type) >> 5]) & (1 << ((type) & 31))) == 0)

Completed in 13 milliseconds