ReactOS 0.4.16-dev-41-ge8c7597
|
#include "iphlpapi_private.h"
Go to the source code of this file.
NTSTATUS addIPAddress | ( | IPAddr | Address, |
IPMask | Mask, | ||
DWORD | IfIndex, | ||
PULONG | NteContext, | ||
PULONG | NteInstance | ||
) |
Definition at line 643 of file ifenum_reactos.c.
Referenced by AddIPAddress().
Definition at line 377 of file ifenum_reactos.c.
Referenced by GetAdaptersInfo(), GetIfEntry(), and GetInterfaceInfo().
Definition at line 685 of file ifenum_reactos.c.
Referenced by DeleteIPAddress().
DWORD getAddrByIndexOrName | ( | char * | name, |
DWORD | index, | ||
IPHLPAddrType | addrType | ||
) |
Definition at line 476 of file ifenum_reactos.c.
Referenced by getInterfaceBCastAddrByIndex(), getInterfaceBCastAddrByName(), getInterfaceIPAddrByIndex(), getInterfaceMaskByIndex(), getInterfaceMaskByName(), getInterfaceMtuByIndex(), getInterfaceMtuByName(), getInterfaceStatusByIndex(), and getInterfaceStatusByName().
Definition at line 509 of file ifenum_reactos.c.
Referenced by GetIpAddrTable().
Definition at line 505 of file ifenum_reactos.c.
DWORD getInterfaceEntryByIndex | ( | DWORD | index, |
PMIB_IFROW | entry | ||
) |
Definition at line 608 of file ifenum_reactos.c.
Referenced by GetIfEntry().
DWORD getInterfaceEntryByName | ( | const char * | name, |
PMIB_IFROW | entry | ||
) |
Definition at line 583 of file ifenum_reactos.c.
Definition at line 381 of file ifenum_reactos.c.
InterfaceIndexTable * getInterfaceIndexTable | ( | void | ) |
Definition at line 447 of file ifenum_reactos.c.
Referenced by GetIfTable(), and GetIpAddrTable().
InterfaceIndexTable * getInterfaceIndexTableInt | ( | BOOL | nonLoopbackOnly | ) |
Definition at line 400 of file ifenum_reactos.c.
Referenced by getInterfaceIndexTable(), and getNonLoopbackInterfaceIndexTable().
Definition at line 304 of file ifenum_reactos.c.
Referenced by getInterfaceEntryByIndex(), getInterfaceNameByIndex(), getInterfacePhysicalByIndex(), and getIPAddrEntryForIf().
Definition at line 327 of file ifenum_reactos.c.
Referenced by getInterfaceEntryByName(), getInterfaceIndexByName(), getInterfacePhysicalByName(), and getIPAddrEntryForIf().
|
static |
Definition at line 156 of file ifenum_reactos.c.
Referenced by getInterfaceIndexTableInt(), getInterfaceInfoByIndex(), and getInterfaceInfoByName().
Definition at line 501 of file ifenum_reactos.c.
Referenced by GetAdaptersInfo(), and GetIpAddrTable().
Definition at line 455 of file ifenum_reactos.c.
Definition at line 517 of file ifenum_reactos.c.
Referenced by GetAdaptersInfo(), and GetIpAddrTable().
Definition at line 513 of file ifenum_reactos.c.
Definition at line 567 of file ifenum_reactos.c.
Definition at line 562 of file ifenum_reactos.c.
Definition at line 352 of file ifenum_reactos.c.
Referenced by GetAdaptersInfo(), GetIfEntry(), GetInterfaceInfo(), and GetPerAdapterInfo().
Definition at line 545 of file ifenum_reactos.c.
Referenced by GetAdaptersInfo().
Definition at line 528 of file ifenum_reactos.c.
Definition at line 521 of file ifenum_reactos.c.
Referenced by getInterfacePhysicalByIndex(), and getInterfacePhysicalByName().
Definition at line 577 of file ifenum_reactos.c.
Definition at line 572 of file ifenum_reactos.c.
Definition at line 460 of file ifenum_reactos.c.
Referenced by getAddrByIndexOrName().
InterfaceIndexTable * getNonLoopbackInterfaceIndexTable | ( | void | ) |
Definition at line 451 of file ifenum_reactos.c.
Referenced by GetAdaptersInfo(), and GetInterfaceInfo().
DWORD getNthInterfaceEntity | ( | HANDLE | tcpFile, |
DWORD | index, | ||
TDIEntityID * | ent | ||
) |
Definition at line 274 of file ifenum_reactos.c.
Definition at line 264 of file ifenum_reactos.c.
Referenced by GetIfTable(), GetIpAddrTable(), and GetNumberOfInterfaces().
Definition at line 225 of file ifenum_reactos.c.
Referenced by getNumInterfaces(), and getNumNonLoopbackInterfaces().
Definition at line 269 of file ifenum_reactos.c.
Referenced by GetAdaptersInfo(), and GetInterfaceInfo().
BOOL hasArp | ( | HANDLE | tcpFile, |
TDIEntityID * | arp_maybe | ||
) |
Definition at line 131 of file ifenum_reactos.c.
Referenced by getArpTable(), getNumArpEntries(), getNumTcpEntries(), getNumUdpEntries(), getTcpTable(), and getUdpTable().
Definition at line 49 of file ifenum_reactos.c.
Referenced by DllMain().
BOOL isInterface | ( | TDIEntityID * | if_maybe | ) |
Definition at line 114 of file ifenum_reactos.c.
Referenced by getArpTable(), getInterfaceInfoSet(), getNthInterfaceEntity(), getNumArpEntries(), and getNumInterfacesInt().
BOOL isLoopback | ( | HANDLE | tcpFile, |
TDIEntityID * | loop_maybe | ||
) |
Definition at line 119 of file ifenum_reactos.c.
Referenced by getInterfaceIndexTableInt(), and getNumInterfacesInt().
NTSTATUS tdiGetMibForIfEntity | ( | HANDLE | tcpFile, |
TDIEntityID * | ent, | ||
IFEntrySafelySized * | entry | ||
) |
Definition at line 59 of file ifenum_reactos.c.
Referenced by getInterfaceInfoSet(), and isLoopback().
Definition at line 631 of file ifenum_reactos.c.
Referenced by GetAdaptersInfo().
WINE_DEFAULT_DEBUG_CHANNEL | ( | iphlpapi | ) |