ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | IFENT_SOFTWARE_LOOPBACK 24 /* This is an SNMP constant from rfc1213 */ |
Functions | |
NTSTATUS | GetInterfaceIPv4Address (PIP_INTERFACE Interface, ULONG Type, PULONG Address) |
UINT | CountInterfaces (VOID) |
UINT | CountInterfaceAddresses (PIP_INTERFACE Interface) |
NTSTATUS | GetInterfaceSpeed (PIP_INTERFACE Interface, PUINT Speed) |
NTSTATUS | GetInterfaceName (PIP_INTERFACE Interface, PCHAR NameBuffer, UINT NameMaxLen) |
VOID | GetInterfaceConnectionStatus (PIP_INTERFACE Interface, PULONG OperStatus) |
PIP_INTERFACE | FindOnLinkInterface (PIP_ADDRESS Address) |
PIP_INTERFACE | GetDefaultInterface (VOID) |
Definition at line 3 of file interface.h.
UINT CountInterfaceAddresses | ( | PIP_INTERFACE | Interface | ) |
PIP_INTERFACE FindOnLinkInterface | ( | PIP_ADDRESS | Address | ) |
Definition at line 221 of file interface.c.
Referenced by RouteGetRouteToDestination().
PIP_INTERFACE GetDefaultInterface | ( | VOID | ) |
Definition at line 156 of file interface.c.
Referenced by DispTdiQueryIpHwAddress(), FindOnLinkInterface(), and NBLocateNeighbor().
VOID GetInterfaceConnectionStatus | ( | PIP_INTERFACE | Interface, |
PULONG | OperStatus | ||
) |
Definition at line 254 of file interface.c.
Referenced by GetDefaultInterface(), InfoTdiQueryGetInterfaceMIB(), and TCPUpdateInterfaceLinkStatus().
NTSTATUS GetInterfaceIPv4Address | ( | PIP_INTERFACE | Interface, |
ULONG | Type, | ||
PULONG | Address | ||
) |
Definition at line 19 of file interface.c.
Referenced by InfoTdiQueryGetAddrTable(), and TCPUpdateInterfaceIPInformation().
NTSTATUS GetInterfaceName | ( | PIP_INTERFACE | Interface, |
PCHAR | NameBuffer, | ||
UINT | NameMaxLen | ||
) |
Definition at line 70 of file interface.c.
NTSTATUS GetInterfaceSpeed | ( | PIP_INTERFACE | Interface, |
PUINT | Speed | ||
) |
Definition at line 62 of file interface.c.
Referenced by InfoTdiQueryGetInterfaceMIB().