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

Go to the source code of this file.
Classes | |
| struct | netdev_ops_t |
| struct | net_device |
Macros | |
| #define | NET_MAX_DEVICES 4 |
| #define | NET_MAX_FRAME_SIZE 1518 |
Typedefs | |
| typedef void(* | net_rx_handler_t) (struct net_device *dev, const void *frame, size_t frame_len, void *ctx) |
| typedef struct net_device | netdev_t |
| typedef netdev_t | net_device_t |
Functions | |
| void | net_init (void) |
| int | netdev_register (netdev_t *dev) |
| netdev_t * | netdev_first (void) |
| void | netdev_poll_all (void) |
| #define NET_MAX_DEVICES 4 |
| #define NET_MAX_FRAME_SIZE 1518 |
| typedef netdev_t net_device_t |
| typedef void(* net_rx_handler_t) (struct net_device *dev, const void *frame, size_t frame_len, void *ctx) |
| typedef struct net_device netdev_t |
| void net_init | ( | void | ) |


| netdev_t * netdev_first | ( | void | ) |

| void netdev_poll_all | ( | void | ) |

| int netdev_register | ( | netdev_t * | dev | ) |

