Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_pcb.h353 struct sctp_inpcb { struct
367 LIST_ENTRY(sctp_inpcb) sctp_list; /* lists all endpoints */ argument
371 int laddr_count;
374 struct sctpladdr sctp_addr_list;
379 struct sctp_laddr *next_addr_touse;
382 struct socket *sctp_socket;
383 uint64_t sctp_features; /* Feature flags */
384 uint32_t sctp_flags; /* INP state flag set */
385 uint32_t sctp_mobility_features; /* Mobility Feature flags */
386 struct sctp_pcb sctp_ep; /* SCTP ep data */
[all …]
H A Dsctp_os_bsd.h357 #define SCTP_IPV6_V6ONLY(sctp_inpcb) ((sctp_inpcb)->ip_inp.inp.inp_flags & IN6P_IPV6_V6ONLY) argument