Home
last modified time | relevance | path

Searched refs:MSG_DONTWAIT (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.5.0/components/wpa_supplicant/src/utils/
Dcommon.h313 #ifndef MSG_DONTWAIT
314 #define MSG_DONTWAIT 0 macro
/hal_espressif-3.5.0/components/freemodbus/tcp_slave/port/
Dport_tcp_slave.c275 pxClientInfo->usTCPFrameBytesLeft, MSG_DONTWAIT); in xMBTCPPortRxPoll()
/hal_espressif-3.5.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.c295 xLength = recv(pxInfo->xSockId, pucBuf, usBytesLeft, MSG_DONTWAIT); in xMBTCPPortMasterGetBuf()