34 #include <sys/cdefs.h> 35 __FBSDID(
"$FreeBSD: head/sys/netinet/sctp_timer.h 295709 2016-02-17 18:04:22Z tuexen $");
38 #ifndef _NETINET_SCTP_TIMER_H_ 39 #define _NETINET_SCTP_TIMER_H_ 41 #if defined(_KERNEL) || defined(__Userspace__) 43 #define SCTP_RTT_SHIFT 3 44 #define SCTP_RTT_VAR_SHIFT 2 94 #if defined(__APPLE__) 95 #if defined(APPLE_LEOPARD) || defined(APPLE_SNOWLEOPARD) || defined(APPLE_LION) || defined(APPLE_MOUNTAINLION) 96 void sctp_slowtimo(
void);
Definition: sctp_structs.h:305
Definition: sctp_pcb.h:444
int sctp_shutdownack_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net)
Definition: sctp_timer.c:1309
GLenum mode
Definition: gl2.h:461
int sctp_t1init_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net)
Definition: sctp_timer.c:998
int sctp_shutdown_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net)
Definition: sctp_timer.c:1286
void sctp_delete_prim_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net SCTP_UNUSED)
Definition: sctp_timer.c:1263
void sctp_autoclose_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net)
Definition: sctp_timer.c:1535
Definition: user_inpcb.h:209
Definition: quicdatachannel.h:29
int sctp_strreset_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net)
Definition: sctp_timer.c:1110
Definition: sctp_structs.h:848
void sctp_pathmtu_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net)
Definition: sctp_timer.c:1463
Definition: sctp_structs.h:141
Definition: sctp_pcb.h:614
int sctp_t3rxt_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net)
Definition: sctp_timer.c:811
struct sctp_nets * sctp_find_alternate_net(struct sctp_tcb *stcb, struct sctp_nets *net, int mode)
Definition: sctp_timer.c:180
int sctp_cookie_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net SCTP_UNUSED)
Definition: sctp_timer.c:1046
void sctp_audit_retranmission_queue(struct sctp_association *asoc)
Definition: sctp_timer.c:68
int sctp_heartbeat_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net)
Definition: sctp_timer.c:1396
int sctp_asconf_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net)
Definition: sctp_timer.c:1171