unsigned char hipc_msg[HIPC_MSG_ALLOCSIZE]
unsigned char hipcMsgType(const hipc_msg msg)
Returns type of a HIPC message.
unsigned char hipcMsgOffset(const hipc_msg msg)
Returns offset of a HIPC message.
unsigned char hipcMsgRngsize(const hipc_msg msg)
Returns range size of a HIPC message.
unsigned char hipcMsgBdySize(const hipc_msg msg)
Returns body size of a HIPC message.
size_t hipcMsgTotalSize(const hipc_msg msg)
Returns total size of a HIPC message, which is the header size plus the body size.
unsigned char hipcMsghdrBdysize(unsigned char const *const msghdr)
Returns message size determined by a message header.
const void * hipcMsgBdyPtr(const hipc_msg msg)
Returns a pointer to a body of a HIPC message.
unsigned char hipcMsgStruno(const hipc_msg msg)
Returns structure number of a HIPC message.