Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dpbuf.h147 u16_t pbuf_memfind(struct pbuf* p, const void* mem, u16_t mem_len, u16_t start_offset);
/external/syslinux/core/lwip/src/core/
Dpbuf.c1117 pbuf_memfind(struct pbuf* p, const void* mem, u16_t mem_len, u16_t start_offset) in pbuf_memfind() function
1155 return pbuf_memfind(p, substr, (u16_t)substr_len, 0); in pbuf_strstr()