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

/gem5/src/base/
H A Dinet.hh187 int pstart() const { return off() + ((const EthHdr*)p->data)->size(); } function in class:Net::EthPtr
329 int pstart() const { return (off() + get()->size()); } function in class:Net::IpPtr
445 int pstart() const { return off() + get()->size(); } function in class:Net::Ip6Ptr
581 int pstart() const { return off() + get()->size(); } function in class:Net::TcpPtr
676 int pstart() const { return off() + get()->size(); } function in class:Net::UdpPtr

Completed in 11 milliseconds