NetUtils Namespace Reference
Functions | |
bool | pbufIsStrEqual (const pbuf *buf, const char *compared, unsigned startPos) |
int | pbufFindChar (const pbuf *buf, char wtf, unsigned startPos=0) |
int | pbufFindStr (const pbuf *buf, const char *wtf, unsigned startPos=0) |
char * | pbufAllocateStrCopy (const pbuf *buf, unsigned startPos, unsigned length) |
String | pbufStrCopy (const pbuf *buf, unsigned startPos, unsigned length) |
bool | FixNetworkRouting () |
void | debugPrintTcpList () |
Function Documentation
◆ debugPrintTcpList()
void NetUtils::debugPrintTcpList | ( | ) |
◆ FixNetworkRouting()
|
inline |
◆ pbufAllocateStrCopy()
char* NetUtils::pbufAllocateStrCopy | ( | const pbuf * | buf, |
unsigned | startPos, | ||
unsigned | length | ||
) |
◆ pbufFindChar()
int NetUtils::pbufFindChar | ( | const pbuf * | buf, |
char | wtf, | ||
unsigned | startPos = 0 |
||
) |
◆ pbufFindStr()
int NetUtils::pbufFindStr | ( | const pbuf * | buf, |
const char * | wtf, | ||
unsigned | startPos = 0 |
||
) |
◆ pbufIsStrEqual()
bool NetUtils::pbufIsStrEqual | ( | const pbuf * | buf, |
const char * | compared, | ||
unsigned | startPos | ||
) |
◆ pbufStrCopy()
String NetUtils::pbufStrCopy | ( | const pbuf * | buf, |
unsigned | startPos, | ||
unsigned | length | ||
) |