Structure to hold the Rx/Tx packets. More...
Public Attributes | |
Address | dst |
Destination address. | |
Ptr< Packet > | packet |
Packet data. | |
Address | src |
Source address. | |
Structure to hold the Rx/Tx packets.
Definition at line 42 of file sixlowpan-iphc-stateful-test.cc.
Address SixlowpanIphcStatefulImplTest::Data::dst |
Destination address.
Definition at line 46 of file sixlowpan-iphc-stateful-test.cc.
Referenced by SixlowpanIphcStatefulImplTest::PromiscReceiveFromSixLowPanDevice(), and SixlowpanIphcStatefulImplTest::ReceiveFromMockDevice().
Packet data.
Definition at line 44 of file sixlowpan-iphc-stateful-test.cc.
Referenced by SixlowpanIphcStatefulImplTest::PromiscReceiveFromSixLowPanDevice(), and SixlowpanIphcStatefulImplTest::ReceiveFromMockDevice().
Address SixlowpanIphcStatefulImplTest::Data::src |
Source address.
Definition at line 45 of file sixlowpan-iphc-stateful-test.cc.
Referenced by SixlowpanIphcStatefulImplTest::PromiscReceiveFromSixLowPanDevice(), and SixlowpanIphcStatefulImplTest::ReceiveFromMockDevice().