Home
last modified time | relevance | path

Searched defs:inet_ntop (Results 1 – 6 of 6) sorted by relevance

/reactos/dll/win32/rpcrt4/
H A Dunix_func.c8 inet_ntop (int af, in inet_ntop() function
/reactos/dll/win32/winhttp/
H A Dinet_ntop.c57 inet_ntop(INT Family, const VOID *pAddr, PSTR pStringBuf, size_t StringBufSize) in inet_ntop() function
/reactos/dll/win32/wininet/
H A Dinet_ntop.c54 inet_ntop( in inet_ntop() function
/reactos/dll/win32/ws2_32/src/
H A Daddrconv.c497 inet_ntop( in inet_ntop() function
/reactos/dll/3rdparty/libtirpc/src/
H A Drpc_generic.c644 inet_ntop(INT af, const VOID *src, PSTR dst, size_t cnt) in inet_ntop() function
/reactos/drivers/network/tcpip/lwip/src/include/lwip/
H A Dsockets.h677 #define inet_ntop(af,src,dst,size) lwip_inet_ntop(af,src,dst,size) macro