-#else
-void tcp_trace __P((int, int, struct tcpcb *, struct ip *,
- struct tcphdr *, int));
-#endif
-
-#if INET6
-int tcp_reass __P((struct tcpcb *, struct tcphdr *, int,
- struct mbuf *, int));
-#else /* INET6 */
-int tcp_reass __P((struct tcpcb *, struct tcphdr *, int, struct mbuf *));
-/* suppress INET6 only args */
-#define tcp_reass(x, y, z, t, i) tcp_reass(x, y, z, t)
-#define tcp_mss(x, y, i) tcp_mss(x, y)
-#define tcp_mssopt(x, i) tcp_mssopt(x)
-#define tcp_respond(x, y, z, m, s1, s2, f, i) tcp_respond(x, y, z, m, s1, \
- s2, f)
-
-#endif /* INET6 */