Home
last modified time | relevance | path

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

/net-tools-3.4.0/libcoap/include/coap/
Daddress.h32 #define _coap_address_isany_impl(A) ip_addr_isany(&(A)->addr) macro
50 #define _coap_address_isany_impl(A) 0 macro
75 _coap_address_isany_impl(const coap_address_t *a) { in _coap_address_isany_impl() function
146 return _coap_address_isany_impl(a); in coap_address_isany()