Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dpbuf.h256 u16_t pbuf_memfind(const struct pbuf* p, const void* mem, u16_t mem_len, u16_t start_offset);
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dpbuf.h288 u16_t pbuf_memfind(const struct pbuf* p, const void* mem, u16_t mem_len, u16_t start_offset);
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dpbuf.c1497 pbuf_memfind(const struct pbuf* p, const void* mem, u16_t mem_len, u16_t start_offset) in pbuf_memfind() argument
1500 u16_t max = p->tot_len - mem_len; in pbuf_memfind()
1501 if (p->tot_len >= mem_len + start_offset) { in pbuf_memfind()
1503 u16_t plus = pbuf_memcmp(p, i, mem, mem_len); in pbuf_memfind()

Completed in 18 milliseconds