Searched refs:addressFamily (Results 1 – 4 of 4) sorted by relevance
371 public Builder addInternalAddressRequest(int addressFamily) { in addInternalAddressRequest() argument372 if (addressFamily == AF_INET) { in addInternalAddressRequest()376 } else if (addressFamily == AF_INET6) { in addInternalAddressRequest()380 throw new IllegalArgumentException("Invalid address family: " + addressFamily); in addInternalAddressRequest()439 public Builder addInternalDnsServerRequest(int addressFamily) { in addInternalDnsServerRequest() argument440 if (addressFamily == AF_INET) { in addInternalDnsServerRequest()443 } else if (addressFamily == AF_INET6) { in addInternalDnsServerRequest()447 throw new IllegalArgumentException("Invalid address family: " + addressFamily); in addInternalDnsServerRequest()489 public Builder addInternalDhcpServerRequest(int addressFamily) { in addInternalDhcpServerRequest() argument490 if (addressFamily == AF_INET) { in addInternalDhcpServerRequest()[all …]
1977 public Builder addPcscfServerRequest(int addressFamily) { in addPcscfServerRequest() argument1978 if (addressFamily == AF_INET) { in addPcscfServerRequest()1980 } else if (addressFamily == AF_INET6) { in addPcscfServerRequest()1983 throw new IllegalArgumentException("Invalid address family: " + addressFamily); in addPcscfServerRequest()
120 GetHostByAddrHandler(SocketClient* c, in6_addr address, int addressLen, int addressFamily,
1436 int addressLen, int addressFamily, in GetHostByAddrHandler() argument1441 mAddressFamily(addressFamily), in GetHostByAddrHandler()