BindSocket
status_t BindSocket(TCPSocket* socket);
status_t BindSocket(UDPSocket *socket, ip_addr_t address, uint16 port);
status_t error = fTCPService->BindSocket(this);
status_t error = fUDPService->BindSocket(this, address, port);