ReactOS 0.4.15-dev-8434-g155a7c7
tilists.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TIPASTE(x, y)   x ## y
 
#define IF_LIST_ITER(n)
 
#define ForEachInterface(n)
 
#define EndFor(n)
 

Macro Definition Documentation

◆ EndFor

#define EndFor (   n)
Value:
TI_DbgPrint(MAX_TRACE,("Next " # n " %x\n", \
TIPASTE(n,Entry->Flink))); \
TIPASTE(n,Entry) = TIPASTE(n,Entry)->Flink; \
}
#define MAX_TRACE
Definition: debug.h:16
#define TI_DbgPrint(_t_, _x_)
Definition: debug.h:45
GLdouble n
Definition: glext.h:7729
base of all file and directory entries
Definition: entries.h:83
#define TIPASTE(x, y)
Definition: tilists.h:3

Definition at line 20 of file tilists.h.

◆ ForEachInterface

#define ForEachInterface (   n)
Value:
while (TIPASTE(n,Entry) != &InterfaceListHead) { \
(MAX_TRACE,( # n ": %x\n", \
TIPASTE(n,Entry))); \
ASSERT(TIPASTE(n,Entry)); \
ListEntry); \
ASSERT(n);
LIST_ENTRY InterfaceListHead
Definition: ip.c:17
struct _LIST_ENTRY * Flink
Definition: typedefs.h:121
#define CONTAINING_RECORD(address, type, field)
Definition: typedefs.h:260

Definition at line 9 of file tilists.h.

◆ IF_LIST_ITER

#define IF_LIST_ITER (   n)
Value:

Definition at line 5 of file tilists.h.

◆ TIPASTE

#define TIPASTE (   x,
  y 
)    x ## y

Definition at line 3 of file tilists.h.