Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_pcb.h356 struct sctp_inpcb { struct
370 LIST_ENTRY(sctp_inpcb) sctp_list; /* lists all endpoints */ argument
374 int laddr_count;
392 u_long sctp_hashmark;
401 uint32_t sctp_context;
402 uint32_t max_cwnd;
405 uint8_t ecn_supported;
407 uint8_t auth_supported;
408 uint8_t idata_supported;
422 struct mbuf *pkt, *pkt_last;
[all …]
H A Dsctp_os_bsd.h369 #define SCTP_IPV6_V6ONLY(sctp_inpcb) ((sctp_inpcb)->ip_inp.inp.inp_flags & IN6P_IPV6_V6ONLY) argument