Searched refs:ip_len (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/dnet/
H A Dip.h46 uint16_t ip_len; /* total length (incl header) */ member in struct:ip_hdr
405 ip_pack_p->ip_tos = tos; ip_pack_p->ip_len = htons(len); \
/gem5/src/base/
H A Dinet.hh258 uint16_t len() const { return ntohs(ip_len); }
270 void len(uint16_t _len) { ip_len = htons(_len); }

Completed in 7 milliseconds