ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

interface.h
Go to the documentation of this file.
00001 #pragma once
00002 
00003 #include <ip.h>
00004 
00005 #define IFENT_SOFTWARE_LOOPBACK 24 /* This is an SNMP constant from rfc1213 */
00006 
00007 NTSTATUS GetInterfaceIPv4Address( PIP_INTERFACE Interface,
00008                   ULONG Type,
00009                   PULONG Address );
00010 UINT CountInterfaces(VOID);
00011 UINT CountInterfaceAddresses( PIP_INTERFACE Interface );
00012 NTSTATUS GetInterfaceSpeed( PIP_INTERFACE Interface, PUINT Speed );
00013 NTSTATUS GetInterfaceName( PIP_INTERFACE Interface, PCHAR NameBuffer,
00014                UINT NameMaxLen );
00015 NTSTATUS GetInterfaceConnectionStatus( PIP_INTERFACE Interface,
00016                                        PULONG OperStatus );
00017 PIP_INTERFACE FindOnLinkInterface(PIP_ADDRESS Address);

Generated on Sat May 26 2012 04:26:39 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.