Searched defs:_coap_address_isany_impl (Results 1 – 2 of 2) sorted by relevance
57 #define _coap_address_isany_impl(A) ip_addr_isany(&(A)->addr) macro95 #define _coap_address_isany_impl(A) 0 macro
862 _coap_address_isany_impl(const coap_address_t *a) { in _coap_address_isany_impl() function