Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H A Dcoap_app.c159 static int32_t CoapCreateUdpClient(const struct sockaddr_in *sockAddr, uint8_t isBroadCast) in CoapCreateUdpClient() function
194 int32_t fd = CoapCreateUdpClient(&sockAddr, isBroadcast); in CoapSendMsg()