mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
761 B
21 lines
761 B
DWORD WINAPI IpAddressFromAbcdWsz(IN const WCHAR* wszIpAddress);
|
|
VOID
|
|
WINAPI AbcdWszFromIpAddress(
|
|
IN DWORD IpAddress,
|
|
OUT WCHAR* wszIpAddress);
|
|
VOID GetIPAddressOctets (PCWSTR pszIpAddress, DWORD ardw[4]);
|
|
BOOL IsValidIPAddressSubnetMaskPair (PCWSTR szIp, PCWSTR szSubnet);
|
|
|
|
|
|
BOOL IsContiguousSubnetMask (PCWSTR pszSubnet);
|
|
|
|
BOOL ParamsGenerateSubnetMask (PWSTR ip, PWSTR sub);
|
|
void ParamsGenerateMAC (const WCHAR * szClusterIP,
|
|
OUT WCHAR * szClusterMAC,
|
|
OUT WCHAR * szMulticastIP,
|
|
BOOL fConvertMAC,
|
|
BOOL fMulticast,
|
|
BOOL fIGMP,
|
|
BOOL fUseClusterIP);
|
|
|
|
|