Home
last modified time | relevance | path

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

/lib/liblwip/src/include/lwip/
Dpbuf.h170 u16_t pbuf_memcmp(struct pbuf* p, u16_t offset, const void* s2, u16_t n);
/lib/liblwip/src/core/
Dpbuf.c1104 pbuf_memcmp(struct pbuf* p, u16_t offset, const void* s2, u16_t n) in pbuf_memcmp() function
1146 u16_t plus = pbuf_memcmp(p, i, mem, mem_len); in pbuf_memfind()