Home
last modified time | relevance | path

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

/freebsd/usr.bin/netstat/
H A Dsctp.c319 sctp_process_inpcb(struct xsctp_inpcb *xinpcb, in sctp_process_inpcb()
493 struct xsctp_inpcb *xinpcb; in sctp_protopr()
513 xinpcb = (struct xsctp_inpcb *)(buf + offset); in sctp_protopr()
514 offset += sizeof(struct xsctp_inpcb); in sctp_protopr()
519 xinpcb = (struct xsctp_inpcb *)(buf + offset); in sctp_protopr()
520 offset += sizeof(struct xsctp_inpcb); in sctp_protopr()
/freebsd/sys/netinet/
H A Dsctp_sysctl.c387 struct xsctp_inpcb xinpcb; in sctp_sysctl_handle_assoclist()
413 n = (number_of_endpoints + 1) * sizeof(struct xsctp_inpcb) + in sctp_sysctl_handle_assoclist()
462 error = SYSCTL_OUT(req, &xinpcb, sizeof(struct xsctp_inpcb)); in sctp_sysctl_handle_assoclist()
590 memset((void *)&xinpcb, 0, sizeof(struct xsctp_inpcb)); in sctp_sysctl_handle_assoclist()
592 error = SYSCTL_OUT(req, &xinpcb, sizeof(struct xsctp_inpcb)); in sctp_sysctl_handle_assoclist()
H A Dsctp_uio.h1164 struct xsctp_inpcb { struct
/freebsd/usr.bin/sockstat/
H A Dmain.c332 struct xsctp_inpcb *xinpcb; in gather_sctp()
363 xinpcb = (struct xsctp_inpcb *)(void *)buf; in gather_sctp()
364 offset = sizeof(struct xsctp_inpcb); in gather_sctp()
589 xinpcb = (struct xsctp_inpcb *)(void *)(buf + offset); in gather_sctp()
590 offset += sizeof(struct xsctp_inpcb); in gather_sctp()