Home
last modified time | relevance | path

Searched refs:unbind (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/private/net/
H A Dnet_protocol.h78 status_t (*unbind)(net_protocol* self, struct sockaddr* address); member
/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp373 status_t status = socket->first_info->unbind(socket->first_protocol, in socket_bind()