diff options
author | 2008-02-20 14:23:31 +0000 | |
---|---|---|
committer | 2008-02-20 14:23:31 +0000 | |
commit | 08b6d6740cc7e059b97be363019b7d08a63ae72c (patch) | |
tree | 64d160bf9f11846216542fd26037429559aefee0 /sys/netinet/tcp_var.h | |
parent | Fix a use-after-free bug in the envelope code just after a port 25 fork. (diff) | |
download | wireguard-openbsd-08b6d6740cc7e059b97be363019b7d08a63ae72c.tar.xz wireguard-openbsd-08b6d6740cc7e059b97be363019b7d08a63ae72c.zip |
remove old unused TCP isn code; ok henning, dhartmei, mcbride
Diffstat (limited to '')
-rw-r--r-- | sys/netinet/tcp_var.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h index e3d7ab710cb..4322cd9001c 100644 --- a/sys/netinet/tcp_var.h +++ b/sys/netinet/tcp_var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_var.h,v 1.85 2008/02/20 11:24:03 markus Exp $ */ +/* $OpenBSD: tcp_var.h,v 1.86 2008/02/20 14:23:31 markus Exp $ */ /* $NetBSD: tcp_var.h,v 1.17 1996/02/13 23:44:24 christos Exp $ */ /* @@ -656,10 +656,6 @@ int tcp_signature_apply(caddr_t, caddr_t, unsigned int); int tcp_signature(struct tdb *, int, struct mbuf *, struct tcphdr *, int, int, char *); #endif /* TCP_SIGNATURE */ -void tcp_rndiss_init(void); -tcp_seq tcp_rndiss_next(void); -u_int16_t - tcp_rndiss_encrypt(u_int16_t); void tcp_set_iss_tsm(struct tcpcb *); int syn_cache_add(struct sockaddr *, struct sockaddr *, |