Searched defs:IpWithPort (Results 1 - 2 of 2) sorted by relevance

/gem5/src/base/
H A Dinet.hh232 struct IpWithPort : public IpAddress struct in namespace:Net
238 IpWithPort() : IpAddress(), _port(0) function in struct:Net::IpWithPort
240 IpWithPort(const uint32_t __ip, const uint16_t __port) : function in struct:Net::IpWithPort
/gem5/src/python/m5/
H A Dparams.py1134 class IpWithPort(IpAddress): class in inherits:IpAddress
[all...]

Completed in 16 milliseconds