xsctp_tcb
struct xsctp_tcb xstcb;
(number_of_associations + number_of_endpoints) * sizeof(struct xsctp_tcb) +
error = SYSCTL_OUT(req, &xstcb, sizeof(struct xsctp_tcb));
memset((void *)&xstcb, 0, sizeof(struct xsctp_tcb));
error = SYSCTL_OUT(req, &xstcb, sizeof(struct xsctp_tcb));
struct xsctp_tcb *xstcb;
xstcb = (struct xsctp_tcb *)(buf + *offset);
*offset += sizeof(struct xsctp_tcb);
sctp_process_tcb(struct xsctp_tcb *xstcb,
struct xsctp_tcb *xstcb;
xstcb = (struct xsctp_tcb *)(buf + *offset);
*offset += sizeof(struct xsctp_tcb);
xstcb = (struct xsctp_tcb *)(buf + *offset);
*offset += sizeof(struct xsctp_tcb);
struct xsctp_tcb *xstcb;
xstcb = (struct xsctp_tcb *)(void *)(buf + offset);
offset += sizeof(struct xsctp_tcb);