Home
last modified time | relevance | path

Searched refs:LWIP_TAG (Results 1 – 2 of 2) sorted by relevance

/reactos/drivers/network/tcpip/ip/lwip_glue/
H A Dmemory.c3 #ifndef LWIP_TAG
4 #define LWIP_TAG 'PIwl' macro
10 return ExAllocatePoolWithTag(NonPagedPool, size, LWIP_TAG); in malloc()
28 ExFreePoolWithTag(mem, LWIP_TAG); in free()
H A Dlwip_glue.h9 #ifndef LWIP_TAG
10 #define LWIP_TAG 'PIwl' macro