Lines Matching refs:u16_t
93 u16_t tot_len;
96 u16_t len;
109 u16_t ref;
146 struct pbuf *pbuf_alloc(pbuf_layer l, u16_t length, pbuf_type type);
148 struct pbuf *pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type,
150 u16_t payload_mem_len);
152 void pbuf_realloc(struct pbuf *p, u16_t size);
161 u16_t pbuf_copy_partial(struct pbuf *p, void *dataptr, u16_t len, u16_t offset);
162 err_t pbuf_take(struct pbuf *buf, const void *dataptr, u16_t len);
165 err_t pbuf_fill_chksum(struct pbuf *p, u16_t start_offset, const void *dataptr,
166 u16_t len, u16_t *chksum);
169 u8_t pbuf_get_at(struct pbuf* p, u16_t offset);
170 u16_t pbuf_memcmp(struct pbuf* p, u16_t offset, const void* s2, u16_t n);
171 u16_t pbuf_memfind(struct pbuf* p, const void* mem, u16_t mem_len, u16_t start_offset);
172 u16_t pbuf_strstr(struct pbuf* p, const char* substr);