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

/gem5/src/python/m5/util/
H A Dconvert.py196 def toIpAddress(value): function
216 ip = toIpAddress(ip)
223 netmaskNum = toIpAddress(netmask)
240 ip = toIpAddress(ip)
/gem5/src/python/m5/
H A Dparams.py1022 self.ip = convert.toIpAddress(value)
1040 return self.ip == convert.toIpAddress(other)

Completed in 20 milliseconds