Home
last modified time | relevance | path

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

/netbsd/sys/netinet/
H A Dicmp6.h548 u_int32_t icmp6_filt[8]; member
556 (((filterp)->icmp6_filt[(type) >> 5]) |= (1 << ((type) & 31)))
558 (((filterp)->icmp6_filt[(type) >> 5]) &= ~(1 << ((type) & 31)))
560 ((((filterp)->icmp6_filt[(type) >> 5]) & (1 << ((type) & 31))) != 0)
562 ((((filterp)->icmp6_filt[(type) >> 5]) & (1 << ((type) & 31))) == 0)
/netbsd/external/bsd/dhcpcd/dist/src/
H A Dipv6nd.c151 ((((filterp)->icmp6_filt[(type) >> 5]) & (1 << ((type) & 31))) == 0)
153 ((((filterp)->icmp6_filt[(type) >> 5]) & (1 << ((type) & 31))) != 0)
155 ((((filterp)->icmp6_filt[(type) >> 5]) &= ~(1 << ((type) & 31))))
157 ((((filterp)->icmp6_filt[(type) >> 5]) |= (1 << ((type) & 31))))