#include <senf/PPI/SocketSink.hh>
Public Types | |
typedef PacketSocketHandle | Handle |
typedef EthernetPacket | PacketType |
Public Member Functions | |
TargetLLSocketWriter () | |
void | target (LLSocketAddress const &target) |
bool | operator() (Handle &handle, EthernetPacket const &packet) |
Definition at line 170 of file SocketSink.hh.
Definition at line 173 of file SocketSink.hh.
Definition at line 174 of file SocketSink.hh.
senf::ppi::TargetLLSocketWriter::TargetLLSocketWriter | ( | ) |
Definition at line 194 of file SocketSink.cc.
bool senf::ppi::TargetLLSocketWriter::operator() | ( | Handle & | handle, |
EthernetPacket const & | packet | ||
) |
void senf::ppi::TargetLLSocketWriter::target | ( | LLSocketAddress const & | target | ) |
Definition at line 189 of file SocketSink.cc.