Lines Matching refs:sent
201 unsigned long long now, sent; in slp_uc_udp_send() local
251 sent = now_millis(); in slp_uc_udp_send()
254 0, &timeout, sent, &now, pfd, 1); in slp_uc_udp_send()
340 unsigned long long final_to, now, sent; in slp_mc_send() local
378 sent = now_millis(); in slp_mc_send()
382 sent, &now, &noresults, &anyresults, timeout); in slp_mc_send()
1009 unsigned long long sent, in mc_recvmsg() argument
1022 final_to, &timeout, sent, now, pfd, nfds); in mc_recvmsg()
1089 timeout = timeout - (int)(*now - sent); in mc_recvmsg()
1159 unsigned long long sent, in wait_for_response() argument
1183 when = (int)(*now - sent); in wait_for_response()