#include <senf/Socket/Protocols/INet/ConnectedRawINetSocketHandle.hh>
This class is utilized as the protocol class of the ProtocolClientSocketHandle via the Socket Handle typedefs above.
Definition at line 159 of file ConnectedRawINetSocketHandle.hh.
Constructors |
|
void | init_client () const |
Create unconnected client socket for IPPROTO_RAW. |
|
void | init_client (int const &protocol) const |
Create unconnected client socket for protocol. |
|
void | init_client (int const &protocol, INet6SocketAddress const &address) const |
Create client socket and connect. |
void senf::ConnectedRawV6SocketProtocol:: | ||||
init_client | ( | int const & | protocol, | |
INet6SocketAddress const & | address | ) | ||
Create client socket and connect.
Creates a new client socket for the given protocol and connects to the given address.
[in] | protocol | Layer 4 protocol to filter for / to send |
[in] | address | local address to connect to |
Definition at line 82 of file ConnectedRawINetSocketHandle.cc.
void senf::ConnectedRawV6SocketProtocol:: | ||||
init_client | ( | int const & | protocol | ) |
Create unconnected client socket for protocol.
Definition at line 72 of file ConnectedRawINetSocketHandle.cc.
void senf::ConnectedRawV6SocketProtocol:: | ||||
init_client | () | |||
Create unconnected client socket for IPPROTO_RAW.
Definition at line 66 of file ConnectedRawINetSocketHandle.cc.