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 53 of file sixlowpan-iphc-stateful-test.cc.
Address SixlowpanIphcStatefulImplTest::Data::dst |
Destination address.
Definition at line 57 of file sixlowpan-iphc-stateful-test.cc.
Referenced by SixlowpanIphcStatefulImplTest::PromiscReceiveFromSixLowPanDevice(), and SixlowpanIphcStatefulImplTest::ReceiveFromMockDevice().
Packet data.
Definition at line 55 of file sixlowpan-iphc-stateful-test.cc.
Referenced by SixlowpanIphcStatefulImplTest::PromiscReceiveFromSixLowPanDevice(), and SixlowpanIphcStatefulImplTest::ReceiveFromMockDevice().
Address SixlowpanIphcStatefulImplTest::Data::src |
Source address.
Definition at line 56 of file sixlowpan-iphc-stateful-test.cc.
Referenced by SixlowpanIphcStatefulImplTest::PromiscReceiveFromSixLowPanDevice(), and SixlowpanIphcStatefulImplTest::ReceiveFromMockDevice().