OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:int_ahash
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/routed/
if.c
116
if ((ifp->
int_ahash
= *hifp) != 0)
117
(*hifp)->int_ahash_prev = &ifp->
int_ahash
;
160
for (ifp = *AHASH(addr); ifp; ifp = ifp->
int_ahash
) {
472
*ifp->int_ahash_prev = ifp->
int_ahash
;
473
if (ifp->
int_ahash
!= 0)
474
ifp->
int_ahash
->int_ahash_prev = ifp->int_ahash_prev;
defs.h
271
struct interface *
int_ahash
, **int_ahash_prev;
member in struct:interface
Completed in 21 milliseconds
Indexes created Mon Oct 20 08:09:54 GMT 2025