Searched refs:opt_type (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/dnet/
H A Dtcp.h90 * Options (opt_type) - http://www.iana.org/assignments/tcp-parameters
127 uint8_t opt_type; /* option type */ member in struct:tcp_opt
H A Dip.h236 * Option types (opt_type) - http://www.iana.org/assignments/ip-parameters
336 uint8_t opt_type; /* option type */ member in struct:ip_opt
/gem5/src/base/
H A Dinet.hh336 uint8_t type() const { return opt_type; }
337 uint8_t typeNumber() const { return IP_OPT_NUMBER(opt_type); }
338 uint8_t typeClass() const { return IP_OPT_CLASS(opt_type); }
339 uint8_t typeCopied() const { return IP_OPT_COPIED(opt_type); }
588 uint8_t type() const { return opt_type; }

Completed in 19 milliseconds