Home | History | Annotate | Download | only in lib

Lines Matching refs:sdp_buf_t

103 static int sdp_gen_buffer(sdp_buf_t *buf, sdp_data_t *d);
664 static int sdp_get_data_type(sdp_buf_t *buf, uint8_t dtd)
697 static int sdp_set_data_type(sdp_buf_t *buf, uint8_t dtd)
709 void sdp_set_attrid(sdp_buf_t *buf, uint16_t attr)
721 static int get_data_size(sdp_buf_t *buf, sdp_data_t *sdpdata)
736 static int sdp_get_data_size(sdp_buf_t *buf, sdp_data_t *d)
812 static int sdp_gen_buffer(sdp_buf_t *buf, sdp_data_t *d)
836 int sdp_gen_pdu(sdp_buf_t *buf, sdp_data_t *d)
944 sdp_append_to_pdu((sdp_buf_t *)udata, (sdp_data_t *)value);
949 sdp_gen_buffer((sdp_buf_t *)udata, (sdp_data_t *)value);
952 int sdp_gen_record_pdu(const sdp_record_t *rec, sdp_buf_t *buf)
954 memset(buf, 0, sizeof(sdp_buf_t));
2775 void sdp_append_to_buf(sdp_buf_t *dst, uint8_t *data, uint32_t len)
2822 void sdp_append_to_pdu(sdp_buf_t *pdu, sdp_data_t *d)
2824 sdp_buf_t append;
2826 memset(&append, 0, sizeof(sdp_buf_t));
2926 sdp_buf_t pdu;
3061 sdp_buf_t pdu;
3222 sdp_buf_t buf;
3256 memset(&buf, 0, sizeof(sdp_buf_t));
3518 sdp_buf_t rsp_concat_buf;
3526 memset(&rsp_concat_buf, 0, sizeof(sdp_buf_t));
3655 sdp_buf_t rsp_concat_buf;
3769 memset(&t->rsp_concat_buf, 0, sizeof(sdp_buf_t));
3870 memset(&t->rsp_concat_buf, 0, sizeof(sdp_buf_t));
3982 memset(&t->rsp_concat_buf, 0, sizeof(sdp_buf_t));
4326 sdp_buf_t rsp_concat_buf;
4334 memset(&rsp_concat_buf, 0, sizeof(sdp_buf_t));