Module ipc_frame

Source
Expand description

Nested message and enum types in IPCFrame.

Modules§

bind_service_reply
Nested message and enum types in BindServiceReply.

Structs§

BindService
Client -> Host.
BindServiceReply
Host -> Client.
InvokeMethod
Client -> Host.
InvokeMethodReply
Host -> Client.
RequestError
Host -> Client.
SetPeerIdentity
Client (relay service) -> Host. This is generated by the relay service to fill the producer identity in the guest. This message is sent to the host service before any IPCFrame is from a local producer is relayed. This is accepted only on AF_VSOCK and AF_INET sockets, where we cannot validate the endpoont of the connection. for AF_UNIX sockets, this is ignored and traced uses instead the SO_PEERCRED.

Enums§

Msg