Searched refs:dstAddrLen (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/ |
H A D | coap_app.c | 174 socklen_t dstAddrLen = sizeof(struct sockaddr_in); in CoapSocketSend() local 175 …ret = sendto(socket->cliendFd, buffer, length, 0, (struct sockaddr *)&socket->dstAddr, dstAddrLen); in CoapSocketSend()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/ |
H A D | nstackx_socket.c | 464 socklen_t dstAddrLen = sizeof(struct sockaddr_in); in SocketSendUdp() local 466 …int32_t)sendto(socket->sockfd, buffer, length, 0, (struct sockaddr *)&socket->dstAddr, dstAddrLen); in SocketSendUdp()
|