Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_sysctl.c451 struct xsctp_tcb xstcb; variable
503 memset(&xstcb, 0, sizeof(xstcb));
583 xstcb.last = 0;
584 xstcb.local_port = ntohs(inp->sctp_lport);
585 xstcb.remote_port = ntohs(stcb->rport);
587 xstcb.primary_addr = stcb->asoc.primary_destination->ro._l_addr;
588 xstcb.heartbeat_interval = stcb->asoc.heart_beat_delay;
589 xstcb.state = (uint32_t)sctp_map_assoc_state(stcb->asoc.state);
593 xstcb.assoc_id = sctp_get_associd(stcb);
594 xstcb.peers_rwnd = stcb->asoc.peers_rwnd;
[all …]