Home
last modified time | relevance | path

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

/third_party/lwip/contrib/ports/unix/posixlib/include/posix/
Dinet.h45 #define inet_addr_to_ip4addr(target_ipaddr, source_inaddr) (ip4_addr_set_u32(target_ipaddr, (sour… macro
/third_party/lwip/src/include/lwip/
Dinet.h153 #define inet_addr_to_ip4addr(target_ipaddr, source_inaddr) (ip4_addr_set_u32(target_ipaddr, (sour… macro