OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pltimeexpire
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.sbin/rtadvd/
dump.c
190
if (pfx->
pltimeexpire
!= 0)
192
(pfx->
pltimeexpire
> now.tv_sec ?
193
pfx->
pltimeexpire
- now.tv_sec : 0));
rtadvd.h
85
long
pltimeexpire
; /* expiration of pltime; decrement case only */
member in struct:prefix
config.c
480
pfx->
pltimeexpire
=
1135
if (pfx->vltimeexpire || pfx->
pltimeexpire
)
1146
if (pfx->
pltimeexpire
== 0)
1149
pltime = (pfx->
pltimeexpire
> now.tv_sec) ?
1150
pfx->
pltimeexpire
- now.tv_sec : 0;
rtadvd.c
1244
if (pp->
pltimeexpire
) {
1256
llabs((long long)preferred_time - pp->
pltimeexpire
) > rai->clockskew) {
1268
pp->
pltimeexpire
);
Completed in 14 milliseconds
Indexes created Mon Oct 27 04:09:48 GMT 2025