Go to the documentation of this file.
13 #include <lwip/init.h>
15 #if LWIP_VERSION_MAJOR == 2
16 #include "lwip/priv/tcp_priv.h"
18 #include "lwip/tcp_impl.h"
31 bool pbufIsStrEqual(
const pbuf* buf,
const char* compared,
unsigned startPos);
32 int pbufFindChar(
const pbuf* buf,
char wtf,
unsigned startPos = 0);
33 int pbufFindStr(
const pbuf* buf,
const char* wtf,
unsigned startPos = 0);
37 #ifdef FIX_NETWORK_ROUTING
bool FixNetworkRouting()
Definition: NetUtils.h:40
int pbufFindChar(const pbuf *buf, char wtf, unsigned startPos=0)
The String class.
Definition: WString.h:136
Definition: NetUtils.h:28
int pbufFindStr(const pbuf *buf, const char *wtf, unsigned startPos=0)
bool pbufIsStrEqual(const pbuf *buf, const char *compared, unsigned startPos)
String pbufStrCopy(const pbuf *buf, unsigned startPos, unsigned length)
char * pbufAllocateStrCopy(const pbuf *buf, unsigned startPos, unsigned length)