ReactOS 0.4.15-dev-7942-gd23573b
interface.h
Go to the documentation of this file.
1#pragma once
2
3#define IFENT_SOFTWARE_LOOPBACK 24 /* This is an SNMP constant from rfc1213 */
4
12 UINT NameMaxLen );
Type
Definition: Type.h:7
LONG NTSTATUS
Definition: precomp.h:26
UINT CountInterfaces()
Definition: interface.c:46
unsigned int * PUINT
Definition: ndis.h:50
unsigned int UINT
Definition: ndis.h:50
PIP_INTERFACE FindOnLinkInterface(PIP_ADDRESS Address)
Definition: interface.c:221
NTSTATUS GetInterfaceIPv4Address(PIP_INTERFACE Interface, ULONG Type, PULONG Address)
Definition: interface.c:19
UINT CountInterfaceAddresses(PIP_INTERFACE Interface)
NTSTATUS GetInterfaceSpeed(PIP_INTERFACE Interface, PUINT Speed)
Definition: interface.c:62
PIP_INTERFACE GetDefaultInterface(VOID)
Definition: interface.c:156
NTSTATUS GetInterfaceName(PIP_INTERFACE Interface, PCHAR NameBuffer, UINT NameMaxLen)
Definition: interface.c:70
VOID GetInterfaceConnectionStatus(PIP_INTERFACE Interface, PULONG OperStatus)
Definition: interface.c:254
static WCHAR Address[46]
Definition: ping.c:68
Definition: ip.h:23
uint32_t * PULONG
Definition: typedefs.h:59
uint32_t ULONG
Definition: typedefs.h:59
char * PCHAR
Definition: typedefs.h:51
_Must_inspect_result_ _In_ WDFDEVICE _In_ LPCGUID _Out_ PINTERFACE Interface
Definition: wdffdo.h:465