Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dpbuf.h146 u16_t pbuf_memcmp(struct pbuf* p, u16_t offset, const void* s2, u16_t n);
/external/syslinux/core/lwip/src/core/
Dpbuf.c1081 pbuf_memcmp(struct pbuf* p, u16_t offset, const void* s2, u16_t n) in pbuf_memcmp() function
1123 u16_t plus = pbuf_memcmp(p, i, mem, mem_len); in pbuf_memfind()