Home | History | Annotate | Download | only in netinet

Lines Matching refs:SCTP_GETTIME_TIMEVAL

1049 #define SCTP_GETTIME_TIMEVAL(x)	getwintimeofday(x)
1052 #define SCTP_GETTIME_TIMEVAL(x) gettimeofday(x, NULL)
1058 #define SCTP_GETTIME_TIMEVAL(x) (getmicrouptime(x))