|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "precomp.h"#include <debug.h>
Go to the source code of this file.
Functions | |
| VOID | AddEntity (ULONG EntityType, PVOID Context, ULONG Flags) |
| VOID | RemoveEntityByContext (PVOID Context) |
| PVOID | GetContext (TDIEntityID ID) |
| TDI_STATUS | InfoCopyOut (PCHAR DataOut, UINT SizeOut, PNDIS_BUFFER ClientBuf, PUINT ClientBufSize) |
| TDI_STATUS | InfoTdiQueryEntityType (TDIEntityID ID, PNDIS_BUFFER Buffer, PUINT BufferSize) |
| TDI_STATUS | InfoTdiQueryListEntities (PNDIS_BUFFER Buffer, PUINT BufferSize) |
| TDI_STATUS | InfoTdiQueryGetATInfo (TDIEntityID ID, PIP_INTERFACE Interface, PNDIS_BUFFER Buffer, PUINT BufferSize) |
| TDI_STATUS | InfoTdiQueryInformationEx (PTDI_REQUEST Request, TDIObjectID *ID, PNDIS_BUFFER Buffer, PUINT BufferSize, PVOID Context) |
| TDI_STATUS | InfoTdiSetInformationEx (PTDI_REQUEST Request, TDIObjectID *ID, PVOID Buffer, UINT BufferSize) |
Definition at line 15 of file info.c.
Referenced by FileOpenAddress(), and InsertTDIInterfaceEntity().
| PVOID GetContext | ( | TDIEntityID | ID | ) |
Definition at line 68 of file info.c.
Referenced by InfoTdiQueryInformationEx(), and InfoTdiSetInformationEx().
| TDI_STATUS InfoCopyOut | ( | PCHAR | DataOut, |
| UINT | SizeOut, | ||
| PNDIS_BUFFER | ClientBuf, | ||
| PUINT | ClientBufSize | ||
| ) |
Definition at line 97 of file info.c.
Referenced by InfoTdiQueryEntityType(), InfoTdiQueryGetAddrTable(), InfoTdiQueryGetArptableMIB(), InfoTdiQueryGetATInfo(), InfoTdiQueryGetConnectionTcpTable(), InfoTdiQueryGetConnectionUdpTable(), InfoTdiQueryGetInterfaceMIB(), InfoTdiQueryGetIPSnmpInfo(), InfoTdiQueryGetRouteTable(), and InfoTransportLayerTdiQueryEx().
| TDI_STATUS InfoTdiQueryEntityType | ( | TDIEntityID | ID, |
| PNDIS_BUFFER | Buffer, | ||
| PUINT | BufferSize | ||
| ) |
Definition at line 112 of file info.c.
Referenced by InfoTdiQueryInformationEx().
| TDI_STATUS InfoTdiQueryGetATInfo | ( | TDIEntityID | ID, |
| PIP_INTERFACE | Interface, | ||
| PNDIS_BUFFER | Buffer, | ||
| PUINT | BufferSize | ||
| ) |
Definition at line 184 of file info.c.
Referenced by InfoTdiQueryInformationEx().
| TDI_STATUS InfoTdiQueryInformationEx | ( | PTDI_REQUEST | Request, |
| TDIObjectID * | ID, | ||
| PNDIS_BUFFER | Buffer, | ||
| PUINT | BufferSize, | ||
| PVOID | Context | ||
| ) |
Definition at line 215 of file info.c.
Referenced by DispTdiQueryInformationEx().
| TDI_STATUS InfoTdiQueryListEntities | ( | PNDIS_BUFFER | Buffer, |
| PUINT | BufferSize | ||
| ) |
Definition at line 146 of file info.c.
Referenced by InfoTdiQueryInformationEx().
| TDI_STATUS InfoTdiSetInformationEx | ( | PTDI_REQUEST | Request, |
| TDIObjectID * | ID, | ||
| PVOID | Buffer, | ||
| UINT | BufferSize | ||
| ) |
Definition at line 382 of file info.c.
Referenced by DispTdiSetInformationEx().
Definition at line 46 of file info.c.
Referenced by AddrFileFree(), and RemoveTDIInterfaceEntity().