Searched refs:pbuf_memcmp (Results 1 – 2 of 2) sorted by relevance
146 u16_t pbuf_memcmp(struct pbuf* p, u16_t offset, const void* s2, u16_t n);
1081 pbuf_memcmp(struct pbuf* p, u16_t offset, const void* s2, u16_t n) in pbuf_memcmp() function1123 u16_t plus = pbuf_memcmp(p, i, mem, mem_len); in pbuf_memfind()