Home
last modified time | relevance | path

Searched refs:getwintimeofday (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_constants.h44 extern void getwintimeofday(struct timeval *tv);
1000 #define SCTP_GETTIME_TIMEVAL(x) getwintimeofday(x)
1001 #define SCTP_GETPTIME_TIMEVAL(x) getwintimeofday(x) /* this doesn't seem to ever be used.. */
Dsctp_userspace.c184 getwintimeofday(struct timeval *tv) in getwintimeofday() function