Searched refs:pszAddrString (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/ws2_32/src/ |
H A D | addrconv.c | 565 _In_ PCSTR pszAddrString, in inet_pton() argument 571 if (!pszAddrString || !pAddrBuf) in inet_pton() 580 Status = RtlIpv4StringToAddressA(pszAddrString, TRUE, &ch, pAddrBuf); in inet_pton() 583 Status = RtlIpv6StringToAddressA(pszAddrString, &ch, pAddrBuf); in inet_pton() 602 _In_ PCWSTR pszAddrString, in InetPtonW() argument 608 if (!pszAddrString || !pAddrBuf) in InetPtonW() 617 Status = RtlIpv4StringToAddressW(pszAddrString, TRUE, &ch, pAddrBuf); in InetPtonW() 620 Status = RtlIpv6StringToAddressW(pszAddrString, &ch, pAddrBuf); in InetPtonW()
|
/reactos/sdk/include/psdk/ |
H A D | ws2tcpip.h | 440 _In_ PCSTR pszAddrString, 447 _In_ PCWSTR pszAddrString, 482 _In_ PCSTR pszAddrString, 488 _In_ PCWSTR pszAddrString,
|