|
miniOS
x86_64 hobby kernel with SMP, VFS, and POSIX process model
|
#include <miniOS/net/netdev.h>

Go to the source code of this file.
Functions | |
| void | net_observe_init (void) |
| int | net_observe_rx (netdev_t *dev, const void *frame, size_t frame_len) |
| int | net_observe_tx (netdev_t *dev, const void *frame, size_t frame_len) |
| void net_observe_init | ( | void | ) |


