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