Home
last modified time | relevance | path

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

/hal_atmel-3.6.0/asf/common/components/wifi/winc1500/socket/source/
Dsocket.c106 uint8 bIsRecvPending; member
321 gastrSockets[sock].bIsRecvPending = 0; in m2m_ip_cb()
862 if(!gastrSockets[sock].bIsRecvPending) in recv()
867 gastrSockets[sock].bIsRecvPending = 1; in recv()
965 if(!gastrSockets[sock].bIsRecvPending) in recvfrom()
969 gastrSockets[sock].bIsRecvPending = 1; in recvfrom()