Home
last modified time | relevance | path

Searched refs:last_sent_time (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/unbound/services/
HDoutside_network.c1424 sq->last_sent_time = *sq->outnet->now_tv;
1604 if(now.tv_sec > sq->last_sent_time.tv_sec ||
1605 (now.tv_sec == sq->last_sent_time.tv_sec &&
1606 now.tv_usec > sq->last_sent_time.tv_usec)) {
1608 int roundtime = ((int)(now.tv_sec - sq->last_sent_time.tv_sec))*1000
1609 + ((int)now.tv_usec - (int)sq->last_sent_time.tv_usec)/1000;
1641 sq->last_sent_time = *sq->outnet->now_tv;
1667 sq->last_sent_time = *sq->outnet->now_tv;
1790 if(now.tv_sec > sq->last_sent_time.tv_sec ||
1791 (now.tv_sec == sq->last_sent_time.tv_sec &&
[all …]
HDoutside_network.h350 struct timeval last_sent_time; member
/trueos/sys/netinet/
HDsctp_timer.c841 if (net->last_sent_time.tv_sec) { in sctp_t3rxt_timer()
842 ms_goneby = (now.tv_sec - net->last_sent_time.tv_sec) * 1000; in sctp_t3rxt_timer()
1425 if ((net->last_sent_time.tv_sec > 0) || in sctp_heartbeat_timer()
1426 (net->last_sent_time.tv_usec > 0)) { in sctp_heartbeat_timer()
1430 timevalsub(&diff, &net->last_sent_time); in sctp_heartbeat_timer()
HDsctp_output.c4949 (void)SCTP_GETTIME_TIMEVAL(&net->last_sent_time); in sctp_send_initiate()
6917 data_list[i]->sent_rcv_time = net->last_sent_time; in sctp_clean_up_datalist()
8145 (void)SCTP_GETTIME_TIMEVAL(&net->last_sent_time); in sctp_med_chunk_output()
8147 *now = net->last_sent_time; in sctp_med_chunk_output()
8149 net->last_sent_time = *now; in sctp_med_chunk_output()
8166 (void)SCTP_GETTIME_TIMEVAL(&net->last_sent_time); in sctp_med_chunk_output()
8168 *now = net->last_sent_time; in sctp_med_chunk_output()
8170 net->last_sent_time = *now; in sctp_med_chunk_output()
8422 (void)SCTP_GETTIME_TIMEVAL(&net->last_sent_time); in sctp_med_chunk_output()
8424 *now = net->last_sent_time; in sctp_med_chunk_output()
[all …]
HDsctp_structs.h278 struct timeval last_sent_time; member