diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2006-09-06 13:56:35 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2006-09-06 13:56:35 +0000 |
| commit | 2c857a9be93dbf140c8b012f1e00879fdb53c629 (patch) | |
| tree | 031fd47798744592737db92ae3ba63935183153b /sys/netinet/tcp_var.h | |
| parent | d398d50285c24e0ce722e2ba5aa60111972118de (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_var.h')
| -rw-r--r-- | sys/netinet/tcp_var.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h index c58b44ea890d..08317241c5b5 100644 --- a/sys/netinet/tcp_var.h +++ b/sys/netinet/tcp_var.h @@ -494,7 +494,9 @@ struct tcpcb * tcp_close(struct tcpcb *); void tcp_discardcb(struct tcpcb *); void tcp_twstart(struct tcpcb *); +#if 0 int tcp_twrecycleable(struct tcptw *tw); +#endif void tcp_twclose(struct tcptw *_tw, int _reuse); void tcp_ctlinput(int, struct sockaddr *, void *); int tcp_ctloutput(struct socket *, struct sockopt *); |
