Home
last modified time | relevance | path

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

/hal_atmel-3.6.0/asf/common/components/wifi/winc1500/socket/source/
Dsocket.c104 uint8 bIsUsed; member
147 …Buffer != NULL) && (gastrSockets[sock].u16UserBufferSize > 0) && (gastrSockets[sock].bIsUsed == 1)) in Socket_ReadSocketData()
178 if((!gastrSockets[sock].bIsUsed) && (u16ReadCount)) in Socket_ReadSocketData()
250 gastrSockets[strAcceptReply.sConnectedSock].bIsUsed = 1; in m2m_ip_cb()
525 if(!pstrSock->bIsUsed) in socket()
540 if(!pstrSock->bIsUsed) in socket()
551 pstrSock->bIsUsed = 1; in socket()
595 if((pstrAddr != NULL) && (sock >= 0) && (gastrSockets[sock].bIsUsed == 1) && (u8AddrLen != 0)) in bind()
641 if(sock >= 0 && (gastrSockets[sock].bIsUsed == 1)) in listen()
679 if(sock >= 0 && (gastrSockets[sock].bIsUsed == 1) ) in accept()
[all …]