Searched defs:IpPtr (Results 1 - 1 of 1) sorted by relevance

/gem5/src/base/
H A Dinet.hh281 class IpPtr class in namespace:Net
304 IpPtr() : p(0), eth_hdr_vlan(false) {} function in class:Net::IpPtr
305 IpPtr(const EthPacketPtr &ptr) : p(0), eth_hdr_vlan(false) { set(ptr); } function in class:Net::IpPtr
306 IpPtr(const EthPtr &ptr) : p(0), eth_hdr_vlan(false) { set(ptr.p); } function in class:Net::IpPtr
307 IpPtr(const IpPtr &ptr) : p(ptr.p), eth_hdr_vlan(ptr.eth_hdr_vlan) { } function in class:Net::IpPtr
[all...]

Completed in 11 milliseconds