Searched refs:sal_socket (Results 1 – 8 of 8) sorted by relevance
52 struct sal_socket **sockets;441 struct sal_socket *sock; in socket_init()542 struct sal_socket *sock; in socket_free()551 struct sal_socket *sock; in socket_new()583 struct sal_socket *sock; in socket_delete()604 struct sal_socket *sock; in sal_accept()670 struct sal_socket *sock; in sal_bind()729 struct sal_socket *sock; in sal_shutdown()764 struct sal_socket *sock; in sal_getpeername()778 struct sal_socket *sock; in sal_getsockname()[all …]
81 struct sal_socket *sock; in mbedtls_net_send_cb()118 struct sal_socket *sock; in mbedtls_net_recv_cb()202 struct sal_socket *ssock; in mbedtls_closesocket()
32 struct sal_socket *sal_sock; in at_poll()
252 struct sal_socket *sal_sock; in inet_poll()
51 struct sal_socket struct113 struct sal_socket *sal_get_socket(int sock);
348 int sal_socket(int domain, int type, int protocol);
63 #define socket(domain, type, protocol) sal_socket(domain, type, protocol)
663 socket = sal_socket(domain, type, protocol); in socket()
Completed in 12 milliseconds