Searched defs:bindSocket (Results 1 – 2 of 2) sorted by relevance
381 public void bindSocket(DatagramSocket socket) throws IOException { in bindSocket() method in Network399 public void bindSocket(Socket socket) throws IOException { in bindSocket() method in Network418 public void bindSocket(FileDescriptor fd) throws IOException { in bindSocket() method in Network
79 int bindSocket(int socket, const sockaddr* address, socklen_t address_len) { in bindSocket() function