Searched refs:pbuf_memfind (Results 1 – 2 of 2) sorted by relevance
147 u16_t pbuf_memfind(struct pbuf* p, const void* mem, u16_t mem_len, u16_t start_offset);
1117 pbuf_memfind(struct pbuf* p, const void* mem, u16_t mem_len, u16_t start_offset) in pbuf_memfind() function1155 return pbuf_memfind(p, substr, (u16_t)substr_len, 0); in pbuf_strstr()