HomeSort by relevance Sort by last modified time
    Searched full:socketindex (Results 1 - 12 of 12) sorted by null

  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport_Connection.c 45 uint8_t socketIndex,
61 switch(psTransport->pSocketTable[socketIndex].eSocket_State)
66 psTransport->pSocketTable[socketIndex].eSocket_State = phFriNfc_LlcpTransportSocket_eSocketConnected;
68 psTransport->pSocketTable[socketIndex].pfSocketAccept_Cb(psTransport->pSocketTable[socketIndex].pAcceptContext,status);
69 psTransport->pSocketTable[socketIndex].pfSocketAccept_Cb = NULL;
70 psTransport->pSocketTable[socketIndex].pAcceptContext = NULL;
76 psTempLlcpSocket = psTransport->pSocketTable[socketIndex];
79 result = phFriNfc_LlcpTransport_Close(&psTransport->pSocketTable[socketIndex]);
88 if(!psTransport->pSocketTable[socketIndex].bSocketSendPending && psTransport->pSocketTable[socketIndex].pfSocketSend_Cb != NULL
    [all...]
phFriNfc_LlcpTransport_Connectionless.c 33 uint8_t socketIndex,
130 uint8_t socketIndex,
phFriNfc_LlcpTransport.c 564 index = psTransport->socketIndex;
621 index = psTransport->socketIndex;
647 } while(index != psTransport->socketIndex);
672 pLlcpTransport->socketIndex = FALSE;
808 uint8_t socketIndex,
820 LlcpTransport->socketIndex = socketIndex;
    [all...]
phFriNfc_Llcp.h 226 uint8_t socketIndex,
phFriNfc_LlcpTransport.h 264 uint8_t socketIndex;
332 uint8_t socketIndex,
    [all...]
  /external/curl/lib/
http.h 70 int socketindex);
urldata.h 823 int sockindex, /* socketindex */
830 int sockindex, /* socketindex */
    [all...]
http.c 1058 int socketindex)
1070 DEBUGASSERT(socketindex <= SECONDARYSOCKET);
1072 sockfd = conn->sock[socketindex];
    [all...]
  /external/curl/lib/vtls/
nss.c     [all...]
axtls.c 612 int num, /* socketindex */
gtls.c     [all...]
openssl.c     [all...]

Completed in 1143 milliseconds