INET Framework for OMNeT++/OMNEST
|
Namespaces | |
inet | |
Copyright (c) 2005 Jan Ringo�, www.ringos.cz. | |
inet::tcp | |
Macros | |
#define | LWIP_MEMPOOL(name, num, size, desc) MEMP_##name, |
Enumerations | |
enum | inet::tcp::memp_t { inet::tcp::MEMP_MAX } |
Functions | |
void | inet::tcp::memp_init (void) |
Initialize this module. More... | |
void * | inet::tcp::memp_malloc (memp_t type) |
Get an element from a specific pool. More... | |
void | inet::tcp::memp_free (memp_t type, void *mem) |
Put an element back into its pool. More... | |
#define LWIP_MEMPOOL | ( | name, | |
num, | |||
size, | |||
desc | |||
) | MEMP_##name, |