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

/gem5/src/base/
H A Dinet.hh193 struct IpAddress struct in namespace:Net
199 IpAddress() : _ip(0) function in struct:Net::IpAddress
201 IpAddress(const uint32_t __ip) : _ip(__ip) function in struct:Net::IpAddress
[all...]
/gem5/src/python/m5/
H A Dparams.py1008 class IpAddress(ParamValue): class in inherits:ParamValue
[all...]

Completed in 14 milliseconds