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.

16 lines
635 B

  1. /********************************************************************/
  2. /** Microsoft LAN Manager **/
  3. /** Copyright(c) Microsoft Corp., 1990-2000 **/
  4. /********************************************************************/
  5. /* :ts=4 */
  6. //** ARP.H - Exports from ARP.
  7. //
  8. // This file contains the public definitons from ARP.
  9. int ARPInit(void);
  10. #pragma warning(push)
  11. #pragma warning(disable:4115) // named type definition in parenthesis
  12. int ARPRegister(PNDIS_STRING Adapter, uint *Flags,
  13. struct ARPInterface **Interface);
  14. #pragma warning(pop)