Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dip_addr.h258 #define IP46_ADDR_ANY(type) (((type) == IPADDR_TYPE_V6)? IP6_ADDR_ANY : IP4_ADDR_ANY) macro
314 #define IP46_ADDR_ANY(type) (IP4_ADDR_ANY) macro
362 #define IP46_ADDR_ANY(type) (IP6_ADDR_ANY) macro