Home
last modified time | relevance | path

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

/net-tools-3.5.0/libcoap/include/coap/
Daddress.h34 #define _coap_is_mcast_impl(Address) ip_addr_ismulticast(&(Address)->addr) macro
52 #define _coap_is_mcast_impl(Address) uip_is_addr_mcast(&((Address)->addr)) macro
92 _coap_is_mcast_impl(const coap_address_t *a) { in _coap_is_mcast_impl() function
155 return a && _coap_is_mcast_impl(a); in coap_is_mcast()