Home
last modified time | relevance | path

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

/lib/liblwip/src/arch/
Detherif.c139 char *bufptr; in low_level_output() local
143 bufptr = &buf[0]; in low_level_output()
150 memcpy(bufptr, q->payload, q->len); in low_level_output()
151 bufptr += q->len; in low_level_output()
190 char *bufptr; in low_level_input() local
225 bufptr = &buf[0]; in low_level_input()
231 memcpy(q->payload, bufptr, q->len); in low_level_input()
232 bufptr += q->len; in low_level_input()
/lib/liblwip/src/netif/ppp/
Dvj.c597 u8_t *bufptr; in vj_uncompress_tcp() local
611 bufptr = n0->payload; in vj_uncompress_tcp()
613 MEMCPY(q->payload, bufptr, q->len); in vj_uncompress_tcp()
614 bufptr += q->len; in vj_uncompress_tcp()