HomeSort by relevance Sort by last modified time
    Searched refs:sctp_os_timer_t (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_callout.c 52 static sctp_os_timer_t *sctp_os_timer_current = NULL;
53 static sctp_os_timer_t *sctp_os_timer_next = NULL;
56 sctp_os_timer_init(sctp_os_timer_t *c)
62 sctp_os_timer_start(sctp_os_timer_t *c, int to_ticks, void (*ftn) (void *),
100 sctp_os_timer_stop(sctp_os_timer_t *c)
129 sctp_os_timer_t *c;
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 *);
sctp_structs.h 46 sctp_os_timer_t timer;
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_sctp_timer_iterate.c 52 sctp_os_timer_t *c;
55 sctp_os_timer_t *sctp_os_timer_next;

Completed in 131 milliseconds