OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mclt
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/mpl/dhcp/dist/includes/
failover.h
241
u_int32_t
mclt
;
member in struct:failover_message
344
u_int32_t
mclt
;
member in struct:_dhcp_failover_state
/src/external/mpl/dhcp/dist/server/
failover.c
1344
"no
MCLT
provided");
1367
state ->
mclt
= link -> imsg ->
mclt
;
1837
to recover, we can skip waiting for
MCLT
to expire. This happens
1844
state -> me.stos = cur_time - state ->
mclt
;
1949
if (state -> me.stos + state ->
mclt
> cur_time) {
1953
state -> me.stos + state ->
mclt
),
1956
tv . tv_sec = (int)(state -> me.stos + state ->
mclt
);
1988
l->tsfp = state->me.stos + state->
mclt
;
3096
} else if (!omapi_ds_strcmp (name, "
mclt
")) {
[
all
...]
stables.c
76
{ FTO_MCLT, "
MCLT
", FT_UINT32, 1, FM_OFFSET(
mclt
), FTB_MCLT },
db.c
803
fprintf (db_file, "\n
mclt
%ld;",
804
(unsigned long)state ->
mclt
);
dhcp.c
2905
/* Lease times less than
MCLT
are not a concern. */
2906
if (lease_time > peer->
mclt
) {
2908
* that is either equal to
MCLT
(at least),
2909
* or up to TSFP+
MCLT
. Only if the desired
2910
* lease time falls within TSFP+
MCLT
, can
2914
new_lease_time = peer->
mclt
;
2916
(lt->tsfp + peer->
mclt
))
2918
+ peer->
mclt
;
5024
* the peer's leases after STOS+
MCLT
.
confpars.c
1069
case
MCLT
:
1070
tp = &peer ->
mclt
;
1180
} else if (!peer ->
mclt
) {
1182
"primary failover server must have
mclt
.");
1294
case
MCLT
:
1297
"
mclt
not valid for primary");
1305
state ->
mclt
= atoi (val);
mdb.c
1660
If we're in partner_down, they expire at
mclt
past
1667
lease->pool->failover_peer->
mclt
);
2714
* may be reallocated (stos+
mclt
). We can do that with
Completed in 23 milliseconds
Indexes created Sat Aug 29 00:25:01 UTC 2026