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

/gem5/src/base/
H A Dinet.cc201 operator<<(ostream &stream, const IpWithPort &iwp) argument
203 ccprintf(stream, "%s:%d", (const IpAddress &)iwp, iwp.port());
H A Dinet.hh249 std::ostream &operator<<(std::ostream &stream, const IpWithPort &iwp);

Completed in 10 milliseconds