Home
last modified time | relevance | path

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

/openbsd/sys/netinet/
H A Dicmp6.h439 u_int32_t icmp6_filt[8]; member
447 (((filterp)->icmp6_filt[(type) >> 5]) |= (1 << ((type) & 31)))
449 (((filterp)->icmp6_filt[(type) >> 5]) &= ~(1 << ((type) & 31)))
451 ((((filterp)->icmp6_filt[(type) >> 5]) & (1 << ((type) & 31))) != 0)
453 ((((filterp)->icmp6_filt[(type) >> 5]) & (1 << ((type) & 31))) == 0)