#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 80 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, INet4SocketAddress const &address) const |
Create client socket and bind. |
void senf::RawV4SocketProtocol:: | ||||
init_client | ( | int const & | protocol, | |
INet4SocketAddress 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 56 of file RawINetSocketHandle.cc.
void senf::RawV4SocketProtocol:: | ||||
init_client | ( | int const & | protocol | ) |
Create unconnected client socket for protocol.
Definition at line 46 of file RawINetSocketHandle.cc.
void senf::RawV4SocketProtocol:: | ||||
init_client | () | |||
Create unconnected client socket for IPPROTO_RAW.
Definition at line 39 of file RawINetSocketHandle.cc.