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.

13 lines
506 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. int ARPRegister(PNDIS_STRING Adapter, uint *Flags,
  11. struct ARPInterface **Interface);