webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <netinet/sctp_os.h>
#include <netinet/sctp_pcb.h>
#include <netinet/sctp_header.h>
#include <netinet/sctp_var.h>
#include <netinet/sctp_sysctl.h>
#include <netinet/sctp_output.h>
#include <netinet/sctp_uio.h>
#include <netinet/sctp_asconf.h>
#include <netinet/sctputil.h>
#include <netinet/sctp_indata.h>
#include <netinet/sctp_timer.h>
#include <netinet/sctp_auth.h>
#include <netinet/sctp_bsd_addr.h>
#include <netinet/udp.h>
Macros | |
#define | SCTP_FIND_STCB(inp, stcb, assoc_id) |
#define | SCTP_CHECK_AND_CAST(destp, srcp, type, size) |
Functions | |
void | sctp_init (void) |
void | sctp_finish (void) |
void | sctp_pathmtu_adjustment (struct sctp_tcb *stcb, uint16_t nxtsz) |
int | sctp_detach (struct socket *so) |
int | sctp_sendm (struct socket *so, int flags, struct mbuf *m, struct sockaddr *addr, struct mbuf *control, struct proc *p) |
int | sctp_disconnect (struct socket *so) |
int | sctp_shutdown (struct socket *so) |
int | sctp_listen (struct socket *so, struct proc *p) |
int | sctp_accept (struct socket *so, struct mbuf *nam) |
Variables | |
const struct sctp_cc_functions | sctp_cc_functions [] |
const struct sctp_ss_functions | sctp_ss_functions [] |
#define SCTP_FIND_STCB | ( | inp, | |
stcb, | |||
assoc_id | |||
) |
int sctp_detach | ( | struct socket * | so | ) |
int sctp_disconnect | ( | struct socket * | so | ) |
int sctp_sendm | ( | struct socket * | so, |
int | flags, | ||
struct mbuf * | m, | ||
struct sockaddr * | addr, | ||
struct mbuf * | control, | ||
struct proc * | p | ||
) |
int sctp_shutdown | ( | struct socket * | so | ) |
const struct sctp_cc_functions sctp_cc_functions[] |
const struct sctp_ss_functions sctp_ss_functions[] |