#include <NetUtils.h>
|
static bool | pbufIsStrEqual (const pbuf *buf, const char *compared, unsigned startPos) |
|
static int | pbufFindChar (const pbuf *buf, char wtf, unsigned startPos=0) |
|
static int | pbufFindStr (const pbuf *buf, const char *wtf, unsigned startPos=0) |
|
static char * | pbufAllocateStrCopy (const pbuf *buf, unsigned startPos, unsigned length) |
|
static String | pbufStrCopy (const pbuf *buf, unsigned startPos, unsigned length) |
|
static bool | FixNetworkRouting () |
|
static void | debugPrintTcpList () |
|
◆ debugPrintTcpList()
static void NetUtils::debugPrintTcpList |
( |
| ) |
|
|
static |
◆ FixNetworkRouting()
static bool NetUtils::FixNetworkRouting |
( |
| ) |
|
|
inlinestatic |
◆ pbufAllocateStrCopy()
static char* NetUtils::pbufAllocateStrCopy |
( |
const pbuf * |
buf, |
|
|
unsigned |
startPos, |
|
|
unsigned |
length |
|
) |
| |
|
static |
◆ pbufFindChar()
static int NetUtils::pbufFindChar |
( |
const pbuf * |
buf, |
|
|
char |
wtf, |
|
|
unsigned |
startPos = 0 |
|
) |
| |
|
static |
◆ pbufFindStr()
static int NetUtils::pbufFindStr |
( |
const pbuf * |
buf, |
|
|
const char * |
wtf, |
|
|
unsigned |
startPos = 0 |
|
) |
| |
|
static |
◆ pbufIsStrEqual()
static bool NetUtils::pbufIsStrEqual |
( |
const pbuf * |
buf, |
|
|
const char * |
compared, |
|
|
unsigned |
startPos |
|
) |
| |
|
static |
◆ pbufStrCopy()
static String NetUtils::pbufStrCopy |
( |
const pbuf * |
buf, |
|
|
unsigned |
startPos, |
|
|
unsigned |
length |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: