Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygeninterface.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
1.7.6.1
|