Home
last modified time | relevance | path

Searched refs:sock_bind (Results 1 – 4 of 4) sorted by relevance

/xnu-8796.141.3/tests/
H A Dsocket_bind_35685803.c38 sock_bind(int s, int port) in sock_bind() function
115 error = sock_bind(info->socket_list[i], 0); in bind_sockets()
/xnu-8796.141.3/bsd/sys/
H A Dkpi_socket.h136 extern errno_t sock_bind(socket_t so, const struct sockaddr *to)
/xnu-8796.141.3/bsd/net/
H A Dnet_stubs.c277 STUB(sock_bind);
/xnu-8796.141.3/bsd/kern/
H A Dkpi_socket.c232 sock_bind(socket_t sock, const struct sockaddr *to) in sock_bind() function