Get desktop application:
View/edit binary Protocol Buffers messages
Call accept() on the DUT.
"errno" may fail to compile in c++.
Call bind() on the DUT.
"errno" may fail to compile in c++.
Call close() on the DUT.
"errno" may fail to compile in c++.
Call connect() on the DUT.
"errno" may fail to compile in c++.
Call getsockname() on the DUT.
"errno" may fail to compile in c++.
Call getsockopt() on the DUT.
"errno" may fail to compile in c++.
Call listen() on the DUT.
"errno" may fail to compile in c++.
Call poll() on the DUT. Only pollfds that have non-empty revents are returned, the only way to tie the response back to the original request is using the fd number.
"errno" may fail to compile in c++.
Call send() on the DUT.
"errno" may fail to compile in c++.
Call sendto() on the DUT.
"errno" may fail to compile in c++.
Set/Clear O_NONBLOCK flag on the requested fd. This is needed because the operating system on DUT may have a different definition for O_NONBLOCK, it is not sound to assemble flags on testbench.
"errno" may fail to compile in c++.
The failed fcntl cmd.
Call setsockopt() on the DUT.
"errno" may fail to compile in c++.
Call socket() on the DUT.
"errno" may fail to compile in c++.
Call shutdown() on the DUT.
"errno" may fail to compile in c++.
Call recv() on the DUT.
"errno" may fail to compile in c++.
Used in:
The events field is overloaded: when used for request, it is copied into the events field of posix struct pollfd; when used for response, it is filled by the revents field from the posix struct pollfd.
Used in:
,Used in:
,Used in:
, , , ,Used in:
Used in:
Used in: