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

/gem5/src/base/
H A Dinet.hh212 struct IpNetmask : public IpAddress struct in namespace:Net
218 IpNetmask() : IpAddress(), _netmask(0) function in struct:Net::IpNetmask
220 IpNetmask(const uint32_t __ip, const uint8_t __netmask) : function in struct:Net::IpNetmask
/gem5/src/python/m5/
H A Dparams.py1060 class IpNetmask(IpAddress): class in inherits:IpAddress
[all...]

Completed in 20 milliseconds