Searched defs:inet_ntop (Results 1 – 6 of 6) sorted by relevance
/reactos/dll/win32/rpcrt4/ |
H A D | unix_func.c | 8 inet_ntop (int af, in inet_ntop() function
|
/reactos/dll/win32/winhttp/ |
H A D | inet_ntop.c | 57 inet_ntop(INT Family, const VOID *pAddr, PSTR pStringBuf, size_t StringBufSize) in inet_ntop() function
|
/reactos/dll/win32/wininet/ |
H A D | inet_ntop.c | 54 inet_ntop( in inet_ntop() function
|
/reactos/dll/win32/ws2_32/src/ |
H A D | addrconv.c | 497 inet_ntop( in inet_ntop() function
|
/reactos/dll/3rdparty/libtirpc/src/ |
H A D | rpc_generic.c | 644 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 D | sockets.h | 677 #define inet_ntop(af,src,dst,size) lwip_inet_ntop(af,src,dst,size) macro
|