OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ln_expire
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/net/
nd.h
48
(((ln)->
ln_expire
== 0) && ((ln)->ln_state > ND_LLINFO_INCOMPLETE))
nd.c
240
ln->
ln_expire
= time_uptime + xtick / hz;
293
if (ln->
ln_expire
> time_uptime)
294
xtick = (ln->
ln_expire
- time_uptime) * hz;
if_llatbl.h
102
#define
ln_expire
la_expire
macro
/src/sys/netinet6/
nd6.c
1279
nbi->expire = ln->
ln_expire
?
1280
time_mono_to_wall(ln->
ln_expire
) : 0;
/src/sys/netinet/
in.c
439
nbi->expire = ln->
ln_expire
?
440
time_mono_to_wall(ln->
ln_expire
) : 0;
Completed in 16 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025