Home
last modified time | relevance | path

Searched refs:pbuf_skip (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/apps/snmp/
Dsnmp_pbuf_stream.c115 struct pbuf *pbuf = pbuf_skip(pbuf_stream->pbuf, pbuf_stream->offset, &target_offset); in snmp_pbuf_stream_writeto()
/third_party/lwip/src/include/lwip/
Dpbuf.h304 struct pbuf *pbuf_skip(struct pbuf* in, u16_t in_offset, u16_t* out_offset);
/third_party/lwip/src/core/
Dpbuf.c1212 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()