Searched defs:sockfd (Results 1 – 12 of 12) sorted by relevance
/AliOS-Things-master/components/lwip/example/ |
A D | udp_test.c | 16 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 D | HAL_UDP_yoc.c | 81 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 D | HAL_UDP_rhino.c | 88 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 D | aos_udp.c | 181 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 D | sendfile.c | 79 int fd, sockfd; in sendfile_client() local 224 int sockfd; /* socket desciptor */ in sendfile_server_thread() local
|
/AliOS-Things-master/components/init/ |
A D | aos_init.c | 109 int sockfd = socket(AF_INET, SOCK_DGRAM, 0); in udp_cmd() local
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/iperf/ |
A D | iperf_task.c | 160 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 D | activation.c | 274 int sockfd = -1; in activation_report() local
|
/AliOS-Things-master/components/http/src/ |
A D | http_aos_wrapper.c | 124 int sockfd = client->socket; in http_tcp_recv_wrapper() local
|
/AliOS-Things-master/components/sntp/src/ |
A D | sntp.c | 211 int sockfd = -1; in sntp_query_server() local
|
/AliOS-Things-master/components/amp/services/app_mgr/ |
A D | app_mgr.c | 425 int sockfd = 0; in apppack_download() local
|
/AliOS-Things-master/components/linksdk/portfiles/aiot_port/ |
A D | aos_port.c | 380 int32_t sockfd; in _core_sysdep_network_udp_server_establish() local
|
Completed in 17 milliseconds