Added NWIOTCPGERROR.
This commit is contained in:
parent
5501dcd01b
commit
3290604a80
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
||||||
#define NWIOTCPLISTENQ _IOW('n', 57, int)
|
#define NWIOTCPLISTENQ _IOW('n', 57, int)
|
||||||
#define NWIOGTCPCOOKIE _IOR('n', 58, struct tcp_cookie)
|
#define NWIOGTCPCOOKIE _IOR('n', 58, struct tcp_cookie)
|
||||||
#define NWIOTCPACCEPTTO _IOW('n', 59, 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 NWIOSUDPOPT _IOW('n', 64, struct nwio_udpopt)
|
||||||
#define NWIOGUDPOPT _IOR('n', 65, struct nwio_udpopt)
|
#define NWIOGUDPOPT _IOR('n', 65, struct nwio_udpopt)
|
||||||
|
|
Loading…
Reference in a new issue