Go to the source code of this file.
◆ PNETIF
Definition at line 4 of file ip.c.
◆ LibIPInitialize()
Definition at line 33 of file ip.c.
34{
35
37}
void tcpip_init(tcpip_init_done_fn initfunc, void *arg)
Referenced by TCPStartup().
◆ LibIPInsertPacket()
Definition at line 10 of file ip.c.
13{
15
19
22 {
25
27
29 }
30}
GLint GLenum GLsizei GLsizei GLsizei GLint GLsizei const GLvoid * data
struct pbuf * pbuf_alloc(pbuf_layer layer, u16_t length, pbuf_type type)
#define RtlCopyMemory(Destination, Source, Length)
Referenced by TCPReceive().
◆ LibIPShutdown()
◆ sys_shutdown()
Definition at line 332 of file sys_arch.c.
333{
336
337
339
340
342 {
344
346 {
352
354 }
355 }
356
359}
#define KeWaitForSingleObject(pEvt, foo, a, b, c)
#define KeSetEvent(pEvt, foo, foo2)
PLIST_ENTRY NTAPI ExInterlockedRemoveHeadList(IN OUT PLIST_ENTRY ListHead, IN OUT PKSPIN_LOCK Lock)
VOID NTAPI ExDeleteNPagedLookasideList(IN PNPAGED_LOOKASIDE_LIST Lookaside)
NTSYSAPI NTSTATUS NTAPI ZwClose(_In_ HANDLE Handle)
void(* ThreadFunction)(void *arg)
static LIST_ENTRY ThreadListHead
static KSPIN_LOCK ThreadListLock
NPAGED_LOOKASIDE_LIST MessageLookasideList
NPAGED_LOOKASIDE_LIST QueueEntryLookasideList
#define CONTAINING_RECORD(address, type, field)
Referenced by LibIPShutdown().