Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/include/ipv4/lwip/
A Dinet.h100 #define inet_ntoa(addr) ipaddr_ntoa((ip_addr_t*)&(addr)) macro
/components/net/netdev/include/
A Dnetdev_ipaddr.h256 #define inet_ntoa(addr) ((IP_IS_V6_VAL(addr)) ? \ macro
281 #define inet_ntoa(addr) netdev_ip4addr_ntoa((const ip4_addr_t*)&(addr)) macro
301 #define inet_ntoa(addr) netdev_ip6addr_ntoa((const ip6_addr_t*)&(addr)) macro
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dinet.h141 #define inet_ntoa(addr) ip4addr_ntoa((const ip4_addr_t*)&(addr)) macro
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dinet.h143 #define inet_ntoa(addr) ip4addr_ntoa((const ip4_addr_t*)&(addr)) macro

Completed in 8 milliseconds