Home
last modified time | relevance | path

Searched refs:tsfp (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/server/
H A Dfailover.c1988 l->tsfp = state->me.stos + state->mclt; in dhcp_failover_set_state()
1989 l->sort_time = (l->tsfp > l->ends) ? in dhcp_failover_set_state()
1990 l->tsfp : l->ends; in dhcp_failover_set_state()
5370 lt->atsfp = lt->tsfp = msg->potential_expiry; in dhcp_failover_process_bind_update()
5603 lease->atsfp = lease->tsfp = pot_expire; in dhcp_failover_process_bind_ack()
5637 lease->atsfp = lease->tsfp = pot_expire; in dhcp_failover_process_bind_ack()
6069 u_int32_t tsfp) in normal_binding_state_transition_check() argument
6128 if (tsfp > cur_time) { in normal_binding_state_transition_check()
6162 if (tsfp > cur_time) { in normal_binding_state_transition_check()
6203 if (tsfp > cur_time) { in normal_binding_state_transition_check()
[all …]
H A Dmdb.c1325 comp->tsfp = lease->tsfp;
1665 lease->tsfp = in make_binding_state_transition()
1747 lt->tsfp = lease->tsfp; in lease_copy()
2420 l->tsfp != 0 || l->binding_state != FTS_FREE) in write_leases4()
2727 comp->sort_time = (comp->tsfp > comp->ends) ? in lease_enqueue()
2728 comp->tsfp : comp->ends; in lease_enqueue()
H A Ddb.c140 if (lease->tsfp &&
141 ((tval = print_time(lease->tsfp)) == NULL ||
H A Ddhcp.c2900 lt->tsfp = lease->tsfp;
2913 if (lt->tsfp <= cur_time)
2916 (lt->tsfp + peer->mclt))
2917 new_lease_time = (lt->tsfp - cur_time)
2944 if (lt->tstp < lt->tsfp)
2945 lt->tsfp = lt->tstp;
H A Domapi.c710 bouncer = (u_int32_t)lease->tsfp; in dhcp_lease_stuff_values()
H A Dconfpars.c3215 lease -> tsfp = t; in parse_lease_declaration()
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h636 TIME tsfp; /* Time sent from partner. */ member
/netbsd-src/external/mpl/dhcp/dist/
H A DRELNOTES3683 where tsfp and tstp are identical timestamps to languish in these