Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Dip_addr.h99 #define IP_IS_V4(ipaddr) (((ipaddr) == NULL) || IP_IS_V4_VAL(*(ipaddr))) macro
249 #define IP_IS_V4(ipaddr) 1 macro
295 #define IP_IS_V4(ipaddr) 0 macro
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dip_addr.h100 #define IP_IS_V4(ipaddr) (((ipaddr) == NULL) || IP_IS_V4_VAL(*(ipaddr))) macro
275 #define IP_IS_V4(ipaddr) 1 macro
323 #define IP_IS_V4(ipaddr) 0 macro