Home
last modified time | relevance | path

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

/reactos/sdk/include/psdk/
H A Dwsipv6ok.h63 #define inet_ntoa(a) inet_ntoa_IPV6INCOMPATIBLE macro
/reactos/dll/win32/ws2_32/src/
H A Daddrconv.c160 inet_ntoa(IN IN_ADDR in) in inet_ntoa() function
/reactos/drivers/network/tcpip/lwip/src/include/lwip/
H A Dinet.h158 #define inet_ntoa(addr) ip4addr_ntoa((const ip4_addr_t*)&(addr)) macro