Packet server module messages. More...
#include <ipc/ipc.h>#include "../../messages.h"

Defines | |
| #define | ARP_GET_PROTO(call) (services_t) IPC_GET_ARG2(*call) |
| Returns the protocol service message parameter. | |
| #define | IPC_GET_ID(call) (packet_id_t) IPC_GET_ARG1(*call) |
| Returns the packet identifier message parameter. | |
| #define | IPC_GET_CONTENT(call) (size_t) IPC_GET_ARG1(*call) |
| Returns the maximal content length message parameter. | |
| #define | IPC_GET_ADDR_LEN(call) (size_t) IPC_GET_ARG2(*call) |
| Returns the maximal address length message parameter. | |
| #define | IPC_GET_PREFIX(call) (size_t) IPC_GET_ARG3(*call) |
| Returns the maximal prefix length message parameter. | |
| #define | IPC_GET_SUFFIX(call) (size_t) IPC_GET_ARG4(*call) |
| Returns 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... | |
Packet server module messages.
1.6.1