Lines Matching full:sizeof
196 len = sizeof(flags);
210 if (setsockopt(fd, SOL_L2CAP, L2CAP_LM, &flags, sizeof(flags)) < 0)
231 start_req->h.length = sizeof(*start_req);
238 start_rsp->h.length = sizeof(*start_rsp);
243 streamfd_ind->h.length = sizeof(*streamfd_ind);
260 sizeof(bytes));
262 data->count = sizeof(struct rtp_header) + sizeof(struct rtp_payload);
300 stop_req->h.length = sizeof(*stop_req);
306 stop_rsp->h.length = sizeof(*stop_rsp);
508 open_req->h.length = sizeof(*open_req);
517 open_rsp->h.length = sizeof(*open_rsp);
530 setconf_req->h.length = sizeof(*setconf_req);
532 sizeof(data->sbc_capabilities));
535 setconf_req->codec.length = sizeof(data->sbc_capabilities);
536 setconf_req->h.length += setconf_req->codec.length - sizeof(setconf_req->codec);
650 payload = (struct rtp_payload *)(data->buffer + sizeof(*header));
652 memset(data->buffer, 0, sizeof(*header) + sizeof(*payload));
717 data->count = sizeof(struct rtp_header) + sizeof(struct rtp_payload);
768 } else if ((size_t) ret < sizeof(bt_audio_msg_header_t)) {
774 sizeof(error->posix_errno), 0);
836 err = setsockopt(sk, SOL_SOCKET, SO_RCVTIMEO, &tv, sizeof(tv));
852 int bytes_left = rsp->h.length - sizeof(*rsp);
872 codec->length != sizeof(data->sbc_capabilities))
898 getcaps_req->h.length = sizeof(*getcaps_req);
1110 data = malloc(sizeof(struct bluetooth_data));
1114 memset(data, 0, sizeof(struct bluetooth_data));
1203 sizeof(data->buffer) - data->count,