Home | History | Annotate | Download | only in llcp

Lines Matching defs:p_dst

866     UINT8      *p, *p_dst, send_seq, rcv_seq, error_flags;
963 p_dst = (UINT8*) (p_last_buf + 1) + p_last_buf->offset + p_last_buf->len;
966 UINT16_TO_BE_STREAM (p_dst, info_len);
971 memcpy (p_dst, p, info_len);
1005 p_dst = (UINT8*) (p_msg + 1);
1008 UINT16_TO_BE_STREAM (p_dst, info_len);
1011 memcpy (p_dst, p, info_len);