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

/freebsd-13-stable/sys/netinet/
H A Dsctp_sysctl.c356 struct xsctp_tcb xstcb; local
396 memset(&xstcb, 0, sizeof(xstcb));
446 xstcb.last = 0;
447 xstcb.local_port = ntohs(inp->sctp_lport);
448 xstcb.remote_port = ntohs(stcb->rport);
450 xstcb.primary_addr = stcb->asoc.primary_destination->ro._l_addr;
451 xstcb.heartbeat_interval = stcb->asoc.heart_beat_delay;
452 xstcb.state = (uint32_t)sctp_map_assoc_state(stcb->asoc.state);
453 xstcb
[all...]
/freebsd-13-stable/usr.bin/netstat/
H A Dsctp.c165 struct xsctp_tcb *xstcb; local
177 xstcb = (struct xsctp_tcb *)(buf + *offset);
179 if (xstcb->last == 1)
209 sctp_process_tcb(struct xsctp_tcb *xstcb, argument
282 htons(xstcb->local_port), numeric_port);
293 htons(xstcb->remote_port), numeric_port);
302 sctp_statesprint(xstcb->state);
335 struct xsctp_tcb *xstcb; local
472 xstcb = (struct xsctp_tcb *)(buf + *offset);
474 if (aflag && (xladdr_total == 0) && xstcb
[all...]
/freebsd-13-stable/usr.bin/sockstat/
H A Dsockstat.c308 struct xsctp_tcb *xstcb; local
426 xstcb = (struct xsctp_tcb *)(void *)(buf + offset);
432 (xstcb->last == 1))) {
441 if (xstcb->last == 1)
450 sock->state = (int)xstcb->state;
487 htons(xstcb->local_port));
495 htons(xstcb->local_port));
532 htons(xstcb->remote_port));
540 htons(xstcb->remote_port));

Completed in 116 milliseconds