Searched refs:plen (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/dnet/
H A Dip6.h163 #define ip6_pack_hdr(hdr, fc, fl, plen, nxt, hlim, src, dst) do { \
168 ip6->ip6_plen = htons((plen)); \
/gem5/src/base/
H A Dinet.cc227 int tcplen = ip6->plen() - ip6->extensionLength();
298 int all = plen();
321 int all = plen();
346 int all = plen();
H A Dinet.hh368 uint16_t plen() const { return ntohs(ip6_plen); } function in struct:Net::Ip6Hdr
383 void plen(uint16_t _plen) { ip6_plen = htons(_plen); } function in struct:Net::Ip6Hdr
/gem5/ext/ply/ply/
H A Dyacc.py380 plen = p.len
388 if plen:
389 debug.info("Action : Reduce rule [%s] with %s and goto state %d", p.str, "["+",".join([format_stack_entry(_v.value) for _v in symstack[-plen:]])+"]",-t)
395 if plen:
396 targ = symstack[-plen-1:]
419 del symstack[-plen:]
420 del statestack[-plen:]
677 plen = p.len
684 if plen:
685 targ = symstack[-plen
[all...]
/gem5/src/dev/net/
H A Di8254xGBe.cc1851 ip6->plen(pktPtr->length - EthPtr(pktPtr)->size());

Completed in 13 milliseconds