freebsd-dev/usr.bin/netstat
Michael Tuexen 9e644c2300 tcp: add support for TCP over UDP
Adding support for TCP over UDP allows communication with
TCP stacks which can be implemented in userspace without
requiring special priviledges or specific support by the OS.
This is joint work with rrs.

Reviewed by:		rrs
Sponsored by:		Netflix, Inc.
MFC after:		1 week
Differential Revision:	https://reviews.freebsd.org/D29469
2021-04-18 16:16:42 +02:00
..
bpf.c
common.c
common.h Introduce scalable route multipath. 2020-10-03 10:47:17 +00:00
if.c
inet6.c icmp6: Count packets dropped due to an invalid hop limit 2020-10-19 17:07:19 +00:00
inet.c tcp: add support for TCP over UDP 2021-04-18 16:16:42 +02:00
ipsec.c Refer to AES-CBC as "aes-cbc" rather than "rijndael-cbc" for IPsec. 2020-06-04 22:58:37 +00:00
main.c Extend netstat to display TCP stack and detailed congestion state 2020-10-09 10:07:41 +00:00
Makefile Introduce scalable route multipath. 2020-10-03 10:47:17 +00:00
Makefile.depend
Makefile.depend.options
mbuf.c
mroute6.c
mroute.c
netgraph.c
netisr.c
netstat.1 Extend netstat to display TCP stack and detailed congestion state 2020-10-09 10:07:41 +00:00
netstat.h Extend netstat to display TCP stack and detailed congestion state 2020-10-09 10:07:41 +00:00
nhgrp.c Introduce scalable route multipath. 2020-10-03 10:47:17 +00:00
nhops.c Introduce scalable route multipath. 2020-10-03 10:47:17 +00:00
nlist_symbols Fix netstat -rs reporting. 2021-03-31 20:59:10 +00:00
pfkey.c
route.c Fix netstat -rs reporting. 2021-03-31 20:59:10 +00:00
sctp.c
unix.c