Home
last modified time | relevance | path

Searched defs:sockfd (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/components/lwip/example/
A Dudp_test.c16 int sockfd; in udp_server_task() local
54 int sockfd=lwip_socket(AF_INET,SOCK_DGRAM,0); in udp_client_task() local
/AliOS-Things-master/components/linkkit/wrappers/platform/os/
A DHAL_UDP_yoc.c81 int HAL_UDP_close_without_connect(_IN_ intptr_t sockfd) in HAL_UDP_close_without_connect()
250 int HAL_UDP_connect(_IN_ intptr_t sockfd, _IN_ const char *host, in HAL_UDP_connect()
288 int HAL_UDP_recvfrom(intptr_t sockfd, NetworkAddr *p_remote, in HAL_UDP_recvfrom()
341 int HAL_UDP_sendto(intptr_t sockfd, const NetworkAddr *p_remote, in HAL_UDP_sendto()
369 int HAL_UDP_joinmulticast(intptr_t sockfd, char *p_group) in HAL_UDP_joinmulticast()
/AliOS-Things-master/components/linkkit/wrappers/os/
A DHAL_UDP_rhino.c88 int HAL_UDP_close_without_connect(_IN_ intptr_t sockfd) in HAL_UDP_close_without_connect()
257 int HAL_UDP_connect(_IN_ intptr_t sockfd, _IN_ const char *host, in HAL_UDP_connect()
295 int HAL_UDP_recvfrom(intptr_t sockfd, struct _network_addr_t *p_remote, in HAL_UDP_recvfrom()
348 int HAL_UDP_sendto(intptr_t sockfd, struct _network_addr_t *p_remote, in HAL_UDP_sendto()
376 int HAL_UDP_joinmulticast(intptr_t sockfd, char *p_group) in HAL_UDP_joinmulticast()
/AliOS-Things-master/components/amp_adapter/platform/aos/network/
A Daos_udp.c181 int aos_udp_close_without_connect(int sockfd) in aos_udp_close_without_connect()
186 int aos_udp_recvfrom(int sockfd, aos_networkAddr *p_remote, in aos_udp_recvfrom()
239 int aos_udp_sendto(int sockfd, const aos_networkAddr *p_remote, in aos_udp_sendto()
268 int aos_udp_joinmulticast(int sockfd, char *p_group) in aos_udp_joinmulticast()
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/sendfile/
A Dsendfile.c79 int fd, sockfd; in sendfile_client() local
224 int sockfd; /* socket desciptor */ in sendfile_server_thread() local
/AliOS-Things-master/components/init/
A Daos_init.c109 int sockfd = socket(AF_INET, SOCK_DGRAM, 0); in udp_cmd() local
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/iperf/
A Diperf_task.c160 int sockfd; in iperf_udp_run_server() local
645 int sockfd; in iperf_tcp_run_client() local
821 int sockfd; in iperf_udp_run_client() local
/AliOS-Things-master/components/netmgr/activation/
A Dactivation.c274 int sockfd = -1; in activation_report() local
/AliOS-Things-master/components/http/src/
A Dhttp_aos_wrapper.c124 int sockfd = client->socket; in http_tcp_recv_wrapper() local
/AliOS-Things-master/components/sntp/src/
A Dsntp.c211 int sockfd = -1; in sntp_query_server() local
/AliOS-Things-master/components/amp/services/app_mgr/
A Dapp_mgr.c425 int sockfd = 0; in apppack_download() local
/AliOS-Things-master/components/linksdk/portfiles/aiot_port/
A Daos_port.c380 int32_t sockfd; in _core_sysdep_network_udp_server_establish() local

Completed in 17 milliseconds