Searched refs:socket_open (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp416 socket_open(int family, int type, int protocol, net_socket** _socket) function
1591 status_t error = socket_open(family, type, protocol, &sockets[0]);
1595 error = socket_open(family, type, protocol, &sockets[1]);
1684 socket_open,

Completed in 30 milliseconds