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

/gem5/src/base/
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

Completed in 11 milliseconds