Lines Matching refs:sent
199 unsigned long long now, sent; in slp_uc_udp_send() local
249 sent = now_millis(); in slp_uc_udp_send()
252 0, &timeout, sent, &now, pfd, 1); in slp_uc_udp_send()
338 unsigned long long final_to, now, sent; in slp_mc_send() local
376 sent = now_millis(); in slp_mc_send()
380 sent, &now, &noresults, &anyresults, timeout); in slp_mc_send()
1010 unsigned long long sent, in mc_recvmsg() argument
1023 final_to, &timeout, sent, now, pfd, nfds); in mc_recvmsg()
1090 timeout = timeout - (int)(*now - sent); in mc_recvmsg()
1160 unsigned long long sent, in wait_for_response() argument
1184 when = (int)(*now - sent); in wait_for_response()