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

/gem5/src/dev/net/
H A Detherswitch.hh186 const double ttl; member in class:EtherSwitch
H A Detherswitch.cc46 : SimObject(p), ttl(p->time_to_live)
225 if ((curTick() - it->second.lastUseTime) > parent->ttl) {
/gem5/ext/dnet/
H A Dip.h90 #define IP_TTL_DEFAULT 64 /* default ttl, RFC 1122, RFC 1340 */
91 #define IP_TTL_MAX 255 /* maximum ttl */
402 #define ip_pack_hdr(hdr, tos, len, id, off, ttl, p, src, dst) do { \
407 ip_pack_p->ip_ttl = ttl; ip_pack_p->ip_p = p; \
/gem5/src/base/
H A Dinet.hh262 uint8_t ttl() const { return ip_ttl; } function in struct:Net::IpHdr
/gem5/src/arch/arm/
H A Dmiscregs_types.hh150 Bitfield<51, 48> ttl; member in namespace:ArmISA

Completed in 20 milliseconds