diff options
author | 1999-01-11 02:01:34 +0000 | |
---|---|---|
committer | 1999-01-11 02:01:34 +0000 | |
commit | 8c2ac9d7537dc4e22408c4bd43910e65c031161e (patch) | |
tree | 0c7176ce45a39d81b60b95860a971a7c4ec3afb2 /sys/netinet/tcp_debug.h | |
parent | panic prints a newline for you, don't do it in the panic string (diff) | |
download | wireguard-openbsd-8c2ac9d7537dc4e22408c4bd43910e65c031161e.tar.xz wireguard-openbsd-8c2ac9d7537dc4e22408c4bd43910e65c031161e.zip |
netinet merge of NRL stuff. some indent and shrinkage needed; NRL/cmetz
Diffstat (limited to 'sys/netinet/tcp_debug.h')
-rw-r--r-- | sys/netinet/tcp_debug.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/netinet/tcp_debug.h b/sys/netinet/tcp_debug.h index be53b602410..0504f95df92 100644 --- a/sys/netinet/tcp_debug.h +++ b/sys/netinet/tcp_debug.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_debug.h,v 1.3 1997/08/26 20:02:31 deraadt Exp $ */ +/* $OpenBSD: tcp_debug.h,v 1.4 1999/01/11 02:01:35 deraadt Exp $ */ /* $NetBSD: tcp_debug.h,v 1.5 1994/06/29 06:38:38 cgd Exp $ */ /* @@ -36,12 +36,15 @@ * @(#)tcp_debug.h 8.1 (Berkeley) 6/10/93 */ +#include <netinet6/tcpipv6.h> + struct tcp_debug { n_time td_time; short td_act; short td_ostate; caddr_t td_tcb; struct tcpiphdr td_ti; + struct tcpipv6hdr td_ti6; short td_req; struct tcpcb td_cb; }; |