OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Oct 22 13:09:56 GMT 2025