Home
last modified time | relevance | path

Searched refs:xinpcb (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_sysctl.c451 struct xsctp_inpcb xinpcb; variable
509 xinpcb.last = 0;
510 xinpcb.local_port = ntohs(inp->sctp_lport);
511 xinpcb.flags = inp->sctp_flags;
513 xinpcb.features = (uint32_t)inp->sctp_features;
515 xinpcb.features = inp->sctp_features;
517 xinpcb.total_sends = inp->total_sends;
518 xinpcb.total_recvs = inp->total_recvs;
519 xinpcb.total_nospaces = inp->total_nospaces;
520 xinpcb.fragmentation_point = inp->sctp_frag_point;
[all …]