Namespaces

Enumerations

enum ShutdownMode
Name Value
READ 1u
WRITE 2u

Socket shutdown mode.

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

enum TimestampOption
Name Value
DISABLED 0u
NANOSECOND 1u
MICROSECOND 2u

Packet timestamp reporting precision options.

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

enum RecvMsgFlags
Name Value
PEEK 2u

Flags controlling RecvMsg behavior.

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

enum SendMsgFlags
Name Value
RESERVED 32768u

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

enum TcpCongestionControl
Name Value
RENO 1u
CUBIC 2u

TCP congestion control modes.

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

enum Domain
Name Value
IPV4 0u
IPV6 1u

A socket's domain.

Determines the addressing domain for a socket.

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

enum DatagramSocketProtocol
Name Value
UDP 1u
ICMP_ECHO 2u

Protocols supported by [`fuchsia.posix.socket/DatagramSocket`].

`DatagramSocketProtocol` enumerates the protocols supported by the network

stack over datagram sockets.

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

enum StreamSocketProtocol
Name Value
TCP 0u

Protocols supported by [`fuchsia.posix.socket/StreamSocket`].

`StreamSocketProtocol` enumerates the protocols supported by the network

stack over stream sockets.

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

enum InterfaceFlags
Name Value
UP 1u
BROADCAST 2u
DEBUG 4u
LOOPBACK 8u
POINTTOPOINT 16u
NOTRAILERS 32u
RUNNING 64u
NOARP 128u
PROMISC 256u
ALLMULTI 512u
LEADER 1024u
FOLLOWER 2048u
MULTICAST 4096u
PORTSEL 8192u
AUTOMEDIA 16384u
DYNAMIC 32768u

Bits representing the interface flags as returned by the SIOCGIFFLAGS ioctl

operation. These bitmasks are intended to track the C API definition. For

example, `InterfaceFlags.UP` corresponds to `IFF_UP`, etc.

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

Records

Functions

  • ::fuchsia::posix::socket::ShutdownMode operator| (::fuchsia::posix::socket::ShutdownMode _lhs, ::fuchsia::posix::socket::ShutdownMode _rhs)

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

  • ::fuchsia::posix::socket::ShutdownMode & operator|= (::fuchsia::posix::socket::ShutdownMode & _lhs, ::fuchsia::posix::socket::ShutdownMode _rhs)

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

  • ::fuchsia::posix::socket::ShutdownMode operator& (::fuchsia::posix::socket::ShutdownMode _lhs, ::fuchsia::posix::socket::ShutdownMode _rhs)

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

  • ::fuchsia::posix::socket::ShutdownMode & operator&= (::fuchsia::posix::socket::ShutdownMode & _lhs, ::fuchsia::posix::socket::ShutdownMode _rhs)

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

  • ::fuchsia::posix::socket::ShutdownMode operator^ (::fuchsia::posix::socket::ShutdownMode _lhs, ::fuchsia::posix::socket::ShutdownMode _rhs)

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

  • ::fuchsia::posix::socket::ShutdownMode & operator^= (::fuchsia::posix::socket::ShutdownMode & _lhs, ::fuchsia::posix::socket::ShutdownMode _rhs)

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

  • ::fuchsia::posix::socket::ShutdownMode operator~ (::fuchsia::posix::socket::ShutdownMode _value)

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

  • zx_status_t Clone (::fuchsia::posix::socket::ShutdownMode value, ::fuchsia::posix::socket::ShutdownMode * result)

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

  • zx_status_t Clone (::fuchsia::posix::socket::TimestampOption value, ::fuchsia::posix::socket::TimestampOption * result)

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

  • ::fuchsia::posix::socket::RecvMsgFlags operator| (::fuchsia::posix::socket::RecvMsgFlags _lhs, ::fuchsia::posix::socket::RecvMsgFlags _rhs)

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

  • ::fuchsia::posix::socket::RecvMsgFlags & operator|= (::fuchsia::posix::socket::RecvMsgFlags & _lhs, ::fuchsia::posix::socket::RecvMsgFlags _rhs)

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

  • ::fuchsia::posix::socket::RecvMsgFlags operator& (::fuchsia::posix::socket::RecvMsgFlags _lhs, ::fuchsia::posix::socket::RecvMsgFlags _rhs)

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

  • ::fuchsia::posix::socket::RecvMsgFlags & operator&= (::fuchsia::posix::socket::RecvMsgFlags & _lhs, ::fuchsia::posix::socket::RecvMsgFlags _rhs)

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

  • ::fuchsia::posix::socket::RecvMsgFlags operator^ (::fuchsia::posix::socket::RecvMsgFlags _lhs, ::fuchsia::posix::socket::RecvMsgFlags _rhs)

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

  • ::fuchsia::posix::socket::RecvMsgFlags & operator^= (::fuchsia::posix::socket::RecvMsgFlags & _lhs, ::fuchsia::posix::socket::RecvMsgFlags _rhs)

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

  • ::fuchsia::posix::socket::RecvMsgFlags operator~ (::fuchsia::posix::socket::RecvMsgFlags _value)

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

  • zx_status_t Clone (::fuchsia::posix::socket::RecvMsgFlags value, ::fuchsia::posix::socket::RecvMsgFlags * result)

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

  • ::fuchsia::posix::socket::SendMsgFlags operator| (::fuchsia::posix::socket::SendMsgFlags _lhs, ::fuchsia::posix::socket::SendMsgFlags _rhs)

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

  • ::fuchsia::posix::socket::SendMsgFlags & operator|= (::fuchsia::posix::socket::SendMsgFlags & _lhs, ::fuchsia::posix::socket::SendMsgFlags _rhs)

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

  • ::fuchsia::posix::socket::SendMsgFlags operator& (::fuchsia::posix::socket::SendMsgFlags _lhs, ::fuchsia::posix::socket::SendMsgFlags _rhs)

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

  • ::fuchsia::posix::socket::SendMsgFlags & operator&= (::fuchsia::posix::socket::SendMsgFlags & _lhs, ::fuchsia::posix::socket::SendMsgFlags _rhs)

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

  • ::fuchsia::posix::socket::SendMsgFlags operator^ (::fuchsia::posix::socket::SendMsgFlags _lhs, ::fuchsia::posix::socket::SendMsgFlags _rhs)

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

  • ::fuchsia::posix::socket::SendMsgFlags & operator^= (::fuchsia::posix::socket::SendMsgFlags & _lhs, ::fuchsia::posix::socket::SendMsgFlags _rhs)

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

  • ::fuchsia::posix::socket::SendMsgFlags operator~ (::fuchsia::posix::socket::SendMsgFlags _value)

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

  • zx_status_t Clone (::fuchsia::posix::socket::SendMsgFlags value, ::fuchsia::posix::socket::SendMsgFlags * result)

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

  • zx_status_t Clone (::fuchsia::posix::socket::UdpMetadataEncodingProtocolVersion value, ::fuchsia::posix::socket::UdpMetadataEncodingProtocolVersion * result)

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

  • zx_status_t Clone (::fuchsia::posix::socket::CmsgRequests value, ::fuchsia::posix::socket::CmsgRequests * result)

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

  • zx_status_t Clone (::fuchsia::posix::socket::TcpCongestionControl value, ::fuchsia::posix::socket::TcpCongestionControl * result)

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

  • zx_status_t Clone (::fuchsia::posix::socket::Domain value, ::fuchsia::posix::socket::Domain * result)

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

  • zx_status_t Clone (::fuchsia::posix::socket::DatagramSocketProtocol value, ::fuchsia::posix::socket::DatagramSocketProtocol * result)

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

  • zx_status_t Clone (::fuchsia::posix::socket::StreamSocketProtocol value, ::fuchsia::posix::socket::StreamSocketProtocol * result)

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

  • ::fuchsia::posix::socket::InterfaceFlags operator| (::fuchsia::posix::socket::InterfaceFlags _lhs, ::fuchsia::posix::socket::InterfaceFlags _rhs)

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

  • ::fuchsia::posix::socket::InterfaceFlags & operator|= (::fuchsia::posix::socket::InterfaceFlags & _lhs, ::fuchsia::posix::socket::InterfaceFlags _rhs)

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

  • ::fuchsia::posix::socket::InterfaceFlags operator& (::fuchsia::posix::socket::InterfaceFlags _lhs, ::fuchsia::posix::socket::InterfaceFlags _rhs)

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

  • ::fuchsia::posix::socket::InterfaceFlags & operator&= (::fuchsia::posix::socket::InterfaceFlags & _lhs, ::fuchsia::posix::socket::InterfaceFlags _rhs)

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

  • ::fuchsia::posix::socket::InterfaceFlags operator^ (::fuchsia::posix::socket::InterfaceFlags _lhs, ::fuchsia::posix::socket::InterfaceFlags _rhs)

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

  • ::fuchsia::posix::socket::InterfaceFlags & operator^= (::fuchsia::posix::socket::InterfaceFlags & _lhs, ::fuchsia::posix::socket::InterfaceFlags _rhs)

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

  • ::fuchsia::posix::socket::InterfaceFlags operator~ (::fuchsia::posix::socket::InterfaceFlags _value)

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

  • zx_status_t Clone (::fuchsia::posix::socket::InterfaceFlags value, ::fuchsia::posix::socket::InterfaceFlags * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocketSetReuseAddressRequest & _value, ::fuchsia::posix::socket::BaseSocketSetReuseAddressRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_SetReuseAddress_Response & _value, ::fuchsia::posix::socket::BaseSocket_SetReuseAddress_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_SetReuseAddress_Result & value, ::fuchsia::posix::socket::BaseSocket_SetReuseAddress_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_GetReuseAddress_Response & _value, ::fuchsia::posix::socket::BaseSocket_GetReuseAddress_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_GetReuseAddress_Result & value, ::fuchsia::posix::socket::BaseSocket_GetReuseAddress_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_GetError_Response & _value, ::fuchsia::posix::socket::BaseSocket_GetError_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_GetError_Result & value, ::fuchsia::posix::socket::BaseSocket_GetError_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocketSetBroadcastRequest & _value, ::fuchsia::posix::socket::BaseSocketSetBroadcastRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_SetBroadcast_Response & _value, ::fuchsia::posix::socket::BaseSocket_SetBroadcast_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_SetBroadcast_Result & value, ::fuchsia::posix::socket::BaseSocket_SetBroadcast_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_GetBroadcast_Response & _value, ::fuchsia::posix::socket::BaseSocket_GetBroadcast_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_GetBroadcast_Result & value, ::fuchsia::posix::socket::BaseSocket_GetBroadcast_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocketSetSendBufferRequest & _value, ::fuchsia::posix::socket::BaseSocketSetSendBufferRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_SetSendBuffer_Response & _value, ::fuchsia::posix::socket::BaseSocket_SetSendBuffer_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_SetSendBuffer_Result & value, ::fuchsia::posix::socket::BaseSocket_SetSendBuffer_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_GetSendBuffer_Response & _value, ::fuchsia::posix::socket::BaseSocket_GetSendBuffer_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_GetSendBuffer_Result & value, ::fuchsia::posix::socket::BaseSocket_GetSendBuffer_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocketSetReceiveBufferRequest & _value, ::fuchsia::posix::socket::BaseSocketSetReceiveBufferRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_SetReceiveBuffer_Response & _value, ::fuchsia::posix::socket::BaseSocket_SetReceiveBuffer_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_SetReceiveBuffer_Result & value, ::fuchsia::posix::socket::BaseSocket_SetReceiveBuffer_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_GetReceiveBuffer_Response & _value, ::fuchsia::posix::socket::BaseSocket_GetReceiveBuffer_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_GetReceiveBuffer_Result & value, ::fuchsia::posix::socket::BaseSocket_GetReceiveBuffer_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocketSetKeepAliveRequest & _value, ::fuchsia::posix::socket::BaseSocketSetKeepAliveRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_SetKeepAlive_Response & _value, ::fuchsia::posix::socket::BaseSocket_SetKeepAlive_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_SetKeepAlive_Result & value, ::fuchsia::posix::socket::BaseSocket_SetKeepAlive_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_GetKeepAlive_Response & _value, ::fuchsia::posix::socket::BaseSocket_GetKeepAlive_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_GetKeepAlive_Result & value, ::fuchsia::posix::socket::BaseSocket_GetKeepAlive_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocketSetOutOfBandInlineRequest & _value, ::fuchsia::posix::socket::BaseSocketSetOutOfBandInlineRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_SetOutOfBandInline_Response & _value, ::fuchsia::posix::socket::BaseSocket_SetOutOfBandInline_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_SetOutOfBandInline_Result & value, ::fuchsia::posix::socket::BaseSocket_SetOutOfBandInline_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_GetOutOfBandInline_Response & _value, ::fuchsia::posix::socket::BaseSocket_GetOutOfBandInline_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_GetOutOfBandInline_Result & value, ::fuchsia::posix::socket::BaseSocket_GetOutOfBandInline_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocketSetNoCheckRequest & _value, ::fuchsia::posix::socket::BaseSocketSetNoCheckRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_SetNoCheck_Response & _value, ::fuchsia::posix::socket::BaseSocket_SetNoCheck_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_SetNoCheck_Result & value, ::fuchsia::posix::socket::BaseSocket_SetNoCheck_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_GetNoCheck_Response & _value, ::fuchsia::posix::socket::BaseSocket_GetNoCheck_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_GetNoCheck_Result & value, ::fuchsia::posix::socket::BaseSocket_GetNoCheck_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocketSetLingerRequest & _value, ::fuchsia::posix::socket::BaseSocketSetLingerRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_SetLinger_Response & _value, ::fuchsia::posix::socket::BaseSocket_SetLinger_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_SetLinger_Result & value, ::fuchsia::posix::socket::BaseSocket_SetLinger_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_GetLinger_Response & _value, ::fuchsia::posix::socket::BaseSocket_GetLinger_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_GetLinger_Result & value, ::fuchsia::posix::socket::BaseSocket_GetLinger_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_SetReusePort_Response & _value, ::fuchsia::posix::socket::BaseSocket_SetReusePort_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_SetReusePort_Result & value, ::fuchsia::posix::socket::BaseSocket_SetReusePort_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocketSetReusePortDeprecatedRequest & _value, ::fuchsia::posix::socket::BaseSocketSetReusePortDeprecatedRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_SetReusePortDeprecated_Response & _value, ::fuchsia::posix::socket::BaseSocket_SetReusePortDeprecated_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_SetReusePortDeprecated_Result & value, ::fuchsia::posix::socket::BaseSocket_SetReusePortDeprecated_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_GetReusePort_Response & _value, ::fuchsia::posix::socket::BaseSocket_GetReusePort_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_GetReusePort_Result & value, ::fuchsia::posix::socket::BaseSocket_GetReusePort_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_GetAcceptConn_Response & _value, ::fuchsia::posix::socket::BaseSocket_GetAcceptConn_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_GetAcceptConn_Result & value, ::fuchsia::posix::socket::BaseSocket_GetAcceptConn_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocketSetBindToDeviceRequest & _value, ::fuchsia::posix::socket::BaseSocketSetBindToDeviceRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_SetBindToDevice_Response & _value, ::fuchsia::posix::socket::BaseSocket_SetBindToDevice_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_SetBindToDevice_Result & value, ::fuchsia::posix::socket::BaseSocket_SetBindToDevice_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_GetBindToDevice_Response & _value, ::fuchsia::posix::socket::BaseSocket_GetBindToDevice_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_GetBindToDevice_Result & value, ::fuchsia::posix::socket::BaseSocket_GetBindToDevice_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocketSetBindToInterfaceIndexRequest & _value, ::fuchsia::posix::socket::BaseSocketSetBindToInterfaceIndexRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_SetBindToInterfaceIndex_Response & _value, ::fuchsia::posix::socket::BaseSocket_SetBindToInterfaceIndex_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_SetBindToInterfaceIndex_Result & value, ::fuchsia::posix::socket::BaseSocket_SetBindToInterfaceIndex_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_GetBindToInterfaceIndex_Response & _value, ::fuchsia::posix::socket::BaseSocket_GetBindToInterfaceIndex_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_GetBindToInterfaceIndex_Result & value, ::fuchsia::posix::socket::BaseSocket_GetBindToInterfaceIndex_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocketSetTimestampRequest & _value, ::fuchsia::posix::socket::BaseSocketSetTimestampRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_SetTimestamp_Response & _value, ::fuchsia::posix::socket::BaseSocket_SetTimestamp_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_SetTimestamp_Result & value, ::fuchsia::posix::socket::BaseSocket_SetTimestamp_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_GetTimestamp_Response & _value, ::fuchsia::posix::socket::BaseSocket_GetTimestamp_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_GetTimestamp_Result & value, ::fuchsia::posix::socket::BaseSocket_GetTimestamp_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_SetMark_Response & _value, ::fuchsia::posix::socket::BaseSocket_SetMark_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_SetMark_Result & value, ::fuchsia::posix::socket::BaseSocket_SetMark_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocketGetMarkRequest & _value, ::fuchsia::posix::socket::BaseSocketGetMarkRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_GetCookie_Response & _value, ::fuchsia::posix::socket::BaseSocket_GetCookie_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_GetCookie_Result & value, ::fuchsia::posix::socket::BaseSocket_GetCookie_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocketBindRequest & _value, ::fuchsia::posix::socket::BaseNetworkSocketBindRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_Bind_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_Bind_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_Bind_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_Bind_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocketConnectRequest & _value, ::fuchsia::posix::socket::BaseNetworkSocketConnectRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_Connect_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_Connect_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_Connect_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_Connect_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_Disconnect_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_Disconnect_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_Disconnect_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_Disconnect_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetSockName_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_GetSockName_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetSockName_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_GetSockName_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetPeerName_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_GetPeerName_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetPeerName_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_GetPeerName_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocketShutdownRequest & _value, ::fuchsia::posix::socket::BaseNetworkSocketShutdownRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_Shutdown_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_Shutdown_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_Shutdown_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_Shutdown_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocketSetIpTypeOfServiceRequest & _value, ::fuchsia::posix::socket::BaseNetworkSocketSetIpTypeOfServiceRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_SetIpTypeOfService_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_SetIpTypeOfService_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_SetIpTypeOfService_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_SetIpTypeOfService_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetIpTypeOfService_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_GetIpTypeOfService_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetIpTypeOfService_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_GetIpTypeOfService_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_SetIpTtl_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_SetIpTtl_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_SetIpTtl_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_SetIpTtl_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetIpTtl_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_GetIpTtl_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetIpTtl_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_GetIpTtl_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocketSetIpPacketInfoRequest & _value, ::fuchsia::posix::socket::BaseNetworkSocketSetIpPacketInfoRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_SetIpPacketInfo_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_SetIpPacketInfo_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_SetIpPacketInfo_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_SetIpPacketInfo_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetIpPacketInfo_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_GetIpPacketInfo_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetIpPacketInfo_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_GetIpPacketInfo_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocketSetIpReceiveTypeOfServiceRequest & _value, ::fuchsia::posix::socket::BaseNetworkSocketSetIpReceiveTypeOfServiceRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_SetIpReceiveTypeOfService_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_SetIpReceiveTypeOfService_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_SetIpReceiveTypeOfService_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_SetIpReceiveTypeOfService_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetIpReceiveTypeOfService_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_GetIpReceiveTypeOfService_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetIpReceiveTypeOfService_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_GetIpReceiveTypeOfService_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocketSetIpReceiveTtlRequest & _value, ::fuchsia::posix::socket::BaseNetworkSocketSetIpReceiveTtlRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_SetIpReceiveTtl_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_SetIpReceiveTtl_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_SetIpReceiveTtl_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_SetIpReceiveTtl_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetIpReceiveTtl_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_GetIpReceiveTtl_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetIpReceiveTtl_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_GetIpReceiveTtl_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocketSetIpMulticastInterfaceRequest & _value, ::fuchsia::posix::socket::BaseNetworkSocketSetIpMulticastInterfaceRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_SetIpMulticastInterface_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_SetIpMulticastInterface_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_SetIpMulticastInterface_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_SetIpMulticastInterface_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetIpMulticastInterface_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_GetIpMulticastInterface_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetIpMulticastInterface_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_GetIpMulticastInterface_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_SetIpMulticastTtl_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_SetIpMulticastTtl_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_SetIpMulticastTtl_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_SetIpMulticastTtl_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetIpMulticastTtl_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_GetIpMulticastTtl_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetIpMulticastTtl_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_GetIpMulticastTtl_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocketSetIpMulticastLoopbackRequest & _value, ::fuchsia::posix::socket::BaseNetworkSocketSetIpMulticastLoopbackRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_SetIpMulticastLoopback_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_SetIpMulticastLoopback_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_SetIpMulticastLoopback_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_SetIpMulticastLoopback_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetIpMulticastLoopback_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_GetIpMulticastLoopback_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetIpMulticastLoopback_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_GetIpMulticastLoopback_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_AddIpMembership_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_AddIpMembership_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_AddIpMembership_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_AddIpMembership_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_DropIpMembership_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_DropIpMembership_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_DropIpMembership_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_DropIpMembership_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocketSetIpTransparentRequest & _value, ::fuchsia::posix::socket::BaseNetworkSocketSetIpTransparentRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_SetIpTransparent_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_SetIpTransparent_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_SetIpTransparent_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_SetIpTransparent_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetIpTransparent_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_GetIpTransparent_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetIpTransparent_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_GetIpTransparent_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocketSetIpReceiveOriginalDestinationAddressRequest & _value, ::fuchsia::posix::socket::BaseNetworkSocketSetIpReceiveOriginalDestinationAddressRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_SetIpReceiveOriginalDestinationAddress_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_SetIpReceiveOriginalDestinationAddress_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_SetIpReceiveOriginalDestinationAddress_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_SetIpReceiveOriginalDestinationAddress_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetIpReceiveOriginalDestinationAddress_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_GetIpReceiveOriginalDestinationAddress_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetIpReceiveOriginalDestinationAddress_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_GetIpReceiveOriginalDestinationAddress_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_AddIpv6Membership_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_AddIpv6Membership_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_AddIpv6Membership_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_AddIpv6Membership_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_DropIpv6Membership_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_DropIpv6Membership_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_DropIpv6Membership_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_DropIpv6Membership_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocketSetIpv6MulticastInterfaceRequest & _value, ::fuchsia::posix::socket::BaseNetworkSocketSetIpv6MulticastInterfaceRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_SetIpv6MulticastInterface_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_SetIpv6MulticastInterface_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_SetIpv6MulticastInterface_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_SetIpv6MulticastInterface_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetIpv6MulticastInterface_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_GetIpv6MulticastInterface_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetIpv6MulticastInterface_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_GetIpv6MulticastInterface_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_SetIpv6UnicastHops_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_SetIpv6UnicastHops_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_SetIpv6UnicastHops_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_SetIpv6UnicastHops_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetIpv6UnicastHops_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_GetIpv6UnicastHops_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetIpv6UnicastHops_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_GetIpv6UnicastHops_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocketSetIpv6ReceiveHopLimitRequest & _value, ::fuchsia::posix::socket::BaseNetworkSocketSetIpv6ReceiveHopLimitRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_SetIpv6ReceiveHopLimit_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_SetIpv6ReceiveHopLimit_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_SetIpv6ReceiveHopLimit_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_SetIpv6ReceiveHopLimit_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetIpv6ReceiveHopLimit_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_GetIpv6ReceiveHopLimit_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetIpv6ReceiveHopLimit_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_GetIpv6ReceiveHopLimit_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_SetIpv6MulticastHops_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_SetIpv6MulticastHops_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_SetIpv6MulticastHops_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_SetIpv6MulticastHops_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetIpv6MulticastHops_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_GetIpv6MulticastHops_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetIpv6MulticastHops_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_GetIpv6MulticastHops_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocketSetIpv6MulticastLoopbackRequest & _value, ::fuchsia::posix::socket::BaseNetworkSocketSetIpv6MulticastLoopbackRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_SetIpv6MulticastLoopback_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_SetIpv6MulticastLoopback_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_SetIpv6MulticastLoopback_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_SetIpv6MulticastLoopback_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetIpv6MulticastLoopback_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_GetIpv6MulticastLoopback_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetIpv6MulticastLoopback_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_GetIpv6MulticastLoopback_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocketSetIpv6OnlyRequest & _value, ::fuchsia::posix::socket::BaseNetworkSocketSetIpv6OnlyRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_SetIpv6Only_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_SetIpv6Only_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_SetIpv6Only_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_SetIpv6Only_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetIpv6Only_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_GetIpv6Only_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetIpv6Only_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_GetIpv6Only_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocketSetIpv6ReceiveTrafficClassRequest & _value, ::fuchsia::posix::socket::BaseNetworkSocketSetIpv6ReceiveTrafficClassRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_SetIpv6ReceiveTrafficClass_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_SetIpv6ReceiveTrafficClass_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_SetIpv6ReceiveTrafficClass_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_SetIpv6ReceiveTrafficClass_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetIpv6ReceiveTrafficClass_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_GetIpv6ReceiveTrafficClass_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetIpv6ReceiveTrafficClass_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_GetIpv6ReceiveTrafficClass_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_SetIpv6TrafficClass_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_SetIpv6TrafficClass_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_SetIpv6TrafficClass_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_SetIpv6TrafficClass_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetIpv6TrafficClass_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_GetIpv6TrafficClass_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetIpv6TrafficClass_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_GetIpv6TrafficClass_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocketSetIpv6ReceivePacketInfoRequest & _value, ::fuchsia::posix::socket::BaseNetworkSocketSetIpv6ReceivePacketInfoRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_SetIpv6ReceivePacketInfo_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_SetIpv6ReceivePacketInfo_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_SetIpv6ReceivePacketInfo_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_SetIpv6ReceivePacketInfo_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetIpv6ReceivePacketInfo_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_GetIpv6ReceivePacketInfo_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetIpv6ReceivePacketInfo_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_GetIpv6ReceivePacketInfo_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetOriginalDestination_Response & _value, ::fuchsia::posix::socket::BaseNetworkSocket_GetOriginalDestination_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocket_GetOriginalDestination_Result & value, ::fuchsia::posix::socket::BaseNetworkSocket_GetOriginalDestination_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::IpMulticastMembership & _value, ::fuchsia::posix::socket::IpMulticastMembership * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocketAddIpMembershipRequest & _value, ::fuchsia::posix::socket::BaseNetworkSocketAddIpMembershipRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocketDropIpMembershipRequest & _value, ::fuchsia::posix::socket::BaseNetworkSocketDropIpMembershipRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::Ipv6MulticastMembership & _value, ::fuchsia::posix::socket::Ipv6MulticastMembership * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocketAddIpv6MembershipRequest & _value, ::fuchsia::posix::socket::BaseNetworkSocketAddIpv6MembershipRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocketDropIpv6MembershipRequest & _value, ::fuchsia::posix::socket::BaseNetworkSocketDropIpv6MembershipRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::Empty & _value, ::fuchsia::posix::socket::Empty * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::ReusePortOption & value, ::fuchsia::posix::socket::ReusePortOption * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocketSetReusePortRequest & _value, ::fuchsia::posix::socket::BaseSocketSetReusePortRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::OptionalUint8 & value, ::fuchsia::posix::socket::OptionalUint8 * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocketSetIpTtlRequest & _value, ::fuchsia::posix::socket::BaseNetworkSocketSetIpTtlRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocketSetIpMulticastTtlRequest & _value, ::fuchsia::posix::socket::BaseNetworkSocketSetIpMulticastTtlRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocketSetIpv6UnicastHopsRequest & _value, ::fuchsia::posix::socket::BaseNetworkSocketSetIpv6UnicastHopsRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocketSetIpv6MulticastHopsRequest & _value, ::fuchsia::posix::socket::BaseNetworkSocketSetIpv6MulticastHopsRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseNetworkSocketSetIpv6TrafficClassRequest & _value, ::fuchsia::posix::socket::BaseNetworkSocketSetIpv6TrafficClassRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::OptionalUint32 & value, ::fuchsia::posix::socket::OptionalUint32 * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocketSetMarkRequest & _value, ::fuchsia::posix::socket::BaseSocketSetMarkRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_GetMark_Response & _value, ::fuchsia::posix::socket::BaseSocket_GetMark_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseSocket_GetMark_Result & value, ::fuchsia::posix::socket::BaseSocket_GetMark_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::Timestamp & _value, ::fuchsia::posix::socket::Timestamp * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::Ipv6PktInfoRecvControlData & _value, ::fuchsia::posix::socket::Ipv6PktInfoRecvControlData * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::Ipv6PktInfoSendControlData & _value, ::fuchsia::posix::socket::Ipv6PktInfoSendControlData * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::DatagramSocket_SendMsgPreflight_Result & value, ::fuchsia::posix::socket::DatagramSocket_SendMsgPreflight_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::DatagramSocket_RecvMsgPostflight_Result & value, ::fuchsia::posix::socket::DatagramSocket_RecvMsgPostflight_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::SynchronousDatagramSocketRecvMsgRequest & _value, ::fuchsia::posix::socket::SynchronousDatagramSocketRecvMsgRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::SynchronousDatagramSocket_RecvMsg_Response & _value, ::fuchsia::posix::socket::SynchronousDatagramSocket_RecvMsg_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::SynchronousDatagramSocket_RecvMsg_Result & value, ::fuchsia::posix::socket::SynchronousDatagramSocket_RecvMsg_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::SynchronousDatagramSocketSendMsgRequest & _value, ::fuchsia::posix::socket::SynchronousDatagramSocketSendMsgRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::SynchronousDatagramSocket_SendMsg_Response & _value, ::fuchsia::posix::socket::SynchronousDatagramSocket_SendMsg_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::SynchronousDatagramSocket_SendMsg_Result & value, ::fuchsia::posix::socket::SynchronousDatagramSocket_SendMsg_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocketListenRequest & _value, ::fuchsia::posix::socket::StreamSocketListenRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_Listen_Response & _value, ::fuchsia::posix::socket::StreamSocket_Listen_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_Listen_Result & value, ::fuchsia::posix::socket::StreamSocket_Listen_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocketAcceptRequest & _value, ::fuchsia::posix::socket::StreamSocketAcceptRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_Accept_Response & _value, ::fuchsia::posix::socket::StreamSocket_Accept_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_Accept_Result & value, ::fuchsia::posix::socket::StreamSocket_Accept_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocketSetTcpNoDelayRequest & _value, ::fuchsia::posix::socket::StreamSocketSetTcpNoDelayRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_SetTcpNoDelay_Response & _value, ::fuchsia::posix::socket::StreamSocket_SetTcpNoDelay_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_SetTcpNoDelay_Result & value, ::fuchsia::posix::socket::StreamSocket_SetTcpNoDelay_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_GetTcpNoDelay_Response & _value, ::fuchsia::posix::socket::StreamSocket_GetTcpNoDelay_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_GetTcpNoDelay_Result & value, ::fuchsia::posix::socket::StreamSocket_GetTcpNoDelay_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocketSetTcpMaxSegmentRequest & _value, ::fuchsia::posix::socket::StreamSocketSetTcpMaxSegmentRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_SetTcpMaxSegment_Response & _value, ::fuchsia::posix::socket::StreamSocket_SetTcpMaxSegment_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_SetTcpMaxSegment_Result & value, ::fuchsia::posix::socket::StreamSocket_SetTcpMaxSegment_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_GetTcpMaxSegment_Response & _value, ::fuchsia::posix::socket::StreamSocket_GetTcpMaxSegment_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_GetTcpMaxSegment_Result & value, ::fuchsia::posix::socket::StreamSocket_GetTcpMaxSegment_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocketSetTcpCorkRequest & _value, ::fuchsia::posix::socket::StreamSocketSetTcpCorkRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_SetTcpCork_Response & _value, ::fuchsia::posix::socket::StreamSocket_SetTcpCork_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_SetTcpCork_Result & value, ::fuchsia::posix::socket::StreamSocket_SetTcpCork_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_GetTcpCork_Response & _value, ::fuchsia::posix::socket::StreamSocket_GetTcpCork_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_GetTcpCork_Result & value, ::fuchsia::posix::socket::StreamSocket_GetTcpCork_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocketSetTcpKeepAliveIdleRequest & _value, ::fuchsia::posix::socket::StreamSocketSetTcpKeepAliveIdleRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_SetTcpKeepAliveIdle_Response & _value, ::fuchsia::posix::socket::StreamSocket_SetTcpKeepAliveIdle_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_SetTcpKeepAliveIdle_Result & value, ::fuchsia::posix::socket::StreamSocket_SetTcpKeepAliveIdle_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_GetTcpKeepAliveIdle_Response & _value, ::fuchsia::posix::socket::StreamSocket_GetTcpKeepAliveIdle_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_GetTcpKeepAliveIdle_Result & value, ::fuchsia::posix::socket::StreamSocket_GetTcpKeepAliveIdle_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocketSetTcpKeepAliveIntervalRequest & _value, ::fuchsia::posix::socket::StreamSocketSetTcpKeepAliveIntervalRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_SetTcpKeepAliveInterval_Response & _value, ::fuchsia::posix::socket::StreamSocket_SetTcpKeepAliveInterval_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_SetTcpKeepAliveInterval_Result & value, ::fuchsia::posix::socket::StreamSocket_SetTcpKeepAliveInterval_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_GetTcpKeepAliveInterval_Response & _value, ::fuchsia::posix::socket::StreamSocket_GetTcpKeepAliveInterval_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_GetTcpKeepAliveInterval_Result & value, ::fuchsia::posix::socket::StreamSocket_GetTcpKeepAliveInterval_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocketSetTcpKeepAliveCountRequest & _value, ::fuchsia::posix::socket::StreamSocketSetTcpKeepAliveCountRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_SetTcpKeepAliveCount_Response & _value, ::fuchsia::posix::socket::StreamSocket_SetTcpKeepAliveCount_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_SetTcpKeepAliveCount_Result & value, ::fuchsia::posix::socket::StreamSocket_SetTcpKeepAliveCount_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_GetTcpKeepAliveCount_Response & _value, ::fuchsia::posix::socket::StreamSocket_GetTcpKeepAliveCount_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_GetTcpKeepAliveCount_Result & value, ::fuchsia::posix::socket::StreamSocket_GetTcpKeepAliveCount_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocketSetTcpSynCountRequest & _value, ::fuchsia::posix::socket::StreamSocketSetTcpSynCountRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_SetTcpSynCount_Response & _value, ::fuchsia::posix::socket::StreamSocket_SetTcpSynCount_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_SetTcpSynCount_Result & value, ::fuchsia::posix::socket::StreamSocket_SetTcpSynCount_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_GetTcpSynCount_Response & _value, ::fuchsia::posix::socket::StreamSocket_GetTcpSynCount_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_GetTcpSynCount_Result & value, ::fuchsia::posix::socket::StreamSocket_GetTcpSynCount_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocketSetTcpLingerRequest & _value, ::fuchsia::posix::socket::StreamSocketSetTcpLingerRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_SetTcpLinger_Response & _value, ::fuchsia::posix::socket::StreamSocket_SetTcpLinger_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_SetTcpLinger_Result & value, ::fuchsia::posix::socket::StreamSocket_SetTcpLinger_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_GetTcpLinger_Response & _value, ::fuchsia::posix::socket::StreamSocket_GetTcpLinger_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_GetTcpLinger_Result & value, ::fuchsia::posix::socket::StreamSocket_GetTcpLinger_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocketSetTcpDeferAcceptRequest & _value, ::fuchsia::posix::socket::StreamSocketSetTcpDeferAcceptRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_SetTcpDeferAccept_Response & _value, ::fuchsia::posix::socket::StreamSocket_SetTcpDeferAccept_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_SetTcpDeferAccept_Result & value, ::fuchsia::posix::socket::StreamSocket_SetTcpDeferAccept_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_GetTcpDeferAccept_Response & _value, ::fuchsia::posix::socket::StreamSocket_GetTcpDeferAccept_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_GetTcpDeferAccept_Result & value, ::fuchsia::posix::socket::StreamSocket_GetTcpDeferAccept_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocketSetTcpWindowClampRequest & _value, ::fuchsia::posix::socket::StreamSocketSetTcpWindowClampRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_SetTcpWindowClamp_Response & _value, ::fuchsia::posix::socket::StreamSocket_SetTcpWindowClamp_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_SetTcpWindowClamp_Result & value, ::fuchsia::posix::socket::StreamSocket_SetTcpWindowClamp_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_GetTcpWindowClamp_Response & _value, ::fuchsia::posix::socket::StreamSocket_GetTcpWindowClamp_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_GetTcpWindowClamp_Result & value, ::fuchsia::posix::socket::StreamSocket_GetTcpWindowClamp_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocketSetTcpQuickAckRequest & _value, ::fuchsia::posix::socket::StreamSocketSetTcpQuickAckRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_SetTcpQuickAck_Response & _value, ::fuchsia::posix::socket::StreamSocket_SetTcpQuickAck_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_SetTcpQuickAck_Result & value, ::fuchsia::posix::socket::StreamSocket_SetTcpQuickAck_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_GetTcpQuickAck_Response & _value, ::fuchsia::posix::socket::StreamSocket_GetTcpQuickAck_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_GetTcpQuickAck_Result & value, ::fuchsia::posix::socket::StreamSocket_GetTcpQuickAck_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_SetTcpCongestion_Response & _value, ::fuchsia::posix::socket::StreamSocket_SetTcpCongestion_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_SetTcpCongestion_Result & value, ::fuchsia::posix::socket::StreamSocket_SetTcpCongestion_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocketSetTcpUserTimeoutRequest & _value, ::fuchsia::posix::socket::StreamSocketSetTcpUserTimeoutRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_SetTcpUserTimeout_Response & _value, ::fuchsia::posix::socket::StreamSocket_SetTcpUserTimeout_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_SetTcpUserTimeout_Result & value, ::fuchsia::posix::socket::StreamSocket_SetTcpUserTimeout_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_GetTcpUserTimeout_Response & _value, ::fuchsia::posix::socket::StreamSocket_GetTcpUserTimeout_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_GetTcpUserTimeout_Result & value, ::fuchsia::posix::socket::StreamSocket_GetTcpUserTimeout_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocketSetTcpCongestionRequest & _value, ::fuchsia::posix::socket::StreamSocketSetTcpCongestionRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_GetTcpCongestion_Response & _value, ::fuchsia::posix::socket::StreamSocket_GetTcpCongestion_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_GetTcpCongestion_Result & value, ::fuchsia::posix::socket::StreamSocket_GetTcpCongestion_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_GetTcpInfo_Response & _value, ::fuchsia::posix::socket::StreamSocket_GetTcpInfo_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_GetTcpInfo_Result & value, ::fuchsia::posix::socket::StreamSocket_GetTcpInfo_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseDatagramSocket_GetInfo_Response & _value, ::fuchsia::posix::socket::BaseDatagramSocket_GetInfo_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::BaseDatagramSocket_GetInfo_Result & value, ::fuchsia::posix::socket::BaseDatagramSocket_GetInfo_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_GetInfo_Response & _value, ::fuchsia::posix::socket::StreamSocket_GetInfo_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::StreamSocket_GetInfo_Result & value, ::fuchsia::posix::socket::StreamSocket_GetInfo_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::ProviderStreamSocketWithOptionsRequest & _value, ::fuchsia::posix::socket::ProviderStreamSocketWithOptionsRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::Provider_StreamSocketWithOptions_Response & _value, ::fuchsia::posix::socket::Provider_StreamSocketWithOptions_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::Provider_StreamSocketWithOptions_Result & value, ::fuchsia::posix::socket::Provider_StreamSocketWithOptions_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::ProviderStreamSocketRequest & _value, ::fuchsia::posix::socket::ProviderStreamSocketRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::Provider_StreamSocket_Response & _value, ::fuchsia::posix::socket::Provider_StreamSocket_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::Provider_StreamSocket_Result & value, ::fuchsia::posix::socket::Provider_StreamSocket_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::ProviderDatagramSocketDeprecatedRequest & _value, ::fuchsia::posix::socket::ProviderDatagramSocketDeprecatedRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::Provider_DatagramSocketDeprecated_Response & _value, ::fuchsia::posix::socket::Provider_DatagramSocketDeprecated_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::Provider_DatagramSocketDeprecated_Result & value, ::fuchsia::posix::socket::Provider_DatagramSocketDeprecated_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::ProviderDatagramSocketRequest & _value, ::fuchsia::posix::socket::ProviderDatagramSocketRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::Provider_DatagramSocket_Response & value, ::fuchsia::posix::socket::Provider_DatagramSocket_Response * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::Provider_DatagramSocket_Result & value, ::fuchsia::posix::socket::Provider_DatagramSocket_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::ProviderDatagramSocketWithOptionsRequest & _value, ::fuchsia::posix::socket::ProviderDatagramSocketWithOptionsRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::Provider_DatagramSocketWithOptions_Response & value, ::fuchsia::posix::socket::Provider_DatagramSocketWithOptions_Response * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::Provider_DatagramSocketWithOptions_Result & value, ::fuchsia::posix::socket::Provider_DatagramSocketWithOptions_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::ProviderInterfaceIndexToNameRequest & _value, ::fuchsia::posix::socket::ProviderInterfaceIndexToNameRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::Provider_InterfaceIndexToName_Response & _value, ::fuchsia::posix::socket::Provider_InterfaceIndexToName_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::Provider_InterfaceIndexToName_Result & value, ::fuchsia::posix::socket::Provider_InterfaceIndexToName_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::ProviderInterfaceNameToIndexRequest & _value, ::fuchsia::posix::socket::ProviderInterfaceNameToIndexRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::Provider_InterfaceNameToIndex_Response & _value, ::fuchsia::posix::socket::Provider_InterfaceNameToIndex_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::Provider_InterfaceNameToIndex_Result & value, ::fuchsia::posix::socket::Provider_InterfaceNameToIndex_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::ProviderInterfaceNameToFlagsRequest & _value, ::fuchsia::posix::socket::ProviderInterfaceNameToFlagsRequest * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::Provider_InterfaceNameToFlags_Response & _value, ::fuchsia::posix::socket::Provider_InterfaceNameToFlags_Response * _result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::Provider_InterfaceNameToFlags_Result & value, ::fuchsia::posix::socket::Provider_InterfaceNameToFlags_Result * result)

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

  • zx_status_t Clone (const ::fuchsia::posix::socket::ProviderGetInterfaceAddressesResponse & _value::fuchsia::posix::socket::ProviderGetInterfaceAddressesResponse * _result)

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

Variables

const char * DATAGRAM_SOCKET_PROTOCOL_NAME
const char * STREAM_SOCKET_PROTOCOL_NAME
const char * SYNCHRONOUS_DATAGRAM_SOCKET_PROTOCOL_NAME