From 3290604a80487155f9940cb8f92b1f9e8ee26750 Mon Sep 17 00:00:00 2001 From: Philip Homburg Date: Fri, 24 Mar 2006 14:08:46 +0000 Subject: [PATCH] Added NWIOTCPGERROR. --- include/net/ioctl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/net/ioctl.h b/include/net/ioctl.h index 148ac99d7..c110943c1 100755 --- a/include/net/ioctl.h +++ b/include/net/ioctl.h @@ -44,6 +44,7 @@ #define NWIOTCPLISTENQ _IOW('n', 57, int) #define NWIOGTCPCOOKIE _IOR('n', 58, struct tcp_cookie) #define NWIOTCPACCEPTTO _IOW('n', 59, struct tcp_cookie) +#define NWIOTCPGERROR _IOR('n', 60, int) #define NWIOSUDPOPT _IOW('n', 64, struct nwio_udpopt) #define NWIOGUDPOPT _IOR('n', 65, struct nwio_udpopt) -- 2.44.0