Searched refs:_coap_is_mcast_impl (Results 1 – 1 of 1) sorted by relevance
34 #define _coap_is_mcast_impl(Address) ip_addr_ismulticast(&(Address)->addr) macro52 #define _coap_is_mcast_impl(Address) uip_is_addr_mcast(&((Address)->addr)) macro92 _coap_is_mcast_impl(const coap_address_t *a) { in _coap_is_mcast_impl() function155 return a && _coap_is_mcast_impl(a); in coap_is_mcast()