Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/
H A Dsocket_bind_35685803.c40 sock_bind(int s, int port) in sock_bind() function
117 error = sock_bind(info->socket_list[i], 0); in bind_sockets()
/xnu-12377.61.12/bsd/sys/
H A Dkpi_socket.h137 extern errno_t sock_bind(socket_t so, const struct sockaddr *to)
/xnu-12377.61.12/bsd/net/
H A Dnet_stubs.c287 STUB(sock_bind);
/xnu-12377.61.12/bsd/kern/
H A Dkpi_socket.c230 sock_bind(socket_t sock, const struct sockaddr *to) in sock_bind() function