Go to the source code of this file.
|
class | Context |
| Internal connection structure which is used in LwIP tcp_ callbacks as arg. More...
|
|
◆ CRLF
◆ MINIMAL_REQUEST_LENGTH
#define MINIMAL_REQUEST_LENGTH 14 |
◆ memshift
#define memshift |
( |
|
ptr, |
|
|
|
size |
|
) |
| (reinterpret_cast<const void *>(reinterpret_cast<size_t>(ptr) + size)) |
◆ chrshift
#define chrshift |
( |
|
ptr, |
|
|
|
size |
|
) |
| (reinterpret_cast<const char *>(reinterpret_cast<size_t>(ptr) + size)) |
◆ memlen
#define memlen |
( |
|
start, |
|
|
|
end |
|
) |
| (reinterpret_cast<size_t>(end) - reinterpret_cast<size_t>(start) + 1) |
return lenght of data from start to end