This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | eth_port |
Defines | |
| #define | ETH_TYPE_HASH_NR 16 |
| #define | ETH_VLAN_HASH_NR 16 |
| #define | ETH_HASH_VLAN(v, t) |
| #define | EPF_EMPTY 0x0 |
| #define | EPF_ENABLED 0x1 |
| #define | EPF_GOT_ADDR 0x2 |
| #define | EPF_READ_IP 0x20 |
| #define | EPF_READ_SP 0x40 |
Typedefs | |
| typedef eth_port | eth_port_t |
Functions | |
| void osdep_eth_init | ARGS ((void)) |
| int eth_get_stat | ARGS ((eth_port_t *eth_port, eth_stat_t *eth_stat)) |
| void eth_write_port | ARGS ((eth_port_t *eth_port, acc_t *pack)) |
| void eth_arrive | ARGS ((eth_port_t *port, acc_t *pack, size_t pack_size)) |
| void eth_set_rec_conf | ARGS ((eth_port_t *eth_port, u32_t flags)) |
| void eth_restart_write | ARGS ((eth_port_t *eth_port)) |
| void eth_loop_ev | ARGS ((event_t *ev, ev_arg_t ev_arg)) |
| void eth_reg_vlan | ARGS ((eth_port_t *eth_port, eth_port_t *vlan_port)) |
Variables | |
| eth_port_t * | eth_port_table |
| int | no_ethWritePort |
|
|
|
|
|
Definition at line 40 of file eth_int.h. Referenced by eth_ioctl(), eth_open(), eth_restart(), and osdep_eth_init(). |
|
|
Definition at line 41 of file eth_int.h. Referenced by eth_arrive(), eth_ioctl(), eth_restart(), eth_send(), eth_set_rec_conf(), and osdep_eth_init(). |
|
|
Definition at line 42 of file eth_int.h. Referenced by read_int(), and setup_read(). |
|
|
Definition at line 43 of file eth_int.h. Referenced by read_int(), and setup_read(). |
|
|
Value: Definition at line 14 of file eth_int.h. Referenced by eth_reg_vlan(). |
|
|
Definition at line 10 of file eth_int.h. Referenced by eth_arrive(), eth_init(), hash_fd(), and unhash_fd(). |
|
|
Definition at line 11 of file eth_int.h. Referenced by do_rec_conf(), and eth_init(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 78 of file eth.c. Referenced by eth_check_drivers(), eth_open(), eth_rec(), eth_restart(), find_port(), and osdep_eth_init(). |
|
|
Definition at line 79 of file eth.c. Referenced by eth_loop_ev(), eth_write_port(), read_int(), and write_int(). |
1.4.6