Home
last modified time | relevance | path

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 Dcommon.h77 #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 Dwifi_simple_config.c236 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 Dsockets.h253 #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 Dsockets.h240 #define MSG_DONTWAIT 0x08 /* Nonblocking i/o for this operation only */ macro
/AliOS-Things-master/components/lwip/lwip2.0.0/api/
A Dsockets.c986 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 Daf_packet.c307 if ((flags & MSG_DONTWAIT) && (sock->rcvevent <= 0)) in packet_recvfrom()

Completed in 17 milliseconds