Searched refs:netdev_ip4addr_ntoa (Results 1 – 2 of 2) sorted by relevance
137 char *netdev_ip4addr_ntoa(const ip4_addr_t *addr);258 netdev_ip4addr_ntoa(ip_2_ip4(&addr)))281 #define inet_ntoa(addr) netdev_ip4addr_ntoa((const ip4_addr_t*)&(addr))
237 char *netdev_ip4addr_ntoa(const ip4_addr_t *addr) in netdev_ip4addr_ntoa() function
Completed in 5 milliseconds