template <>

class WireSyncClientImpl

Defined at line 46194 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/wire_messaging.h

Methods to make a sync FIDL call directly on an unowned handle or a

const reference to a |::fidl::ClientEnd

<

::fuchsia_posix_socket::BaseDatagramSocket>|,

avoiding setting up a client.

Public Methods

::fidl::OneWayStatus Clone (::fidl::ServerEnd< ::fuchsia_unknown::Cloneable> && request)

Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::Close> Close ()

Terminates the connection.

After calling `Close`, the client must not send any other requests.

Servers, after sending the status response, should close the connection

regardless of status and without sending an epitaph.

Closing the client end of the channel should be semantically equivalent

to calling `Close` without knowing when the close has completed or its

status.

Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::Query> Query ()

Allocates 16 bytes of request buffer on the stack. Response is heap-allocated.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::SetReuseAddress> SetReuseAddress (bool value)

Set `SOL_SOCKET` -> `SO_REUSEADDR`.

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::GetReuseAddress> GetReuseAddress ()

Get `SOL_SOCKET` -> `SO_REUSEADDR`.

Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::GetError> GetError ()

Get `SOL_SOCKET` -> `SO_ERROR`.

Returns the last error if there is an error set on the socket.

Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::SetBroadcast> SetBroadcast (bool value)

Set `SOL_SOCKET` -> `SO_BROADCAST`.

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::GetBroadcast> GetBroadcast ()

Get `SOL_SOCKET` -> `SO_BROADCAST`.

Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::SetSendBuffer> SetSendBuffer (uint64_t value_bytes)

Set `SOL_SOCKET` -> `SO_SNDBUF`.

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::GetSendBuffer> GetSendBuffer ()

Get `SOL_SOCKET` -> `SO_SNDBUF`.

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::SetReceiveBuffer> SetReceiveBuffer (uint64_t value_bytes)

Set `SOL_SOCKET` -> `SO_RCVBUF`.

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::GetReceiveBuffer> GetReceiveBuffer ()

Get `SOL_SOCKET` -> `SO_RCVBUF`.

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::SetKeepAlive> SetKeepAlive (bool value)

Set `SOL_SOCKET` -> `SO_KEEPALIVE`.

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::GetKeepAlive> GetKeepAlive ()

Get `SOL_SOCKET` -> `SO_KEEPALIVE`.

Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::SetOutOfBandInline> SetOutOfBandInline (bool value)

Set `SOL_SOCKET` -> `SO_OOBINLINE`.

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::GetOutOfBandInline> GetOutOfBandInline ()

Get `SOL_SOCKET` -> `SO_OOBINLINE`.

Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::SetNoCheck> SetNoCheck (bool value)

Set `SOL_SOCKET` -> `SO_NO_CHECK`.

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::GetNoCheck> GetNoCheck ()

Get `SOL_SOCKET` -> `SO_NO_CHECK`.

Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::SetLinger> SetLinger (bool linger, uint32_t length_secs)

Set `SOL_SOCKET` -> `SO_LINGER`.

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::GetLinger> GetLinger ()

Get `SOL_SOCKET` -> `SO_LINGER`.

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::SetReusePort> SetReusePort (::fuchsia_posix_socket::wire::ReusePortOption value)

Set `SOL_SOCKET` -> `SO_REUSEPORT`.

Allocates 64 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::SetReusePortDeprecated> SetReusePortDeprecated (bool value)

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::GetReusePort> GetReusePort ()

Get `SOL_SOCKET` -> `SO_REUSEPORT`.

Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::GetAcceptConn> GetAcceptConn ()

Get `SOL_SOCKET` -> `SO_ACCEPTCONN`.

Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::SetBindToDevice> SetBindToDevice (::fidl::StringView value)

Set `SOL_SOCKET` -> `SO_BINDTODEVICE`.

Allocates 80 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::GetBindToDevice> GetBindToDevice ()

Get `SOL_SOCKET` -> `SO_BINDTODEVICE`.

Allocates 80 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::SetBindToInterfaceIndex> SetBindToInterfaceIndex (uint64_t value)

Set `SOL_SOCKET` -> `SO_BINDTOIFINDEX`.

If `value` is 0, this clears the bound interface.

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::GetBindToInterfaceIndex> GetBindToInterfaceIndex ()

Get `SOL_SOCKET` -> `SO_BINDTOIFINDEX`.

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::SetTimestamp> SetTimestamp (::fuchsia_posix_socket::wire::TimestampOption value)

Set `SOL_SOCKET` -> `SO_TIMESTAMP` or `SO_TIMESTAMPNS`.

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::GetTimestamp> GetTimestamp ()

Get `SOL_SOCKET` -> `SO_TIMESTAMP` or `SO_TIMESTAMPNS`.

Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::SetMark> SetMark (::fuchsia_net::wire::MarkDomain domain, ::fuchsia_posix_socket::wire::OptionalUint32 mark)

Like setting `SOL_SOCKET` -> `SO_MARK`. The major difference is that

unlike the standard SO_MARK, this API has multiple mark domains and each

mark can be set independently in each domain.

Allocates 72 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::GetMark> GetMark (::fuchsia_net::wire::MarkDomain domain)

Like getting `SOL_SOCKET` -> `SO_MARK`. The major difference is that

unlike the standard SO_MARK, this API has multiple mark domains and each

mark can be retrieved independently in each domain.

Allocates 72 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::GetCookie> GetCookie ()

Get `SOL_SOCKET` -> `SO_COOKIE`.

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::Bind> Bind (::fuchsia_net::wire::SocketAddress addr)

Sets the local address used for the socket.

Allocates 96 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::Connect> Connect (::fuchsia_net::wire::SocketAddress addr)

Initiates a connection to a remote address.

Allocates 96 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::Disconnect> Disconnect ()

Clears connection information from this socket.

Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::GetSockName> GetSockName ()

Retrieves the local socket address.

Allocates 96 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::GetPeerName> GetPeerName ()

Retrieves the remote socket address.

Allocates 96 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::Shutdown> Shutdown (::fuchsia_posix_socket::wire::ShutdownMode mode)

Shuts down part of the socket.

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::SetIpTypeOfService> SetIpTypeOfService (uint8_t value)

Set `SOL_IP` -> `IP_TOS`.

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::GetIpTypeOfService> GetIpTypeOfService ()

Get `SOL_IP` -> `IP_TOS`.

Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::SetIpTtl> SetIpTtl (::fuchsia_posix_socket::wire::OptionalUint8 value)

Set `SOL_IP` -> `IP_TTL`.

Allocates 64 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::GetIpTtl> GetIpTtl ()

Get `SOL_IP` -> `IP_TTL`.

Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::SetIpPacketInfo> SetIpPacketInfo (bool value)

Set `SOL_IP` -> `IP_PKTINFO`.

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::GetIpPacketInfo> GetIpPacketInfo ()

Get `SOL_IP` -> `IP_PKTINFO`.

Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::SetIpReceiveTypeOfService> SetIpReceiveTypeOfService (bool value)

Set `SOL_IP` -> `IP_RECVTOS`.

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::GetIpReceiveTypeOfService> GetIpReceiveTypeOfService ()

Get `SOL_IP` -> `IP_RECVTOS`.

Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::SetIpReceiveTtl> SetIpReceiveTtl (bool value)

Set `SOL_IP` -> `IP_RECVTTL`.

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::GetIpReceiveTtl> GetIpReceiveTtl ()

Get `SOL_IP` -> `IP_RECVTTL`.

Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::SetIpMulticastInterface> SetIpMulticastInterface (uint64_t iface, const ::fuchsia_net::wire::Ipv4Address & address)

Set `SOL_IP` -> `IP_MULTICAST_IF`.

Allocates 64 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::GetIpMulticastInterface> GetIpMulticastInterface ()

Get `SOL_IP` -> `IP_MULTICAST_IF`.

Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::SetIpMulticastTtl> SetIpMulticastTtl (::fuchsia_posix_socket::wire::OptionalUint8 value)

Set `SOL_IP` -> `IP_MULTICAST_TTL`.

Allocates 64 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::GetIpMulticastTtl> GetIpMulticastTtl ()

Get `SOL_IP` -> `IP_MULTICAST_TTL`.

Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::SetIpMulticastLoopback> SetIpMulticastLoopback (bool value)

Set `SOL_IP` -> `IP_MULTICAST_LOOP`.

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::GetIpMulticastLoopback> GetIpMulticastLoopback ()

Get `SOL_IP` -> `IP_MULTICAST_LOOP`.

Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::AddIpMembership> AddIpMembership (const ::fuchsia_posix_socket::wire::IpMulticastMembership & membership)

Set `SOL_IP` -> `IP_ADD_MEMBERSHIP`

Allocates 64 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::DropIpMembership> DropIpMembership (const ::fuchsia_posix_socket::wire::IpMulticastMembership & membership)

Set `SOL_IP` -> `IP_DROP_MEMBERSHIP`

Allocates 64 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::SetIpTransparent> SetIpTransparent (bool value)

Set `SOL_IP` -> `IP_TRANSPARENT`

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::GetIpTransparent> GetIpTransparent ()

Get `SOL_IP` -> `IP_TRANSPARENT`

Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::SetIpReceiveOriginalDestinationAddress> SetIpReceiveOriginalDestinationAddress (bool value)

Set `SOL_IP` -> `IP_RECVORIGDSTADDR`

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::GetIpReceiveOriginalDestinationAddress> GetIpReceiveOriginalDestinationAddress ()

Get `SOL_IP` -> `IP_RECVORIGDSTADDR`

Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::AddIpv6Membership> AddIpv6Membership (const ::fuchsia_posix_socket::wire::Ipv6MulticastMembership & membership)

Set `SOL_IPV6` -> `IPV6_ADD_MEMBERSHIP`.

Allocates 72 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::DropIpv6Membership> DropIpv6Membership (const ::fuchsia_posix_socket::wire::Ipv6MulticastMembership & membership)

Set `SOL_IPV6` -> `IPV6_DROP_MEMBERSHIP`.

Allocates 72 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::SetIpv6MulticastInterface> SetIpv6MulticastInterface (uint64_t value)

Set `SOL_IPV6` -> `IPV6_MULTICAST_IF`.

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::GetIpv6MulticastInterface> GetIpv6MulticastInterface ()

Get `SOL_IPV6` -> `IPV6_MULTICAST_IF`.

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::SetIpv6UnicastHops> SetIpv6UnicastHops (::fuchsia_posix_socket::wire::OptionalUint8 value)

Set `SOL_IPV6` -> `IPV6_UNICAST_HOPS`.

Allocates 64 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::GetIpv6UnicastHops> GetIpv6UnicastHops ()

Get `SOL_IPV6` -> `IPV6_UNICAST_HOPS`.

Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::SetIpv6ReceiveHopLimit> SetIpv6ReceiveHopLimit (bool value)

Set `SOL_IPV6` -> `IPV6_RECVHOPLIMIT`.

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::GetIpv6ReceiveHopLimit> GetIpv6ReceiveHopLimit ()

Get `SOL_IPV6` -> `IPV6_RECVHOPLIMIT`.

Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::SetIpv6MulticastHops> SetIpv6MulticastHops (::fuchsia_posix_socket::wire::OptionalUint8 value)

Set `SOL_IPV6` -> `IPV6_MULTICAST_HOPS`.

Allocates 64 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::GetIpv6MulticastHops> GetIpv6MulticastHops ()

Get `SOL_IPV6` -> `IPV6_MULTICAST_HOPS`.

Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::SetIpv6MulticastLoopback> SetIpv6MulticastLoopback (bool value)

Set `SOL_IPV6` -> `IPV6_MULTICAST_LOOP`.

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::GetIpv6MulticastLoopback> GetIpv6MulticastLoopback ()

Get `SOL_IPV6` -> `IPV6_MULTICAST_LOOP`.

Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::SetIpv6Only> SetIpv6Only (bool value)

Set `SOL_IPV6` -> `IPV6_V6ONLY`.

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::GetIpv6Only> GetIpv6Only ()

Get `SOL_IPV6` -> `IPV6_V6ONLY`.

Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::SetIpv6ReceiveTrafficClass> SetIpv6ReceiveTrafficClass (bool value)

Set `SOL_IPV6` -> `IPV6_RECVTCLASS`.

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::GetIpv6ReceiveTrafficClass> GetIpv6ReceiveTrafficClass ()

Get `SOL_IPV6` -> `IPV6_RECVTCLASS`.

Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::SetIpv6TrafficClass> SetIpv6TrafficClass (::fuchsia_posix_socket::wire::OptionalUint8 value)

Set `SOL_IPV6` -> `IPV6_TCLASS`

Allocates 64 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::GetIpv6TrafficClass> GetIpv6TrafficClass ()

Get `SOL_IPV6` -> `IPV6_TCLASS`.

Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::SetIpv6ReceivePacketInfo> SetIpv6ReceivePacketInfo (bool value)

Set `SOL_IPV6` -> `IPV6_RECVPKTINFO`.

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::GetIpv6ReceivePacketInfo> GetIpv6ReceivePacketInfo ()

Get `SOL_IPV6` -> `IPV6_RECVPKTINFO`.

Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::GetOriginalDestination> GetOriginalDestination ()

Get `SOL_IP` -> `SO_ORIGINAL_DST`.

Allocates 96 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::fuchsia_posix_socket::BaseDatagramSocket::GetInfo> GetInfo ()

Retrieves creation information from the socket.

- response `domain` the socket's associated domain.

- response `proto` the socket's associated protocol.

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.