summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/sctp.c
AgeCommit message (Expand)Author
23 hoursnetstat: fix typoMichael Tuexen
2025-08-26netstat: improve statistic output for sctpMichael Tuexen
2024-10-13netstat(1): Complete libxo transitionYan-Hao Wang
2024-09-20netstat: Add missing "shutdown-ack-timer" key to libxo outputBram
2023-11-26usr.bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-01-05Use strlcpy and snprintf in netstat(1).Xin LI
2016-07-17Don't duplicate code for SCTP, just use the ones used for UDP and TCP.Michael Tuexen
2016-07-15Ensure that the -a, -W, -L options for SCTP behave similarMichael Tuexen
2016-07-15Fix a bug which results in a core dump when running netstat withMichael Tuexen
2016-04-22Use macro MAX() from sys/param.h.Marcelo Araujo
2016-04-18Use NULL instead of 0 for pointers.Marcelo Araujo
2016-02-02Increase max allowed backlog for listen socketsAlfred Perlstein
2015-09-11Use a common subroutine to fetch and zero protocol stats instead ofMark Johnston
2015-09-01- Add -W flag support for network column in intpr() (-i flag) andHiroki Sato
2015-08-29Use the userland exported states and handle them completely.Michael Tuexen
2015-02-21Convert netstat to use libxo.Marcel Moolenaar
2013-02-19WARNS=6 compliancePhilippe Charnier
2012-07-16Allow netstat to be build if INET is not defined in the kernel.Michael Tuexen
2012-01-25Don't print a warning when using netstat to printMichael Tuexen
2012-01-03Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten
2011-07-22Fix the following bugs related to the SCTP support of netstat:Michael Tuexen
2011-03-13Fix typo.Rebecca Cran
2010-10-08Remove superfluous cast in usr.bin/netstat/sctp.c.Dimitry Andric
2009-12-13Revert most part of 200420 as requested, as more review and polish isXin LI
2009-12-11Remove unneeded header includes from usr.bin/ except contributed code.Xin LI
2008-04-16Fixes typo's in sctp.cRandall Stewart
2008-01-02style(9)David E. O'Brien
2007-10-17Fix incorrect string formats for netstat/sRandall Stewart
2007-09-09- Netstat warning removal for 64 bit aware platforms.Randall Stewart
2007-08-24- Fix typo in netstat's display of Nagle algorithm - refer to the RFC.Randall Stewart
2007-07-16Restore netstat -M functionality for most statistics on core dumps. InJohn Baldwin
2007-06-17 o style(9) nit.Randall Stewart
2007-06-17- Forced commit to update who actually did this code (I forgotRandall Stewart
2007-06-13sctp_process_inpcb() wants an offset parameter in size_t,Xin LI
2007-06-09Adds support for SCTP.Randall Stewart