Home
last modified time | relevance | path

Searched refs:sctp_os_timer_t (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_callout.c82 static sctp_os_timer_t *sctp_os_timer_next = NULL;
85 sctp_os_timer_init(sctp_os_timer_t *c) in sctp_os_timer_init()
91 sctp_os_timer_start(sctp_os_timer_t *c, uint32_t to_ticks, void (*ftn) (void *), in sctp_os_timer_start()
133 sctp_os_timer_stop(sctp_os_timer_t *c) in sctp_os_timer_stop()
156 sctp_os_timer_t *c; in sctp_handle_tick()
Dsctp_callout.h85 typedef struct sctp_callout sctp_os_timer_t; typedef
90 void sctp_os_timer_init(sctp_os_timer_t *tmr);
92 int sctp_os_timer_start(sctp_os_timer_t *, uint32_t, void (*)(void *), void *);
94 int sctp_os_timer_stop(sctp_os_timer_t *);
Dsctp_structs.h48 sctp_os_timer_t timer;