Searched defs:next_retransmission (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dpacket.c65 static void next_retransmission(dhcp_smach_t *, boolean_t, boolean_t);
1060 next_retransmission(dsmp, B_TRUE, B_FALSE);
1116 next_retransmission(dsmp, B_TRUE,
1154 next_retransmission(dsmp, B_FALSE, B_FALSE);
1424 * next_retransmission(): computes the number of seconds until the next
1435 next_retransmission(dhcp_smach_t *dsmp, boolean_t first_send, function

Completed in 47 milliseconds