Go to the source code of this file.
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... | |
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(), hipcUsocAcceptSimple(), and test_hipcMsghdrBdysize().
unsigned char hipcEndian | ( | void | ) |
Returns endian of the system.
Definition at line 25 of file hipc.c.
Referenced by hipcClientInit(), hipcScfgInit(), and test_hipcEndian().