#include "config.h"#include <sys/types.h>#include <errno.h>#include <stdio.h>#include <stdlib.h>#include "dnet.h"Go to the source code of this file.
Functions | |
| eth_t * | eth_open (const char *device) |
| ssize_t | eth_send (eth_t *e, const void *buf, size_t len) |
| eth_t * | eth_close (eth_t *e) |
| int | eth_get (eth_t *e, eth_addr_t *ea) |
| int | eth_set (eth_t *e, const eth_addr_t *ea) |
|
|
Definition at line 34 of file eth-none.c. References NULL. |
|
||||||||||||
|
Definition at line 40 of file eth-none.c. References errno. |
|
|
Definition at line 20 of file eth-none.c. |
|
||||||||||||||||
|
Definition at line 27 of file eth-none.c. References errno. |
|
||||||||||||
|
Definition at line 47 of file eth-none.c. References errno. |
1.4.2