#include <ipc/net.h>
Go to the source code of this file.
Defines | |
#define | ARP_GET_PROTO(call) ((services_t) IPC_GET_ARG2(call)) |
Return the protocol service message parameter. | |
#define | IPC_GET_ADDR_LEN(call) ((size_t) IPC_GET_ARG2(call)) |
Return the maximal address length message parameter. | |
#define | IPC_GET_CONTENT(call) ((size_t) IPC_GET_ARG1(call)) |
Return the maximal content length message parameter. | |
#define | IPC_GET_ID(call) ((packet_id_t) IPC_GET_ARG1(call)) |
Return the packet identifier message parameter. | |
#define | IPC_GET_PREFIX(call) ((size_t) IPC_GET_ARG3(call)) |
Return the maximal prefix length message parameter. | |
#define | IPC_GET_SUFFIX(call) ((size_t) IPC_GET_ARG4(call)) |
Return the maximal suffix length message parameter. | |
Enumerations | |
enum | packet_messages { NET_PACKET_CREATE_1 = NET_PACKET_FIRST, NET_PACKET_CREATE_4, NET_PACKET_GET, NET_PACKET_GET_SIZE, NET_PACKET_RELEASE } |
Packet server module messages. More... |
Definition in file packet.h.