Searched refs:bIsUsed (Results 1 – 1 of 1) sorted by relevance
104 uint8 bIsUsed; member147 …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 …]