Linux Kernel
3.7.1
|
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) |
Definition at line 42 of file eth_media.c.
#define MAX_ETH_BEARERS MAX_BEARERS |
Definition at line 40 of file eth_media.c.
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.
tipc_eth_media_stop - deactivate Ethernet bearer support
Definition at line 392 of file eth_media.c.