Home | History | Annotate | Download | only in llcp

Lines Matching defs:p_dst

980     UINT8        *p_dst;
1025 p_dst = (UINT8*) (p_last_buf + 1) + p_last_buf->offset + p_last_buf->len;
1028 UINT16_TO_BE_STREAM (p_dst, ui_pdu_length);
1031 memcpy (p_dst, p_ui_pdu, ui_pdu_length);
1062 p_dst = (UINT8*) (p_msg + 1);
1065 UINT16_TO_BE_STREAM (p_dst, ui_pdu_length);
1067 memcpy (p_dst, p_ui_pdu, ui_pdu_length);