Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H A Dcoap_app.c122 static int32_t CoapCreateUdpClientEx(const struct sockaddr_in *sockAddr, uint8_t isBroadCast) in CoapCreateUdpClientEx() argument
148 if (isBroadCast && setsockopt(fd, SOL_SOCKET, SO_BROADCAST, &optVal, sizeof(optVal)) != 0) { in CoapCreateUdpClientEx()
159 static int32_t CoapCreateUdpClient(const struct sockaddr_in *sockAddr, uint8_t isBroadCast) in CoapCreateUdpClient() argument
161 int32_t ret = CoapCreateUdpClientEx(sockAddr, isBroadCast); in CoapCreateUdpClient()