DEV_OPEN

Section: (9)
Updated: 09 April 2004
Index Return to Main Contents

 

NAME

dev_open - prepare an interface for use.  

SYNOPSIS

int dev_open (struct net_device * dev);  

ARGUMENTS

dev
device to open
 

DESCRIPTION

Takes a device from down to up state. The device's private open function is invoked and then the multicast lists are loaded. Finally the device is moved into the up state and a NETDEV_UP message is sent to the netdev notifier chain.

Calling this function on an active interface is a nop. On a failure a negative errno code is returned.  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.0.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 12:49:24 GMT, April 09, 2004