Searched refs:mUdpFd (Results 1 – 2 of 2) sorted by relevance
144 …sendto(txn->mUdpFd, packet, length, MSG_DONTWAIT, (struct sockaddr *)&serverAddr, sizeof(serverAdd… in Query()185 ret->mUdpFd = fdOrError; in AllocateTransaction()201 VerifyOrExit((readSize = read(aTxn->mUdpFd, response, sizeof(response))) > 0); in ForwardResponse()231 if (txn.mThreadTxn != nullptr && txn.mUdpFd == aFd) in GetTransaction()259 if (aTxn->mUdpFd >= 0) in CloseTransaction()261 close(aTxn->mUdpFd); in CloseTransaction()262 aTxn->mUdpFd = -1; in CloseTransaction()273 FD_SET(txn.mUdpFd, &aContext.mReadFdSet); in UpdateFdSet()274 FD_SET(txn.mUdpFd, &aContext.mErrorFdSet); in UpdateFdSet()275 if (txn.mUdpFd > aContext.mMaxFd) in UpdateFdSet()[all …]
111 int mUdpFd; member