| Portability | portable |
|---|---|
| Stability | none |
Network.Socket.IOCtl
Description
The module wrapps the ioctl system call for sockets.
Documentation
Arguments
| :: IOControl req d | |
| => Socket | The socket |
| -> req | The request |
| -> d | The data |
| -> IO d | The data after the call |
Calls a ioctl reading the structure after the call
Call a ioctl ignoring the result
Call a ioctl with uninitialized data