Searched refs:isBroadCast (Results 1 – 1 of 1) sorted by relevance
122 static int32_t CoapCreateUdpClientEx(const struct sockaddr_in *sockAddr, uint8_t isBroadCast) in CoapCreateUdpClientEx() argument148 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() argument161 int32_t ret = CoapCreateUdpClientEx(sockAddr, isBroadCast); in CoapCreateUdpClient()