XrlRawPacket6ClientV0p1Client (XrlSender* s)
| XrlRawPacket6ClientV0p1Client |
~XrlRawPacket6ClientV0p1Client ()
| ~XrlRawPacket6ClientV0p1Client |
[virtual]
typedef XorpCallback1<void, const XrlError&>::RefPtr RecvCB | RecvCB |
bool send_recv (
const char* dst_xrl_target_name,
const string& if_name,
const string& vif_name,
const IPv6& src_address,
const IPv6& dst_address,
const uint32_t& ip_protocol,
const int32_t& ip_ttl,
const int32_t& ip_tos,
const bool& ip_router_alert,
const bool& ip_internet_control,
const XrlAtomList& ext_headers_type,
const XrlAtomList& ext_headers_payload,
const vector<uint8_t>& payload,
const RecvCB& cb
)
| send_recv |
Send Xrl intended to:
Receive an IPv6 packet from a raw socket.
Parameters:
dst_xrl_target_name | the Xrl target name of the destination. |
if_name | the interface name the packet arrived on. |
vif_name | the vif name the packet arrived on. |
src_address | the IP source address. |
dst_address | the IP destination address. |
ip_protocol | the IP protocol number. |
ip_ttl | the IP TTL (hop-limit). If it has a negative value, then the received value is unknown. |
ip_tos | the Type Of Service (IP traffic class for IPv4). If it has a negative value, then the received value is unknown. |
ip_router_alert | if true, the IP Router Alert option was included in the IP packet. |
ip_internet_control | if true, then this is IP control traffic. |
ext_headers_type | a list of u32 integers with the types of the optional extention headers. |
ext_headers_payload | a list of payload data, one for each optional extention header. The number of entries must match ext_headers_type. |
payload | the payload, everything after the IP header and options. |
XrlSender* _sender | _sender |
[protected]