Home
last modified time | relevance | path

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

/xnu-11215/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-11215/bsd/sys/
H A Dkpi_socket.h137 extern errno_t sock_bind(socket_t so, const struct sockaddr *to)
/xnu-11215/bsd/net/
H A Dnet_stubs.c280 STUB(sock_bind);
/xnu-11215/bsd/kern/
H A Dkpi_socket.c230 sock_bind(socket_t sock, const struct sockaddr *to) in sock_bind() function