Records
Functions
-
bool SendAllBytes (const zx::socket & socket, const uint8_t * buf, uint32_t buf_size)Defined at line 18 of file ../../src/virtualization/lib/vsh/util.cc
-
bool SendMessage (const zx::socket & socket, const google::protobuf::MessageLite & message)Sends a protobuf MessageLite to the given socket.
Defined at line 37 of file ../../src/virtualization/lib/vsh/util.cc
-
int32_t RecvSockBlocking (const zx::socket & socket, uint8_t * buf, int32_t buf_size)Defined at line 54 of file ../../src/virtualization/lib/vsh/util.cc
-
int32_t RecvAllBytes (const zx::socket & socket, uint8_t * buf, int32_t buf_size)Defined at line 88 of file ../../src/virtualization/lib/vsh/util.cc
-
bool RecvMessage (const zx::socket & socketgoogle::protobuf::MessageLite * message)Receives a protobuf MessageLite from the given socket.
Defined at line 108 of file ../../src/virtualization/lib/vsh/util.cc