Searched refs:addressType (Results 1 – 9 of 9) sorted by relevance
79 protected int addressType; field in Host86 addressType = HOSTNAME; in Host()124 if (addressType == IPV6ADDRESS && !isIPv6Reference(hostname)) { in encode()172 if (addressType == HOSTNAME) { in getIpAddress()213 addressType = IPV6ADDRESS; in setHost()215 addressType = type; in setHost()222 if(addressType == HOSTNAME) in setHost()228 if(addressType == IPV6ADDRESS in setHost()250 return addressType == HOSTNAME; in isHostname()258 return addressType != HOSTNAME; in isIPAddress()
65 protected int addressType; field in AddressImpl168 if (this.addressType == WILD_CARD) { in encode()179 if (addressType == NAME_ADDR || displayName != null) in encode()182 if (addressType == NAME_ADDR || displayName != null) in encode()190 this.addressType = NAME_ADDR; in AddressImpl()198 return addressType; in getAddressType()209 addressType = atype; in setAddressType()230 this.addressType = NAME_ADDR; in setDisplayName()310 return this.addressType == WILD_CARD; in isWildcard()334 this.addressType = WILD_CARD; in setWildCardFlag()
118 int addressType = fromSource.readByte() & 0xff; in handleSocket() local120 if (addressType == ADDRESS_TYPE_IPV4) { in handleSocket()122 } else if (addressType == ADDRESS_TYPE_DOMAIN_NAME){ in handleSocket()
151 int addressType = fromSource.readByte() & 0xff; in acceptCommand() local153 switch (addressType) { in acceptCommand()168 throw new ProtocolException("unsupported address type: " + addressType); in acceptCommand()
116 val addressType = fromSource.readByte().toInt() and 0xff in <lambda>() constant117 val inetAddress = when (addressType) { in <lambda>()
422 public void onOwnAddressRead(AdvertisingSet advertisingSet, int addressType, in onOwnAddressRead() argument427 results.putInt("addressType", addressType); in onOwnAddressRead()
203 if( inEvent->data.resolved->address.addressType == kDNSNetworkAddressTypeIPv4 ) in OnBrowserCallBack()
1264 if( inEvent->data.resolved->address.addressType == kDNSNetworkAddressTypeIPv4 ) in BrowserCallBack()
744 int addressType = fromSource.readByte() & 0xff;751 val addressType = fromSource.readByte().toInt() and 0xff