Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dlocal_socket_exec.cpp274 int sockType = 0; in PollSendData() local
275 optLen = sizeof(sockType); in PollSendData()
276 if (getsockopt(sock, SOL_SOCKET, SO_TYPE, reinterpret_cast<void *>(&sockType), &optLen) < 0) { in PollSendData()
295 … size_t sendSize = (sockType == SOCK_STREAM ? leftSize : std::min<size_t>(leftSize, bufferSize)); in PollSendData()
H A Dsocket_exec.cpp549 int sockType = 0; in PollSendData() local
550 optLen = sizeof(sockType); in PollSendData()
551 if (getsockopt(sock, SOL_SOCKET, SO_TYPE, reinterpret_cast<void *>(&sockType), &optLen) < 0) { in PollSendData()
570 … size_t sendSize = (sockType == SOCK_STREAM ? leftSize : std::min<size_t>(leftSize, bufferSize)); in PollSendData()