Searched defs:SCTP_GETTIME_TIMEVAL (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_constants.h1016 #define SCTP_GETTIME_TIMEVAL(x) getwintimeofday(x) macro
1019 #define SCTP_GETTIME_TIMEVAL(x) gettimeofday(x, NULL) macro
1025 #define SCTP_GETTIME_TIMEVAL(x) (getmicrouptime(x)) macro

Completed in 72 milliseconds