Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
eth_media.c File Reference
#include "core.h"
#include "bearer.h"

Go to the source code of this file.

Data Structures

struct  eth_bearer
 

Macros

#define MAX_ETH_BEARERS   MAX_BEARERS
 
#define ETH_ADDR_OFFSET   4 /* message header offset of MAC address */
 

Functions

int tipc_eth_media_start (void)
 
void tipc_eth_media_stop (void)
 

Macro Definition Documentation

#define ETH_ADDR_OFFSET   4 /* message header offset of MAC address */

Definition at line 42 of file eth_media.c.

#define MAX_ETH_BEARERS   MAX_BEARERS

Definition at line 40 of file eth_media.c.

Function Documentation

int tipc_eth_media_start ( void  )

tipc_eth_media_start - activate Ethernet bearer support

Register Ethernet media type with TIPC bearer code. Also register with OS for notifications about device state changes.

Definition at line 372 of file eth_media.c.

void tipc_eth_media_stop ( void  )

tipc_eth_media_stop - deactivate Ethernet bearer support

Definition at line 392 of file eth_media.c.