Home
last modified time | relevance | path

Searched refs:coap_is_bcast (Results 1 - 3 of 3) sorted by relevance

/third_party/libcoap/include/coap3/
H A Dcoap_address.h288 int coap_is_bcast(const coap_address_t *a);
319 coap_is_bcast(const coap_address_t *a) { in coap_is_bcast() function
/third_party/libcoap/src/
H A Dcoap_address.c124 if (coap_is_bcast(a)) in coap_is_mcast()
158 int coap_is_bcast(const coap_address_t *a) { in coap_is_bcast() function
180 coap_is_bcast(const coap_address_t *a) { in coap_is_bcast() function
H A Dcoap_io.c279 int is_bcast = coap_is_bcast(server);
407 if (coap_is_bcast(server) &&

Completed in 4 milliseconds