Home
last modified time | relevance | path

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

/bionic/libc/include/netinet/
Dicmp6.h489 u_int32_t icmp6_filt[8]; member
504 (((filterp)->icmp6_filt[(type) >> 5]) &= ~(1 << ((type) & 31)))
506 (((filterp)->icmp6_filt[(type) >> 5]) |= (1 << ((type) & 31)))
508 ((((filterp)->icmp6_filt[(type) >> 5]) & (1 << ((type) & 31))) == 0)
510 ((((filterp)->icmp6_filt[(type) >> 5]) & (1 << ((type) & 31))) != 0)