DEV_IOCTL
Section: (9)
Updated: 13 April 2004
Index
Return to Main Contents
NAME
dev_ioctl - network device ioctl
SYNOPSIS
int dev_ioctl (unsigned int cmd, void * arg);
ARGUMENTS
- cmd
-
command to issue
- arg
-
pointer to a struct ifreq in user space
DESCRIPTION
Issue ioctl functions to devices. This is normally called by the
user space syscall interfaces but can sometimes be useful for
other purposes. The return value is the return from the syscall if
positive or a negative errno code on error.
ABOUT THIS DOCUMENT
This documentation was generated with kernel version 2.6.1.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- ABOUT THIS DOCUMENT
-
This document was created by
man2html,
using the manual pages.
Time: 11:21:56 GMT, April 13, 2004