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

/gem5/src/base/
H A Dinet.cc387 split_point = ip.pstart();
391 split_point = tcp.pstart();
395 split_point = udp.pstart();
397 split_point = ip6.pstart();
401 split_point = tcp.pstart();
404 split_point = udp.pstart();
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
545 set(ptr.p, ptr.pstart());
552 set(ptr.p, ptr.pstart());
581 int pstart() const { return off() + get()->size(); } function in class:Net::TcpPtr
641 set(ptr.p, ptr.pstart());
648 set(ptr.p, ptr.pstart());
676 int pstart() const { return off() + get()->size(); } function in class:Net::UdpPtr

Completed in 11 milliseconds