Lines Matching refs:ptr
296 static uint8_t unescape(uint8_t **ptr) in unescape() argument
298 uint8_t *pos = *ptr; in unescape()
305 *ptr += 2; in unescape()
310 *ptr += 1; in unescape()
320 uint8_t *ptr; in ppp_verify_fcs() local
326 ptr = buf; in ppp_verify_fcs()
327 while (ptr < &buf[len]) { in ppp_verify_fcs()
328 net_pkt_write_u8(pkt, unescape(&ptr)); in ppp_verify_fcs()
391 uint8_t *ptr; in ppp_calc_fcs() local
397 ptr = buf; in ppp_calc_fcs()
398 while (ptr < &buf[len]) { in ppp_calc_fcs()
399 net_pkt_write_u8(pkt, unescape(&ptr)); in ppp_calc_fcs()