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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dicmp6.h511 u_int32_t icmp6_filt[8]; member in struct:icmp6_filter
532 (((filterp)->icmp6_filt[(type) >> 5]) |= (1 << ((type) & 31)))
534 (((filterp)->icmp6_filt[(type) >> 5]) &= ~(1 << ((type) & 31)))
536 ((((filterp)->icmp6_filt[(type) >> 5]) & (1 << ((type) & 31))) != 0)
538 ((((filterp)->icmp6_filt[(type) >> 5]) & (1 << ((type) & 31))) == 0)

Completed in 21 milliseconds