Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.c383 ULONG ulFlags = fcntl(pxInfo->xSockId, F_GETFL); in xMBTCPPortMasterSetNonBlocking() local
384 if (fcntl(pxInfo->xSockId, F_SETFL, ulFlags | O_NONBLOCK) == -1) { in xMBTCPPortMasterSetNonBlocking()