Home | History | Annotate | Download | only in lib

Lines Matching refs:sdp_buf_t

75 static int sdp_gen_buffer(sdp_buf_t *buf, sdp_data_t *d);
638 static int sdp_get_data_type(sdp_buf_t *buf, uint8_t dtd)
671 static int sdp_set_data_type(sdp_buf_t *buf, uint8_t dtd)
683 void sdp_set_attrid(sdp_buf_t *buf, uint16_t attr)
694 static int get_data_size(sdp_buf_t *buf, sdp_data_t *sdpdata)
709 static int sdp_get_data_size(sdp_buf_t *buf, sdp_data_t *d)
785 static int sdp_gen_buffer(sdp_buf_t *buf, sdp_data_t *d)
809 int sdp_gen_pdu(sdp_buf_t *buf, sdp_data_t *d)
917 sdp_append_to_pdu((sdp_buf_t *)udata, (sdp_data_t *)value);
922 sdp_gen_buffer((sdp_buf_t *)udata, (sdp_data_t *)value);
925 int sdp_gen_record_pdu(const sdp_record_t *rec, sdp_buf_t *buf)
927 memset(buf, 0, sizeof(sdp_buf_t));
2754 void sdp_append_to_buf(sdp_buf_t *dst, uint8_t *data, uint32_t len)
2796 void sdp_append_to_pdu(sdp_buf_t *pdu, sdp_data_t *d)
2798 sdp_buf_t append;
2800 memset(&append, 0, sizeof(sdp_buf_t));
2900 sdp_buf_t pdu;
3035 sdp_buf_t pdu;
3196 sdp_buf_t buf;
3230 memset(&buf, 0, sizeof(sdp_buf_t));
3491 sdp_buf_t rsp_concat_buf;
3499 memset(&rsp_concat_buf, 0, sizeof(sdp_buf_t));
3631 sdp_buf_t rsp_concat_buf;
3745 memset(&t->rsp_concat_buf, 0, sizeof(sdp_buf_t));
3846 memset(&t->rsp_concat_buf, 0, sizeof(sdp_buf_t));
3958 memset(&t->rsp_concat_buf, 0, sizeof(sdp_buf_t));
4300 sdp_buf_t rsp_concat_buf;
4308 memset(&rsp_concat_buf, 0, sizeof(sdp_buf_t));