Home | History | Annotate | Download | only in server

Lines Matching refs:stos

1828     saved_stos = state -> me.stos;
1830 /* Keep the old stos if we're going into recover_wait or if we're
1834 state -> me.stos = cur_time;
1844 state -> me.stos = cur_time - state -> mclt;
1855 state -> me.stos = saved_stos;
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;
2081 state -> partner.stos = cur_time;
3110 } else if (!omapi_ds_strcmp (name, "partner-stos")) {
3112 } else if (!omapi_ds_strcmp (name, "local-stos")) {
3300 } else if (!omapi_ds_strcmp (name, "partner-stos")) {
3302 s -> partner.stos, MDL);
3303 } else if (!omapi_ds_strcmp (name, "local-stos")) {
3305 s -> me.stos, MDL);
3507 status = omapi_connection_put_name (c, "partner-stos");
3514 (u_int32_t)s -> partner.stos);
3518 status = omapi_connection_put_name (c, "local-stos");
3524 status = omapi_connection_put_uint32 (c, (u_int32_t)s -> me.stos);
3967 return "stos";
4470 dhcp_failover_make_option (FTO_STOS, FMA, state -> me.stos),
4844 msg -> stos),
5364 lt -> starts = msg -> stos;
5862 if (state -> me.stos + state -> mclt > cur_time &&
5869 state -> me.stos + state -> mclt),
5872 tv . tv_sec = (int)(state -> me.stos + state -> mclt);
6367 * state and stos+mclt or tsfp+mclt has expired,
6378 ((lease->tsfp < peer->me.stos) ?
6379 (peer->me.stos + peer->mclt < cur_time) :
6411 * tsfp values modified to equal stos+mclt, the point
6429 * least TSFP+MCLT or STOS+MCLT must have expired,
6436 ((lease->tsfp < peer->me.stos) ?
6437 (peer->me.stos + peer->mclt < cur_time) :