Home
last modified time | relevance | path

Searched refs:SCTP_GETTIME_TIMEVAL (Results 1 – 9 of 9) sorted by relevance

/external/usrsctp/usrsctplib/netinet/
Dsctp_constants.h1005 #define SCTP_GETTIME_TIMEVAL(x) getwintimeofday(x) macro
1008 #define SCTP_GETTIME_TIMEVAL(x) gettimeofday(x, NULL) macro
1014 #define SCTP_GETTIME_TIMEVAL(x) (getmicrouptime(x)) macro
Dsctp_timer.c514 (void)SCTP_GETTIME_TIMEVAL(&now);
861 (void)SCTP_GETTIME_TIMEVAL(&now);
1465 SCTP_GETTIME_TIMEVAL(&diff);
1470 SCTP_GETTIME_TIMEVAL(&now);
1569 (void)SCTP_GETTIME_TIMEVAL(&tn);
Dsctp_pcb.c798 (void)SCTP_GETTIME_TIMEVAL(&wi->start_time);
905 (void)SCTP_GETTIME_TIMEVAL(&wi->start_time);
3048 (void)SCTP_GETTIME_TIMEVAL(&time);
3170 (void)SCTP_GETTIME_TIMEVAL(&laddr->start_time);
3219 (void)SCTP_GETTIME_TIMEVAL(&laddr->start_time);
4515 (void)SCTP_GETTIME_TIMEVAL(&net->start_time);
5371 (void)SCTP_GETTIME_TIMEVAL(&now);
6652 (void)SCTP_GETTIME_TIMEVAL(&tv);
Dsctp_output.c5411 (void)SCTP_GETTIME_TIMEVAL(&net->last_sent_time);
6098 (void)SCTP_GETTIME_TIMEVAL(&now);
6878 (void)SCTP_GETTIME_TIMEVAL(&sp->ts);
6962 (void)SCTP_GETTIME_TIMEVAL(&sp->ts);
8809 (void)SCTP_GETTIME_TIMEVAL(now);
9078 (void)SCTP_GETTIME_TIMEVAL(now);
9415 (void)SCTP_GETTIME_TIMEVAL(now);
9478 (void)SCTP_GETTIME_TIMEVAL(&asoc->time_last_sent);
10455 (void)SCTP_GETTIME_TIMEVAL(&asoc->time_last_sent);
12140 (void)SCTP_GETTIME_TIMEVAL(&now);
[all …]
Dsctp_input.c1047 (void)SCTP_GETTIME_TIMEVAL(&asoc->time_entered); in sctp_handle_shutdown()
1542 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered); in sctp_handle_init_ack()
2527 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered);
2728 (void)SCTP_GETTIME_TIMEVAL(&now);
3181 (void)SCTP_GETTIME_TIMEVAL(&asoc->time_entered);
Dsctputil.c1094 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_select_a_tag()
1411 (void)SCTP_GETTIME_TIMEVAL(&asoc->start_time); in sctp_init_asoc()
2036 (void)SCTP_GETTIME_TIMEVAL(&tv); in sctp_timeout_handler()
3043 (void)SCTP_GETTIME_TIMEVAL(&now); in sctp_calculate_rto()
7240 (void)SCTP_GETTIME_TIMEVAL(&wi->start_time);
Dsctp_indata.c2952 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_last_rcvd); in sctp_process_data()
3354 (void)SCTP_GETTIME_TIMEVAL(&now);
3790 (void)SCTP_GETTIME_TIMEVAL(&now);
Dsctp_usrreq.c2120 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered);
5822 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered);
8153 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered);
8320 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered);
/external/usrsctp/usrsctplib/netinet6/
Dsctp6_usrreq.c1334 (void)SCTP_GETTIME_TIMEVAL(&stcb->asoc.time_entered);