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.

34 lines
565 B

  1. /*++
  2. Copyright (c) 1998, Microsoft Corporation
  3. Module Name:
  4. natarp.h
  5. Abstract:
  6. This module contains declarations for the NAT's user-mode proxy-ARP
  7. entry management. Proxy-ARP entries are installed on dedicated interfaces
  8. which have address-translation enabled.
  9. Author:
  10. Abolade Gbadegesin (aboladeg) 20-Mar-1998
  11. Revision History:
  12. --*/
  13. #ifndef _NATHLP_NATARP_H_
  14. #define _NATHLP_NATARP_H_
  15. struct _NAT_INTERFACE;
  16. VOID
  17. NatUpdateProxyArp(
  18. struct _NAT_INTERFACE* Interfacep,
  19. BOOLEAN AddEntries
  20. );
  21. #endif // _NATHLP_NATARP_H_