Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_sysctl.c452 struct xsctp_tcb xstcb; variable
549 xstcb.last = 0;
550 xstcb.local_port = ntohs(inp->sctp_lport);
551 xstcb.remote_port = ntohs(stcb->rport);
553 xstcb.primary_addr = stcb->asoc.primary_destination->ro._l_addr;
554 xstcb.heartbeat_interval = stcb->asoc.heart_beat_delay;
555 xstcb.state = SCTP_GET_STATE(&stcb->asoc); /* FIXME */
559 xstcb.assoc_id = sctp_get_associd(stcb);
560 xstcb.peers_rwnd = stcb->asoc.peers_rwnd;
563 xstcb.assoc_id = sctp_get_associd(stcb);
[all …]