ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Functions | |
NTSTATUS | GetInterfaceIPv4Address (PIP_INTERFACE Interface, ULONG TargetType, PULONG Address) |
UINT | CountInterfaces () |
NTSTATUS | GetInterfaceSpeed (PIP_INTERFACE Interface, PUINT Speed) |
NTSTATUS | GetInterfaceName (PIP_INTERFACE Interface, PCHAR NameBuffer, UINT Len) |
PIP_INTERFACE | AddrLocateInterface (PIP_ADDRESS MatchAddress) |
BOOLEAN | HasPrefix (PIP_ADDRESS Address, PIP_ADDRESS Prefix, UINT Length) |
PIP_INTERFACE | GetDefaultInterface (VOID) |
PIP_INTERFACE | FindOnLinkInterface (PIP_ADDRESS Address) |
VOID | GetInterfaceConnectionStatus (PIP_INTERFACE Interface, PULONG Result) |
Variables | |
ULONG | NextDefaultAdapter = 0 |
PIP_INTERFACE AddrLocateInterface | ( | PIP_ADDRESS | MatchAddress | ) |
Definition at line 89 of file interface.c.
Referenced by DispTdiQueryIpHwAddress(), and FileOpenAddress().
UINT CountInterfaces | ( | ) |
Definition at line 46 of file interface.c.
Referenced by InfoTdiQueryGetIPSnmpInfo().
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 | Result | ||
) |
Definition at line 254 of file interface.c.
Referenced by GetDefaultInterface(), InfoTdiQueryGetInterfaceMIB(), and TCPUpdateInterfaceLinkStatus().
NTSTATUS GetInterfaceIPv4Address | ( | PIP_INTERFACE | Interface, |
ULONG | TargetType, | ||
PULONG | Address | ||
) |
Definition at line 19 of file interface.c.
Referenced by InfoTdiQueryGetAddrTable(), and TCPUpdateInterfaceIPInformation().
NTSTATUS GetInterfaceName | ( | PIP_INTERFACE | Interface, |
PCHAR | NameBuffer, | ||
UINT | Len | ||
) |
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().
BOOLEAN HasPrefix | ( | PIP_ADDRESS | Address, |
PIP_ADDRESS | Prefix, | ||
UINT | Length | ||
) |
Definition at line 111 of file interface.c.
Referenced by FindOnLinkInterface().
ULONG NextDefaultAdapter = 0 |
Definition at line 17 of file interface.c.
Referenced by GetDefaultInterface().