Home
last modified time | relevance | path

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 Dcoap_app.c174 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 Dnstackx_socket.c464 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()