Moep Library
2.0-nc
|
Go to the source code of this file.
Functions | |
moep_dev_t | moep_dev_eth_open (const char *devname, u8 *addr, const struct in_addr *ip, int prefixlen, int mtu, struct moep_frame_ops *l2_ops) |
open an eth device More... | |
int | moep_dev_eth_get_hwaddr (moep_dev_t dev, u8 *addr) |
get hardware address More... | |
moep_frame_t | moep_frame_eth_create (struct moep_frame_ops *l2_ops) |
create an eth frame More... | |