#include <ipc/net.h>
#include <net/in.h>
#include <net/ip_codes.h>
Go to the source code of this file.
IP specific message parameters definitions | |
#define | IP_GET_ADDRESS(call) |
Return the address message parameter. | |
#define | IP_GET_GATEWAY(call) |
Return the gateway message parameter. | |
#define | IP_GET_NETMASK(call) |
Return the network mask message parameter. | |
#define | IP_GET_PROTOCOL(call) ((ip_protocol_t) IPC_GET_ARG1(call)) |
Return the protocol message parameter. | |
#define | IP_SET_HEADERLEN(answer, value) IPC_SET_ARG2(answer, (sysarg_t) (value)) |
Set the header length in the message answer. | |
Enumerations | |
enum | ip_messages { NET_IP_DEVICE = NET_IP_FIRST, NET_IP_ADD_ROUTE, NET_IP_GET_ROUTE, NET_IP_RECEIVED_ERROR, NET_IP_SET_GATEWAY, NET_IP_PACKET_SPACE, NET_IP_SEND } |
IP module messages. More... |
Definition in file ip.h.