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