Moep Library
2.0-nc
|
#include <netinet/in.h>
#include <netinet/if_ether.h>
#include <moep/dev.h>
#include <moep/frame.h>
#include <moep/modules/eth.h>
#include <moep/modules/tap.h>
#include <moep/modules/unix.h>
Go to the source code of this file.
Functions | |
moep_dev_t | moep_dev_ieee8023_open (const char *devname, u8 *addr, const struct in_addr *ip, int prefixlen, int mtu) |
open an ieee8023 device More... | |
moep_dev_t | moep_dev_ieee8023_tap_open (u8 *addr, const struct in_addr *ip, int prefixlen, int mtu) |
open an ieee8023 tap device More... | |
moep_dev_t | moep_dev_ieee8023_unix_open (const char *devname, int mtu) |
open an ieee8023 unix device More... | |
moep_frame_t | moep_frame_ieee8023_create (void) |
create an ieee8023 frame More... | |
moep_frame_t | moep_frame_ieee8023_tap_create (void) |
create an ieee8023 tap frame More... | |
moep_frame_t | moep_frame_ieee8023_unix_create (void) |
create an ieee8023 unix frame More... | |
struct ether_header * | moep_frame_ieee8023_hdr (moep_frame_t frame) |
ieee8023 header More... | |