Home | History | Annotate | Download | only in llcp

Lines Matching refs:p_dst

961   uint8_t* p_dst;
1002 p_dst =
1006 UINT16_TO_BE_STREAM(p_dst, ui_pdu_length);
1009 memcpy(p_dst, p_ui_pdu, ui_pdu_length);
1034 p_dst = (uint8_t*)(p_msg + 1);
1037 UINT16_TO_BE_STREAM(p_dst, ui_pdu_length);
1039 memcpy(p_dst, p_ui_pdu, ui_pdu_length);