Lines Matching defs:timeout
129 * The timeout argument is the number of milliseconds to wait for a
130 * response. An infinite timeout can be specified as 0xffffffff.
133 ibd_comarp(struct arp_packet *out, uint32_t timeout)
156 wait_time = prom_gettime() + timeout;
157 for (count = 0; timeout == ~0U || prom_gettime() < wait_time; count++) {
225 ibd_arp(struct in_addr *ip, void *hap, uint32_t timeout)
243 result = ibd_comarp(&out, timeout);
277 * inetgrams as long as there's data and the mac level IP timeout timer
297 uint32_t timeout, reltime;
316 timeout = prom_gettime() + reltime;
335 * the timeout by calling the time spent in prom_read() "free".
344 timeout += (post_pr - pre_pr);
455 timeout += reltime;
460 (now = prom_gettime()) < timeout);
462 prom_gettime() < timeout);
468 arps, failures, tot_pr, tot_pc, now, timeout,
469 (now < timeout) ? "TRUE" : "FALSE");