Searched refs:mojo_struct_header_t (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/system/utest/core/echo/
H A Dstruct.c9 _Static_assert(sizeof(mojo_struct_header_t) == 8u, "mojo_struct_header_t should be 8 bytes");
12 if (size < sizeof(mojo_struct_header_t) || size > UINT32_MAX) {
16 const mojo_struct_header_t* header = (const mojo_struct_header_t*)data;
18 if (header->num_bytes < sizeof(mojo_struct_header_t) || header->num_bytes > size) {
H A Dstruct.h23 } mojo_struct_header_t; typedef in typeref:struct:struct_header
H A Dmessage.h24 bool mojo_validate_message_header(const mojo_struct_header_t* header, size_t size);
27 mojo_struct_header_t struct_header;
H A Dmessage.c14 bool mojo_validate_message_header(const mojo_struct_header_t* header, size_t size) {
H A Decho.c51 mojo_struct_header_t* in_struct_header = (mojo_struct_header_t*)in_msg_buf;

Completed in 15 milliseconds