OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCTP_OS_TIMER_STOP
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_callout.h
86
int
sctp_os_timer_stop
(sctp_os_timer_t *);
90
#define
SCTP_OS_TIMER_STOP
sctp_os_timer_stop
92
#define SCTP_OS_TIMER_STOP_DRAIN
SCTP_OS_TIMER_STOP
sctp_var.h
184
(void)
SCTP_OS_TIMER_STOP
(&(__net)->rxt_timer.timer); \
185
(void)
SCTP_OS_TIMER_STOP
(&(__net)->pmtu_timer.timer); \
231
(void)
SCTP_OS_TIMER_STOP
(&(__net)->rxt_timer.timer); \
232
(void)
SCTP_OS_TIMER_STOP
(&(__net)->pmtu_timer.timer); \
233
(void)
SCTP_OS_TIMER_STOP
(&(__net)->hb_timer.timer); \
sctp_pcb.c
[
all
...]
sctputil.c
796
(void)
SCTP_OS_TIMER_STOP
(&asoc->dack_timer.timer);
797
(void)
SCTP_OS_TIMER_STOP
(&asoc->strreset_timer.timer);
798
(void)
SCTP_OS_TIMER_STOP
(&asoc->asconf_timer.timer);
799
(void)
SCTP_OS_TIMER_STOP
(&asoc->autoclose_timer.timer);
800
(void)
SCTP_OS_TIMER_STOP
(&asoc->delayed_event_timer.timer);
802
(void)
SCTP_OS_TIMER_STOP
(&net->pmtu_timer.timer);
803
(void)
SCTP_OS_TIMER_STOP
(&net->hb_timer.timer);
[
all
...]
sctp_indata.c
[
all
...]
sctp_output.c
[
all
...]
Completed in 544 milliseconds