webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Macros | Functions
sctp_timer.c File Reference
#include <netinet/sctp_os.h>
#include <netinet/sctp_pcb.h>
#include <netinet/sctp_var.h>
#include <netinet/sctp_sysctl.h>
#include <netinet/sctp_timer.h>
#include <netinet/sctputil.h>
#include <netinet/sctp_output.h>
#include <netinet/sctp_header.h>
#include <netinet/sctp_indata.h>
#include <netinet/sctp_asconf.h>
#include <netinet/sctp_input.h>
#include <netinet/sctp.h>
#include <netinet/sctp_uio.h>

Macros

#define _IP_VHL
 

Functions

void sctp_audit_retranmission_queue (struct sctp_association *asoc)
 
struct sctp_netssctp_find_alternate_net (struct sctp_tcb *stcb, struct sctp_nets *net, int mode)
 
int sctp_t3rxt_timer (struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net)
 
int sctp_t1init_timer (struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net)
 
int sctp_cookie_timer (struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net SCTP_UNUSED)
 
int sctp_strreset_timer (struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net)
 
int sctp_asconf_timer (struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net)
 
void sctp_delete_prim_timer (struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net SCTP_UNUSED)
 
int sctp_shutdown_timer (struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net)
 
int sctp_shutdownack_timer (struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net)
 
int sctp_heartbeat_timer (struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net)
 
void sctp_pathmtu_timer (struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net)
 
void sctp_autoclose_timer (struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net)
 

Macro Definition Documentation

◆ _IP_VHL

#define _IP_VHL

Function Documentation

◆ sctp_asconf_timer()

int sctp_asconf_timer ( struct sctp_inpcb inp,
struct sctp_tcb stcb,
struct sctp_nets net 
)

◆ sctp_audit_retranmission_queue()

void sctp_audit_retranmission_queue ( struct sctp_association asoc)

◆ sctp_autoclose_timer()

void sctp_autoclose_timer ( struct sctp_inpcb inp,
struct sctp_tcb stcb,
struct sctp_nets net 
)

◆ sctp_cookie_timer()

int sctp_cookie_timer ( struct sctp_inpcb inp,
struct sctp_tcb stcb,
struct sctp_nets *net  SCTP_UNUSED 
)

◆ sctp_delete_prim_timer()

void sctp_delete_prim_timer ( struct sctp_inpcb inp,
struct sctp_tcb stcb,
struct sctp_nets *net  SCTP_UNUSED 
)

◆ sctp_find_alternate_net()

struct sctp_nets* sctp_find_alternate_net ( struct sctp_tcb stcb,
struct sctp_nets net,
int  mode 
)

◆ sctp_heartbeat_timer()

int sctp_heartbeat_timer ( struct sctp_inpcb inp,
struct sctp_tcb stcb,
struct sctp_nets net 
)

◆ sctp_pathmtu_timer()

void sctp_pathmtu_timer ( struct sctp_inpcb inp,
struct sctp_tcb stcb,
struct sctp_nets net 
)

◆ sctp_shutdown_timer()

int sctp_shutdown_timer ( struct sctp_inpcb inp,
struct sctp_tcb stcb,
struct sctp_nets net 
)

◆ sctp_shutdownack_timer()

int sctp_shutdownack_timer ( struct sctp_inpcb inp,
struct sctp_tcb stcb,
struct sctp_nets net 
)

◆ sctp_strreset_timer()

int sctp_strreset_timer ( struct sctp_inpcb inp,
struct sctp_tcb stcb,
struct sctp_nets net 
)

◆ sctp_t1init_timer()

int sctp_t1init_timer ( struct sctp_inpcb inp,
struct sctp_tcb stcb,
struct sctp_nets net 
)

◆ sctp_t3rxt_timer()

int sctp_t3rxt_timer ( struct sctp_inpcb inp,
struct sctp_tcb stcb,
struct sctp_nets net 
)