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

/gem5/ext/dnet/
H A Dip.h45 uint8_t ip_tos; /* type of service */ member in struct:ip_hdr
57 * Type of service (ip_tos), RFC 1349 ("obsoleted by RFC 2474")
68 * IP precedence (high 3 bits of ip_tos), hopefully unused
405 ip_pack_p->ip_tos = tos; ip_pack_p->ip_len = htons(len); \
/gem5/src/base/
H A Dinet.hh257 uint8_t tos() const { return ip_tos; }

Completed in 12 milliseconds