Structure to hold the Rx/Tx packets. More...
Public Attributes | |
Address | dst |
Destination address. More... | |
Ptr< Packet > | packet |
Packet data. More... | |
Address | src |
Source address. More... | |
Structure to hold the Rx/Tx packets.
Definition at line 55 of file sixlowpan-iphc-stateful-test.cc.
Address SixlowpanIphcStatefulImplTest::Data::dst |
Destination address.
Definition at line 59 of file sixlowpan-iphc-stateful-test.cc.
Referenced by check-style.PatchChunk::dst_len(), SixlowpanIphcStatefulImplTest::PromiscReceiveFromSixLowPanDevice(), and SixlowpanIphcStatefulImplTest::ReceiveFromMockDevice().
Packet data.
Definition at line 57 of file sixlowpan-iphc-stateful-test.cc.
Referenced by SixlowpanIphcStatefulImplTest::PromiscReceiveFromSixLowPanDevice(), and SixlowpanIphcStatefulImplTest::ReceiveFromMockDevice().
Address SixlowpanIphcStatefulImplTest::Data::src |
Source address.
Definition at line 58 of file sixlowpan-iphc-stateful-test.cc.
Referenced by SixlowpanIphcStatefulImplTest::PromiscReceiveFromSixLowPanDevice(), SixlowpanIphcStatefulImplTest::ReceiveFromMockDevice(), and check-style.PatchChunk::src_len().