Go to the source code of this file.
Macros | |
#define | HIPC_UNSTRU 255 |
#define | HIPC_IMG_ALLOCSIZE 256 |
#define | HIPC_MSG_ALLOCSIZE 260 /* 4+256 */ |
Functions | |
unsigned char | hipcMsghdrBdysize (unsigned char const *const msghdr) |
Returns message size determined by a message header. More... | |
unsigned char | hipcEndian (void) |
Returns endian of the system. More... | |
#define HIPC_UNSTRU 255 |
Definition at line 44 of file hipc.h.
Referenced by hipcClientFeedUnstrumsgAsError(), hipcGenmdUnstru(), hipcGenmsgBye(), hipcGenmsgHello(), and hipcWaitReturn().
#define HIPC_IMG_ALLOCSIZE 256 |
Definition at line 46 of file hipc.h.
Referenced by hipcClientFeedUnstrumsgAsError().
enum HIPC_errno |
anonymous enum |
anonymous enum |
anonymous enum |
unsigned char hipcMsghdrBdysize | ( | unsigned char const *const | msghdr | ) |
Returns message size determined by a message header.
Only GET type is treated specially.
msghdr | HIPC message header |
Definition at line 12 of file hipc.c.
References HIPC_MESSAGE_TYPE_GET, HIPC_MSGHDR_BYTE_BDYSZ, and HIPC_MSGHDR_BYTE_TYPE.
Referenced by hipcMsgBdySize(), hipcMsgdBdySize(), hipcMsgTotalSize(), hipcUsocAccept(), and hipcUsocAcceptSimple().
unsigned char hipcEndian | ( | void | ) |
Returns endian of the system.
Definition at line 25 of file hipc.c.
Referenced by hipcClientInit(), and hipcScfgInit().