Structure to hold the Rx/Tx packets. More...
 Collaboration diagram for SixlowpanIphcStatefulImplTest::Data:
 Collaboration diagram for SixlowpanIphcStatefulImplTest::Data:| 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 62 of file sixlowpan-iphc-stateful-test.cc.
| Address SixlowpanIphcStatefulImplTest::Data::dst | 
Destination address.
Definition at line 66 of file sixlowpan-iphc-stateful-test.cc.
Referenced by check-style.PatchChunk::dst_len(), SixlowpanIphcStatefulImplTest::PromiscReceiveFromSixLowPanDevice(), and SixlowpanIphcStatefulImplTest::ReceiveFromMockDevice().
Packet data.
Definition at line 64 of file sixlowpan-iphc-stateful-test.cc.
Referenced by SixlowpanIphcStatefulImplTest::PromiscReceiveFromSixLowPanDevice(), and SixlowpanIphcStatefulImplTest::ReceiveFromMockDevice().
| Address SixlowpanIphcStatefulImplTest::Data::src | 
Source address.
Definition at line 65 of file sixlowpan-iphc-stateful-test.cc.
Referenced by SixlowpanIphcStatefulImplTest::PromiscReceiveFromSixLowPanDevice(), SixlowpanIphcStatefulImplTest::ReceiveFromMockDevice(), and check-style.PatchChunk::src_len().