Source code of Windows XP (NT5)
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

  1. DWORD WINAPI IpAddressFromAbcdWsz(IN const WCHAR* wszIpAddress);
  2. VOID
  3. WINAPI AbcdWszFromIpAddress(
  4. IN DWORD IpAddress,
  5. OUT WCHAR* wszIpAddress);
  6. VOID GetIPAddressOctets (PCWSTR pszIpAddress, DWORD ardw[4]);
  7. BOOL IsValidIPAddressSubnetMaskPair (PCWSTR szIp, PCWSTR szSubnet);
  8. BOOL IsContiguousSubnetMask (PCWSTR pszSubnet);
  9. BOOL ParamsGenerateSubnetMask (PWSTR ip, PWSTR sub);
  10. void ParamsGenerateMAC (const WCHAR * szClusterIP,
  11. OUT WCHAR * szClusterMAC,
  12. OUT WCHAR * szMulticastIP,
  13. BOOL fConvertMAC,
  14. BOOL fMulticast,
  15. BOOL fIGMP,
  16. BOOL fUseClusterIP);