sctp_callout.h | 79 typedef struct sctp_callout sctp_os_timer_t; typedef in typeref:struct:sctp_callout 84 void sctp_os_timer_init(sctp_os_timer_t *tmr); 85 void sctp_os_timer_start(sctp_os_timer_t *, int, void (*)(void *), void *); 86 int sctp_os_timer_stop(sctp_os_timer_t *);
|