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

/seL4-camkes-master/projects/musllibc/include/netinet/
H A Dicmp6.h21 uint32_t icmp6_filt[8]; member in struct:icmp6_filter
71 ((((filterp)->icmp6_filt[(type) >> 5]) & (1 << ((type) & 31))) == 0)
74 ((((filterp)->icmp6_filt[(type) >> 5]) & (1 << ((type) & 31))) != 0)
77 ((((filterp)->icmp6_filt[(type) >> 5]) &= ~(1 << ((type) & 31))))
80 ((((filterp)->icmp6_filt[(type) >> 5]) |= (1 << ((type) & 31))))

Completed in 73 milliseconds