package posix_server

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service Posix

posix_server.proto:233

enum GetSockOptRequest.SockOptType

posix_server.proto:109

Used in: GetSockOptRequest

message PollFd

posix_server.proto:137

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: PollRequest, PollResponse

message SockOptVal

posix_server.proto:45

Used in: GetSockOptResponse, SetSockOptRequest

message Sockaddr

posix_server.proto:33

Used in: AcceptResponse, BindRequest, ConnectRequest, GetSockNameResponse, SendToRequest

message SockaddrIn

posix_server.proto:19

Used in: Sockaddr

message SockaddrIn6

posix_server.proto:25

Used in: Sockaddr

message Timeval

posix_server.proto:40

Used in: SockOptVal