OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sent_rcv_time
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_timer.c
571
chk->
sent_rcv_time
.tv_sec,
572
chk->
sent_rcv_time
.tv_usec,
575
if ((chk->
sent_rcv_time
.tv_sec > min_wait.tv_sec) && (window_probe == 0)) {
583
chk->
sent_rcv_time
.tv_sec,
584
chk->
sent_rcv_time
.tv_usec,
588
} else if ((chk->
sent_rcv_time
.tv_sec == min_wait.tv_sec) &&
594
if (chk->
sent_rcv_time
.tv_usec >= min_wait.tv_usec) {
[
all
...]
sctp_structs.h
482
struct timeval
sent_rcv_time
; /* filled in if RTT being calculated */
member in struct:sctp_tmit_chunk
[
all
...]
sctp_indata.c
[
all
...]
sctp_output.c
[
all
...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/
sctp6_usrreq.c
413
chk->
sent_rcv_time
.tv_sec = 0;
414
chk->
sent_rcv_time
.tv_usec = 0;
[
all
...]
Completed in 335 milliseconds