Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages   Examples  

XgEth0Dev


Variables

IFNET ifn_eth0
 Network interface information structure.

NUTDEVICE devEth0
 Device information structure.


Variable Documentation

NUTDEVICE devEth0
 

Initial value:

 {
    0,              
    { 'e', 't', 'h', '0', 0, 0, 0, 0, 0 },    
    IFTYP_NET,      
    0,              
    0,              
    &ifn_eth0,      
    &dcb_eth0,      
    NicInit,        
    0               
}
Device information structure.

A pointer to this structure must be passed to NutRegisterDevice() to bind this Ethernet device driver to the Nut/OS kernel. An application may then call NutNetIfConfig() with the name eth0 of this driver to initialize the network interface.

IFNET ifn_eth0
 

Initial value:

 {
    IFT_ETHER,      
    {0,0,0,0,0,0},  
        0,              
    0,              
    0,              
    0,              
        0,              
        0,              
    ETHERMTU,       
    0,              
    0,              
    0,              
    NicOutput,      
}
Network interface information structure.

Used to call.


Generated on Thu Jan 30 22:30:57 2003 for EduNet by doxygen1.2.18