#include <eth.h>
Data Fields | |
measured_string_t * | broadcast_addr |
Broadcast device hardware address. | |
eth_devices_t | devices |
All known Ethernet devices. | |
fibril_rwlock_t | devices_lock |
Safety lock for devices. | |
int | net_phone |
Networking module phone. | |
eth_protos_t | protos |
Protocol map. | |
fibril_rwlock_t | protos_lock |
Safety lock for protocols. |
Definition at line 255 of file eth.h.
eth_protos_t protos |