Searched defs:inet_ntoa (Results 1 – 4 of 4) sorted by relevance
100 #define inet_ntoa(addr) ipaddr_ntoa((ip_addr_t*)&(addr)) macro
256 #define inet_ntoa(addr) ((IP_IS_V6_VAL(addr)) ? \ macro281 #define inet_ntoa(addr) netdev_ip4addr_ntoa((const ip4_addr_t*)&(addr)) macro301 #define inet_ntoa(addr) netdev_ip6addr_ntoa((const ip6_addr_t*)&(addr)) macro
141 #define inet_ntoa(addr) ip4addr_ntoa((const ip4_addr_t*)&(addr)) macro
143 #define inet_ntoa(addr) ip4addr_ntoa((const ip4_addr_t*)&(addr)) macro
Completed in 8 milliseconds