Searched defs:mem_len (Results 1 – 4 of 4) sorted by relevance
1140 pbuf_memfind(struct pbuf* p, const void* mem, u16_t mem_len, u16_t start_offset) in pbuf_memfind()
1404 pbuf_memfind(const struct pbuf* p, const void* mem, u16_t mem_len, u16_t start_offset) in pbuf_memfind()
1476 pbuf_memfind(const struct pbuf *p, const void *mem, u16_t mem_len, u16_t start_offset) in pbuf_memfind()
594 size_t mem_len = sizeof(struct smtp_session); in smtp_send_mail() local