Searched refs:pbuf_skip (Results 1 – 3 of 3) sorted by relevance
/third_party/lwip/src/apps/snmp/ |
D | snmp_pbuf_stream.c | 115 struct pbuf *pbuf = pbuf_skip(pbuf_stream->pbuf, pbuf_stream->offset, &target_offset); in snmp_pbuf_stream_writeto()
|
/third_party/lwip/src/include/lwip/ |
D | pbuf.h | 304 struct pbuf *pbuf_skip(struct pbuf* in, u16_t in_offset, u16_t* out_offset);
|
/third_party/lwip/src/core/ |
D | pbuf.c | 1212 pbuf_skip(struct pbuf *in, u16_t in_offset, u16_t *out_offset) in pbuf_skip() function 1277 struct pbuf *q = pbuf_skip(buf, offset, &target_offset); in pbuf_take_at() 1448 struct pbuf *q = pbuf_skip(p, offset, &q_idx); in pbuf_put_at()
|