Home
last modified time | relevance | path

Searched refs:addressFamily (Results 1 – 4 of 4) sorted by relevance

/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DTunnelModeChildSessionParams.java237 public Builder addInternalAddressRequest(int addressFamily) { in addInternalAddressRequest() argument
238 if (addressFamily == AF_INET) { in addInternalAddressRequest()
242 } else if (addressFamily == AF_INET6) { in addInternalAddressRequest()
246 throw new IllegalArgumentException("Invalid address family: " + addressFamily); in addInternalAddressRequest()
296 public Builder addInternalDnsServerRequest(int addressFamily) { in addInternalDnsServerRequest() argument
297 if (addressFamily == AF_INET) { in addInternalDnsServerRequest()
300 } else if (addressFamily == AF_INET6) { in addInternalDnsServerRequest()
304 throw new IllegalArgumentException("Invalid address family: " + addressFamily); in addInternalDnsServerRequest()
343 public Builder addInternalDhcpServerRequest(int addressFamily) { in addInternalDhcpServerRequest() argument
344 if (addressFamily == AF_INET) { in addInternalDhcpServerRequest()
[all …]
DIkeSessionParams.java799 public Builder addPcscfServerRequest(int addressFamily) { in addPcscfServerRequest() argument
800 if (addressFamily == AF_INET) { in addPcscfServerRequest()
803 } else if (addressFamily == AF_INET6) { in addPcscfServerRequest()
807 throw new IllegalArgumentException("Invalid address family: " + addressFamily); in addPcscfServerRequest()
/packages/modules/DnsResolver/
DDnsProxyListener.h106 GetHostByAddrHandler(SocketClient* c, void* address, int addressLen, int addressFamily,
DDnsProxyListener.cpp1252 int addressLen, int addressFamily, in GetHostByAddrHandler() argument
1257 mAddressFamily(addressFamily), in GetHostByAddrHandler()