/components/net/lwip/lwip-2.1.2/src/api/ |
A D | sockets.c | 226 struct lwip_sock *sock; member 245 struct lwip_sock *sock; member 406 #define done_socket(sock) argument 742 struct lwip_sock *sock; in lwip_bind() local 796 struct lwip_sock *sock; in lwip_close() local 837 struct lwip_sock *sock; in lwip_connect() local 905 struct lwip_sock *sock; in lwip_listen() local 1224 struct lwip_sock *sock; in lwip_recvfrom() local 1305 struct lwip_sock *sock; in lwip_recvmsg() local 1406 struct lwip_sock *sock; in lwip_send() local [all …]
|
/components/net/lwip/lwip-1.4.1/src/api/ |
A D | sockets.c | 107 struct lwip_sock *sock; member 197 struct lwip_sock *sock; in get_socket() local 420 struct lwip_sock *sock; in lwip_bind() local 460 struct lwip_sock *sock; in lwip_close() local 486 struct lwip_sock *sock; in lwip_connect() local 540 struct lwip_sock *sock; in lwip_listen() local 573 struct lwip_sock *sock; in lwip_recvfrom() local 769 struct lwip_sock *sock; in lwip_send() local 806 struct lwip_sock *sock; local 1044 struct lwip_sock *sock; local [all …]
|
/components/net/sal/src/ |
A D | sal_socket.c | 441 struct sal_socket *sock; in socket_init() local 542 struct sal_socket *sock; in socket_free() local 551 struct sal_socket *sock; in socket_new() local 583 struct sal_socket *sock; in socket_delete() local 604 struct sal_socket *sock; in sal_accept() local 670 struct sal_socket *sock; in sal_bind() local 729 struct sal_socket *sock; in sal_shutdown() local 764 struct sal_socket *sock; in sal_getpeername() local 778 struct sal_socket *sock; in sal_getsockname() local 792 struct sal_socket *sock; in sal_getsockopt() local [all …]
|
/components/net/lwip/lwip-2.0.3/src/api/ |
A D | sockets.c | 279 struct lwip_sock* sock; member 361 struct lwip_sock *sock; in get_socket() local 584 struct lwip_sock *sock; in lwip_bind() local 635 struct lwip_sock *sock; in lwip_close() local 671 struct lwip_sock *sock; in lwip_connect() local 736 struct lwip_sock *sock; in lwip_listen() local 769 struct lwip_sock *sock; in lwip_recvfrom() local 956 struct lwip_sock *sock; in lwip_send() local 992 struct lwip_sock *sock; in lwip_sendmsg() local 1150 struct lwip_sock *sock; in lwip_sendto() local [all …]
|
/components/net/sal/impl/ |
A D | proto_mbedtls.c | 81 struct sal_socket *sock; in mbedtls_net_send_cb() local 118 struct sal_socket *sock; in mbedtls_net_recv_cb() local 153 static int mbedtls_connect(void *sock) in mbedtls_connect() 200 static int mbedtls_closesocket(void *sock) in mbedtls_closesocket()
|
A D | af_inet_at.c | 31 struct at_socket *sock; in at_poll() local
|
A D | af_inet_lwip.c | 89 struct lwip_sock *sock; in event_callback() local 251 struct lwip_sock *sock; in inet_poll() local
|
/components/net/at/at_socket/ |
A D | at_socket.c | 383 struct at_socket *sock = RT_NULL; in alloc_socket_by_device() local 506 struct at_socket *sock = RT_NULL; in at_socket() local 557 struct at_socket *sock = RT_NULL; in at_closesocket() local 591 struct at_socket *sock = RT_NULL; in at_shutdown() local 661 struct at_socket *sock = RT_NULL; in at_bind() local 853 struct at_socket *sock = RT_NULL; in at_listen() local 893 struct at_socket *sock = RT_NULL; in at_connect() local 949 struct at_socket *sock = RT_NULL; in at_accept() local 1006 struct at_socket *sock = RT_NULL; in at_recvfrom() local 1247 struct at_socket *sock; in at_getsockopt() local [all …]
|
/components/dfs/dfs_v1/filesystems/nfs/rpc/ |
A D | clnt_generic.c | 55 int sock; in clnt_create() local
|
/components/net/lwip-dhcpd/ |
A D | dhcp_server.c | 231 int sock; in dhcpd_thread_entry() local
|
/components/net/sal/include/ |
A D | sal_msg.h | 71 struct unix_sock *sock; member
|
/components/net/lwip/lwip-2.1.2/src/include/lwip/ |
A D | opt.h | 3175 #define LWIP_HOOK_SOCKETS_SETSOCKOPT(s, sock, level, optname, optval, optlen, err) argument 3198 #define LWIP_HOOK_SOCKETS_GETSOCKOPT(s, sock, level, optname, optval, optlen, err) argument
|