HomeSort by relevance Sort by last modified time
    Searched refs:ipaddr_ntoa_r (Results 1 - 3 of 3) sorted by null

  /external/syslinux/core/lwip/src/include/ipv4/lwip/
inet.h 99 #define inet_ntoa_r(addr, buf, buflen) ipaddr_ntoa_r((ip_addr_t*)&(addr), buf, buflen)
ip_addr.h 238 char *ipaddr_ntoa_r(const ip_addr_t *addr, char *buf, int buflen);
  /external/syslinux/core/lwip/src/core/ipv4/
ip_addr.c 264 return ipaddr_ntoa_r(addr, str, 16);
276 char *ipaddr_ntoa_r(const ip_addr_t *addr, char *buf, int buflen) function

Completed in 275 milliseconds