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

/gem5/src/base/
H A Dinet.hh394 class Ip6Ptr class in namespace:Net
417 Ip6Ptr() : p(0), eth_hdr_vlan(false) {} function in class:Net::Ip6Ptr
418 Ip6Ptr(const EthPacketPtr &ptr) : p(0), eth_hdr_vlan(false) { set(ptr); } function in class:Net::Ip6Ptr
419 Ip6Ptr(const EthPtr &ptr) : p(0), eth_hdr_vlan(false) { set(ptr.p); } function in class:Net::Ip6Ptr
420 Ip6Ptr(const Ip6Ptr &ptr) : p(ptr.p), eth_hdr_vlan(ptr.eth_hdr_vlan) { } function in class:Net::Ip6Ptr
[all...]

Completed in 11 milliseconds