Searched refs:ipaddr_ntoa_r (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/arranet/
H A Dip_addr.c265 return ipaddr_ntoa_r(addr, str, 16);
277 char *ipaddr_ntoa_r(const ip_addr_t *addr, char *buf, int buflen) function
/barrelfish-master/include/lwip2/lwip/
H A Dip_addr.h217 #define ipaddr_ntoa_r(addr, buf, buflen) (((addr) == NULL) ? "NULL" : \ macro
281 #define ipaddr_ntoa_r(ipaddr, buf, buflen) ip4addr_ntoa_r(ipaddr, buf, buflen) macro
326 #define ipaddr_ntoa_r(ipaddr, buf, buflen) ip6addr_ntoa_r(ipaddr, buf, buflen) macro
/barrelfish-master/include/
H A Darranet_impl.h206 char *ipaddr_ntoa_r(const ip_addr_t *addr, char *buf, int buflen);

Completed in 93 milliseconds