OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:in_multihashtbl
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
in.c
185
static struct in_multihashhead *
in_multihashtbl
;
variable in typeref:struct:in_multihashhead *
190
(
in_multihashtbl
[(u_long)((x) ^ (ifp->if_index)) % IN_MULTI_HASH_SIZE])
219
in_multihashtbl
= hashinit(IN_IFADDR_HASH_SIZE, HASH_LIST, true,
1802
step->i_inm = LIST_FIRST(&
in_multihashtbl
[++step->i_n]);
1816
step->i_inm = LIST_FIRST(&
in_multihashtbl
[0]);
in.c
185
static struct in_multihashhead *
in_multihashtbl
;
variable in typeref:struct:in_multihashhead *
190
(
in_multihashtbl
[(u_long)((x) ^ (ifp->if_index)) % IN_MULTI_HASH_SIZE])
219
in_multihashtbl
= hashinit(IN_IFADDR_HASH_SIZE, HASH_LIST, true,
1802
step->i_inm = LIST_FIRST(&
in_multihashtbl
[++step->i_n]);
1816
step->i_inm = LIST_FIRST(&
in_multihashtbl
[0]);
Completed in 29 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025