Home
last modified time | relevance | path

Searched refs:mem_len (Results 1 – 2 of 2) sorted by relevance

/lib/liblwip/src/include/lwip/
Dpbuf.h171 u16_t pbuf_memfind(struct pbuf* p, const void* mem, u16_t mem_len, u16_t start_offset);
/lib/liblwip/src/core/
Dpbuf.c1140 pbuf_memfind(struct pbuf* p, const void* mem, u16_t mem_len, u16_t start_offset) in pbuf_memfind() argument
1143 u16_t max = p->tot_len - mem_len; in pbuf_memfind()
1144 if (p->tot_len >= mem_len + start_offset) { in pbuf_memfind()
1146 u16_t plus = pbuf_memcmp(p, i, mem, mem_len); in pbuf_memfind()