#include <ipc/net.h>
Go to the source code of this file.
Network interface specific message parameters definitions | |
| #define | NETIF_GET_IO(call) ((void *) IPC_GET_ARG3(call)) |
| Return the input/output address message parameter. | |
| #define | NETIF_GET_IRQ(call) ((int) IPC_GET_ARG2(call)) |
| Return the interrupt number message parameter. | |
Enumerations | |
| enum | netif_messages { NET_NETIF_PROBE = NET_NETIF_FIRST, NET_NETIF_SEND, NET_NETIF_START, NET_NETIF_STATS, NET_NETIF_STOP, NET_NETIF_GET_ADDR } |
| Network interface common module messages. More... | |
Definition in file netif.h.
1.4.7