Home
last modified time | relevance | path

Searched defs:IP_IS_V6 (Results 1 – 1 of 1) sorted by relevance

/lib/lwip/lwip/src/include/lwip/
A Dip_addr.h102 #define IP_IS_V6(ipaddr) (((ipaddr) != NULL) && IP_IS_V6_VAL(*(ipaddr))) macro
300 #define IP_IS_V6(ipaddr) 0 macro
350 #define IP_IS_V6(ipaddr) 1 macro

Completed in 21 milliseconds