Home
last modified time | relevance | path

Searched defs:bindSocket (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/framework/src/android/net/
DNetwork.java381 public void bindSocket(DatagramSocket socket) throws IOException { in bindSocket() method in Network
399 public void bindSocket(Socket socket) throws IOException { in bindSocket() method in Network
418 public void bindSocket(FileDescriptor fd) throws IOException { in bindSocket() method in Network
/packages/modules/DnsResolver/tests/dns_responder/
Ddns_responder.cpp79 int bindSocket(int socket, const sockaddr* address, socklen_t address_len) { in bindSocket() function