Searched defs:addrType (Results 1 – 2 of 2) sorted by relevance
108 public Host(String name, int addrType) { in Host()
1222 AddrType addrType = (mType == kAaaaQuery) ? kIp6AddrType : kIp4AddrType; in Answer() local