ReactOS 0.4.16-dev-297-gc569aee
|
#include "precomp.h"
Go to the source code of this file.
Variables | |
KIRQL | KernelIrql = PASSIVE_LEVEL |
VOID TcpipAcquireFastMutex | ( | PFAST_MUTEX | Mutex | ) |
Definition at line 43 of file mocklock.c.
VOID TcpipAcquireSpinLock | ( | PKSPIN_LOCK | SpinLock, |
PKIRQL | Irql | ||
) |
Definition at line 19 of file mocklock.c.
Referenced by AddEntity(), AddrFileFree(), AddrFindShared(), AddrLocateInterface(), AddrSearchFirst(), AddrSearchNext(), ConnectionFree(), CountInterfaces(), FindOnLinkInterface(), GetContext(), GetDefaultInterface(), GetReassemblyInfo(), InfoTdiQueryEntityType(), InfoTdiQueryGetAddrTable(), InfoTdiQueryGetRouteTable(), InfoTdiQueryListEntities(), IPFreeReassemblyList(), IPRegisterInterface(), IPUnregisterInterface(), LANTransmit(), LANUnregisterAdapter(), LANUnregisterProtocol(), LogActiveObjects(), NBAddNeighbor(), NBCopyNeighbors(), NBLocateNeighbor(), NBQueuePacket(), NBRemoveNeighbor(), NBResetNeighborTimeout(), NBShutdown(), NBUpdateNeighbor(), ProcessFragment(), RemoveEntityByContext(), RemoveIPDR(), RouterCreateRoute(), RouterGetRoute(), RouterRemoveRoute(), RouterRemoveRoutesForInterface(), RouterShutdown(), and TiUnload().
VOID TcpipAcquireSpinLockAtDpcLevel | ( | PKSPIN_LOCK | SpinLock | ) |
Definition at line 24 of file mocklock.c.
Referenced by IPDatagramReassemblyTimeout(), NBDestroyNeighborsForInterface(), and NBTimeout().
KIRQL TcpipGetCurrentIrql | ( | ) |
Definition at line 14 of file mocklock.c.
VOID TcpipInitializeSpinLock | ( | PKSPIN_LOCK | SpinLock | ) |
Definition at line 16 of file mocklock.c.
Referenced by IPCreateInterface(), IPStartup(), NBStartup(), ProcessFragment(), and RouterStartup().
VOID TcpipInterlockedInsertTailList | ( | PLIST_ENTRY | ListHead, |
PLIST_ENTRY | Item, | ||
PKSPIN_LOCK | Lock | ||
) |
Definition at line 37 of file mocklock.c.
Referenced by IPRegisterInterface(), ProcessFragment(), and RouterAddRoute().
VOID TcpipReleaseFastMutex | ( | PFAST_MUTEX | Mutex | ) |
Definition at line 46 of file mocklock.c.
VOID TcpipReleaseSpinLock | ( | PKSPIN_LOCK | SpinLock, |
KIRQL | Irql | ||
) |
Definition at line 28 of file mocklock.c.
Referenced by AddEntity(), AddrFileFree(), AddrFindShared(), AddrLocateInterface(), AddrSearchFirst(), AddrSearchNext(), Cleanup(), ConnectionFree(), CountInterfaces(), FindOnLinkInterface(), GetContext(), GetDefaultInterface(), GetReassemblyInfo(), InfoTdiQueryEntityType(), InfoTdiQueryGetAddrTable(), InfoTdiQueryGetRouteTable(), InfoTdiQueryListEntities(), IPFreeReassemblyList(), IPRegisterInterface(), IPUnregisterInterface(), LANTransmit(), LANUnregisterAdapter(), LANUnregisterProtocol(), LogActiveObjects(), NBAddNeighbor(), NBCopyNeighbors(), NBLocateNeighbor(), NBQueuePacket(), NBRemoveNeighbor(), NBResetNeighborTimeout(), NBShutdown(), NBUpdateNeighbor(), ProcessFragment(), RemoveEntityByContext(), RemoveIPDR(), RouterCreateRoute(), RouterGetRoute(), RouterRemoveRoute(), RouterRemoveRoutesForInterface(), RouterShutdown(), and TiUnload().
VOID TcpipReleaseSpinLockFromDpcLevel | ( | PKSPIN_LOCK | SpinLock | ) |
Definition at line 33 of file mocklock.c.
Referenced by IPDatagramReassemblyTimeout(), NBDestroyNeighborsForInterface(), and NBTimeout().
KIRQL KernelIrql = PASSIVE_LEVEL |
Definition at line 12 of file mocklock.c.
Referenced by TcpipAcquireSpinLock(), TcpipAcquireSpinLockAtDpcLevel(), TcpipGetCurrentIrql(), TcpipReleaseSpinLock(), and TcpipReleaseSpinLockFromDpcLevel().