packet_messages.h File Reference

Packet server module messages. More...

#include <ipc/ipc.h>
#include "../../messages.h"
Include dependency graph for packet_messages.h:
This graph shows which files directly or indirectly include this file:

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...

Detailed Description

Packet server module messages.


Generated on Thu Mar 11 20:46:16 2010 for Networking and TCP/IP stack for HelenOS system by  doxygen 1.6.1