Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_callout.h92 int sctp_os_timer_start(sctp_os_timer_t *, uint32_t, void (*)(void *), void *);
98 #define SCTP_OS_TIMER_START sctp_os_timer_start
Dsctp_callout.c91 sctp_os_timer_start(sctp_os_timer_t *c, uint32_t to_ticks, void (*ftn) (void *), in sctp_os_timer_start() function