HomeSort by: relevance | last modified time | path
    Searched defs:icmp6_filt (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/netinet/
icmp6.h 552 u_int32_t icmp6_filt[8]; member in struct:icmp6_filter
560 (((filterp)->icmp6_filt[(type) >> 5]) |= (1 << ((type) & 31)))
562 (((filterp)->icmp6_filt[(type) >> 5]) &= ~(1 << ((type) & 31)))
564 ((((filterp)->icmp6_filt[(type) >> 5]) & (1 << ((type) & 31))) != 0)
566 ((((filterp)->icmp6_filt[(type) >> 5]) & (1 << ((type) & 31))) == 0)

Completed in 11 milliseconds