Searched defs:echo (Results 1 - 3 of 3) sorted by relevance
/gem5/ext/dnet/ | ||
H A D | tcp.h | 133 uint32_t echo; /* TCP_OPT_ECHO{REPLY} */ member in union:tcp_opt::tcp_opt_data |
H A D | icmp.h | 204 struct icmp_msg_echo echo; /* ICMP_ECHO{REPLY} */ member in union:icmp_msg |
/gem5/src/base/ | ||
H A D | inet.hh | 597 uint32_t echo() const { return ntohl(opt_data.echo); } function in struct:Net::TcpOpt |
Completed in 12 milliseconds