Searched refs:mem_len (Results 1 – 2 of 2) sorted by relevance
171 u16_t pbuf_memfind(struct pbuf* p, const void* mem, u16_t mem_len, u16_t start_offset);
1140 pbuf_memfind(struct pbuf* p, const void* mem, u16_t mem_len, u16_t start_offset) in pbuf_memfind() argument1143 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()