Home
last modified time | relevance | path

Searched refs:max_flying_updates (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/includes/
H A Dfailover.h330 u_int32_t max_flying_updates; member
/netbsd-src/external/mpl/dhcp/dist/server/
H A Dfailover.c1362 state -> partner.max_flying_updates = in dhcp_failover_state_signal()
1445 state -> partner.max_flying_updates = in dhcp_failover_state_signal()
2832 while ((state -> partner.max_flying_updates > in dhcp_failover_send_updates()
2989 if (state -> pending_acks >= state -> partner.max_flying_updates / 2) { in dhcp_failover_queue_ack()
3282 s -> me.max_flying_updates, in dhcp_failover_state_get_value()
3449 s -> me.max_flying_updates); in dhcp_failover_state_stuff()
4517 state -> me.max_flying_updates), in dhcp_failover_send_connect()
4580 state -> me.max_flying_updates) in dhcp_failover_send_connectack()
H A Dconfpars.c1066 tp = &cp -> max_flying_updates;
1194 if (!peer->me.max_flying_updates)
1195 peer->me.max_flying_updates = DEFAULT_MAX_FLYING_UPDATES;