DEV_IOCTL

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

dev_ioctl - network device ioctl  

SYNOPSIS

"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.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 13:31:25 GMT, October 06, 2005