Leaked source code of windows server 2003
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.

39 lines
450 B

  1. /*++
  2. Copyright (c) 2002 Microsoft Corporation
  3. Module Name:
  4. wsautils.h
  5. Abstract:
  6. IPv6 related functions
  7. Author:
  8. kumarp 18-July-2002 created
  9. Revision History:
  10. --*/
  11. #ifndef _WSAUTILS_H
  12. #define _WSAUTILS_H
  13. //
  14. // taken from /nt/net/sockets/winsock2/wsp/afdsys/kdext/tdiutil.c
  15. //
  16. INT
  17. MyIp6AddressToString (
  18. PIN6_ADDR Addr,
  19. PWCHAR S,
  20. INT L
  21. );
  22. #endif _WSAUTILS_H