Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dip_addr.h190 #define ip_addr_set_hton(dest, src) do{if(IP_IS_V6(src)){ \ macro
296 #define ip_addr_set_hton(dest, src) ip4_addr_set_hton(dest, src) macro
343 #define ip_addr_set_hton(dest, src) ip6_addr_set_hton(dest, src) macro