Home
last modified time | relevance | path

Searched defs:sctp_inpcb (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_pcb.h444 struct sctp_inpcb { struct
463 LIST_ENTRY(sctp_inpcb) sctp_list; /* lists all endpoints */ argument
467 int laddr_count;
470 struct sctpladdr sctp_addr_list;
472 struct sctp_laddr *next_addr_touse;
475 struct socket *sctp_socket;
476 uint64_t sctp_features; /* Feature flags */
477 uint32_t sctp_flags; /* INP state flag set */
478 uint32_t sctp_mobility_features; /* Mobility Feature flags */
479 struct sctp_pcb sctp_ep;/* SCTP ep data */
[all …]
Dsctp_os_userspace.h945 #define SCTP_IPV6_V6ONLY(sctp_inpcb) ((sctp_inpcb)->ip_inp.inp.inp_flags & IN6P_IPV6_V6ONLY) argument