Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dicmp6.h549 u_int32_t icmp6_filt[8]; member
570 (((filterp)->icmp6_filt[(type) >> 5]) |= (1 << ((type) & 31)))
572 (((filterp)->icmp6_filt[(type) >> 5]) &= ~(1 << ((type) & 31)))
574 ((((filterp)->icmp6_filt[(type) >> 5]) & (1 << ((type) & 31))) != 0)
576 ((((filterp)->icmp6_filt[(type) >> 5]) & (1 << ((type) & 31))) == 0)
/f-stack/freebsd/netinet/
H A Dicmp6.h545 u_int32_t icmp6_filt[8]; member
566 (((filterp)->icmp6_filt[(type) >> 5]) |= (1 << ((type) & 31)))
568 (((filterp)->icmp6_filt[(type) >> 5]) &= ~(1 << ((type) & 31)))
570 ((((filterp)->icmp6_filt[(type) >> 5]) & (1 << ((type) & 31))) != 0)
572 ((((filterp)->icmp6_filt[(type) >> 5]) & (1 << ((type) & 31))) == 0)