Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/ipv4/lwip/
Dip_addr.h232 #define ip_ntoa(ipaddr) ipaddr_ntoa(ipaddr)
237 char *ipaddr_ntoa(const ip_addr_t *addr);
Dinet.h98 #define inet_ntoa(addr) ipaddr_ntoa((ip_addr_t*)&(addr))
/external/syslinux/core/lwip/src/core/ipv4/
Dip_addr.c261 ipaddr_ntoa(const ip_addr_t *addr) in ipaddr_ntoa() function
/external/syslinux/core/lwip/
DCHANGELOG169 * inet.h, ip_addr.c/.h: Added reentrant versions of inet_ntoa/ipaddr_ntoa