Searched refs:MSG_DONTWAIT (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/rtw_wpa_supplicant/src/utils/ |
A D | common.h | 77 #ifndef MSG_DONTWAIT 78 #define MSG_DONTWAIT 0 /* not supported */ macro 392 #ifndef MSG_DONTWAIT 393 #define MSG_DONTWAIT 0 macro
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/ |
A D | wifi_simple_config.c | 236 if((recvfrom(sockfd_scan, &packet, sizeof(packet), MSG_DONTWAIT, &from, &fromLen)) >= 0) { in SC_scan_thread() 342 …if((packetLen = recvfrom(ack_socket, &packet, sizeof(packet), MSG_DONTWAIT, &from, &fromLen)) >= 0… in SC_send_simple_config_ack() 1359 ret = recv(client_fd, recv_buf, sizeof(recv_buf), MSG_DONTWAIT); in simple_config_softap_config()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | sockets.h | 253 #define MSG_DONTWAIT 0x08 /* Nonblocking i/o for this operation only */ macro
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/ |
A D | sockets.h | 240 #define MSG_DONTWAIT 0x08 /* Nonblocking i/o for this operation only */ macro
|
/AliOS-Things-master/components/lwip/lwip2.0.0/api/ |
A D | sockets.c | 986 if (((flags & MSG_DONTWAIT) || netconn_is_nonblocking(sock->conn)) && in lwip_recvfrom() 1184 ((flags & MSG_DONTWAIT) ? NETCONN_DONTBLOCK : 0); in lwip_send() 1234 ((flags & MSG_DONTWAIT) ? NETCONN_DONTBLOCK : 0); in lwip_sendmsg()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | af_packet.c | 307 if ((flags & MSG_DONTWAIT) && (sock->rcvevent <= 0)) in packet_recvfrom()
|
Completed in 17 milliseconds