Home
last modified time | relevance | path

Searched refs:SCTP_GETPTIME_TIMEVAL (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_constants.h1001 #define SCTP_GETPTIME_TIMEVAL(x) getwintimeofday(x) /* this doesn't seem to ever be used.. */ macro
1004 #define SCTP_GETPTIME_TIMEVAL(x) gettimeofday(x, NULL) macro
1010 #define SCTP_GETPTIME_TIMEVAL(x) (microuptime(x)) macro
Dsctp_cc_functions.c1426 SCTP_GETPTIME_TIMEVAL(&ltls); in sctp_cwnd_prepare_rtcc_net_for_sack()
1596 SCTP_GETPTIME_TIMEVAL(&net->cc_mod.rtcc.tls); in sctp_cwnd_update_rtcc_packet_transmitted()
Dsctputil.c3063 (void)SCTP_GETPTIME_TIMEVAL(&now); in sctp_calculate_rto()