webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions | Variables
sctp_callout.c File Reference
#include <netinet/sctp_os.h>
#include <netinet/sctp_callout.h>
#include <netinet/sctp_pcb.h>

Functions

int sctp_get_tick_count (void)
 
void sctp_os_timer_init (sctp_os_timer_t *c)
 
void sctp_os_timer_start (sctp_os_timer_t *c, int to_ticks, void(*ftn)(void *), void *arg)
 
int sctp_os_timer_stop (sctp_os_timer_t *c)
 

Variables

int ticks
 

Function Documentation

◆ sctp_get_tick_count()

int sctp_get_tick_count ( void  )

◆ sctp_os_timer_init()

void sctp_os_timer_init ( sctp_os_timer_t c)

◆ sctp_os_timer_start()

void sctp_os_timer_start ( sctp_os_timer_t c,
int  to_ticks,
void(*)(void *)  ftn,
void arg 
)

◆ sctp_os_timer_stop()

int sctp_os_timer_stop ( sctp_os_timer_t c)

Variable Documentation

◆ ticks

int ticks