Lines Matching refs:msghdr
147 struct msghdr msgh; in unix_sendmsg_fd()
1700 bt_audio_msg_header_t *msghdr = (void *) buf; in client_cb() local
1722 type = bt_audio_strtype(msghdr->type); in client_cb()
1723 name = bt_audio_strname(msghdr->name); in client_cb()
1727 if (msghdr->length != len) { in client_cb()
1732 switch (msghdr->name) { in client_cb()
1735 (struct bt_get_capabilities_req *) msghdr); in client_cb()
1739 (struct bt_open_req *) msghdr); in client_cb()
1743 (struct bt_set_configuration_req *) msghdr); in client_cb()
1747 (struct bt_start_stream_req *) msghdr); in client_cb()
1751 (struct bt_stop_stream_req *) msghdr); in client_cb()
1755 (struct bt_close_req *) msghdr); in client_cb()
1759 (struct bt_control_req *) msghdr); in client_cb()
1763 (struct bt_delay_report_req *) msghdr); in client_cb()
1767 msghdr->name); in client_cb()