Home
last modified time | relevance | path

Searched defs:inet_ntoa (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/src/network/
Dinet_ntoa.c4 char *inet_ntoa(struct in_addr in) in inet_ntoa() function
/third_party/lwip/src/include/lwip/
Dinet.h141 #define inet_ntoa(addr) ip4addr_ntoa((const ip4_addr_t*)&(addr)) macro