Searched refs:echo (Results 1 - 4 of 4) sorted by relevance

/gem5/src/systemc/tests/systemc/1666-2011-compliance/stepwise_simulation/
H A Dstepwise_simulation.cpp46 SC_MODULE(echo)
49 SC_CTOR(echo)
123 echo dut("echo");
/gem5/ext/dnet/
H A Dtcp.h56 #define TH_ECE 0x40 /* ECN echo, RFC 3168 */
98 #define TCP_OPT_ECHO 6 /* echo (obsolete), RFC 1072 */
99 #define TCP_OPT_ECHOREPLY 7 /* echo reply (obsolete), RFC 1072 */
133 uint32_t echo; /* TCP_OPT_ECHO{REPLY} */ member in union:tcp_opt::tcp_opt_data
H A Dicmp.h37 #define ICMP_ECHOREPLY 0 /* echo reply */
62 #define ICMP_ECHO 8 /* echo service */
204 struct icmp_msg_echo echo; /* ICMP_ECHO{REPLY} */ member in union:icmp_msg
/gem5/src/base/
H A Dinet.hh597 uint32_t echo() const { return ntohl(opt_data.echo); } function in struct:Net::TcpOpt

Completed in 12 milliseconds