Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_sysctl.c356 struct xsctp_tcb xstcb; in sctp_sysctl_handle_assoclist() local
396 memset(&xstcb, 0, sizeof(xstcb)); in sctp_sysctl_handle_assoclist()
446 xstcb.last = 0; in sctp_sysctl_handle_assoclist()
448 xstcb.remote_port = ntohs(stcb->rport); in sctp_sysctl_handle_assoclist()
453 xstcb.assoc_id = sctp_get_associd(stcb); in sctp_sysctl_handle_assoclist()
467 xstcb.total_sends = stcb->total_sends; in sctp_sysctl_handle_assoclist()
468 xstcb.total_recvs = stcb->total_recvs; in sctp_sysctl_handle_assoclist()
469 xstcb.local_tag = stcb->asoc.my_vtag; in sctp_sysctl_handle_assoclist()
475 xstcb.mtu = stcb->asoc.smallest_mtu; in sctp_sysctl_handle_assoclist()
476 xstcb.refcnt = stcb->asoc.refcnt; in sctp_sysctl_handle_assoclist()
[all …]
/f-stack/tools/netstat/
H A Dsctp.c165 struct xsctp_tcb *xstcb; in sctp_skip_xinpcb_ifneed() local
177 xstcb = (struct xsctp_tcb *)(buf + *offset); in sctp_skip_xinpcb_ifneed()
179 if (xstcb->last == 1) in sctp_skip_xinpcb_ifneed()
209 sctp_process_tcb(struct xsctp_tcb *xstcb, in sctp_process_tcb() argument
282 htons(xstcb->local_port), numeric_port); in sctp_process_tcb()
293 htons(xstcb->remote_port), numeric_port); in sctp_process_tcb()
302 sctp_statesprint(xstcb->state); in sctp_process_tcb()
335 struct xsctp_tcb *xstcb; in sctp_process_inpcb() local
472 xstcb = (struct xsctp_tcb *)(buf + *offset); in sctp_process_inpcb()
479 while (xstcb->last == 0 && *offset < buflen) { in sctp_process_inpcb()
[all …]