Home
last modified time | relevance | path

Searched refs:packet_id (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
H A Deg_debug.c229 unsigned packet_id = AC_GET_TRACE_POINT_ID(ib[1]); in ac_parse_packet3() local
232 fprintf(f, COLOR_RED "Trace point ID: %u\n", packet_id); in ac_parse_packet3()
238 if (packet_id < trace_id) in ac_parse_packet3()
242 else if (packet_id == trace_id) in ac_parse_packet3()
247 else if (packet_id+1 == trace_id) in ac_parse_packet3()
/third_party/curl/tests/server/
H A Dmqttd.c427 /* packet_id if QoS is set */ in publish()
497 unsigned short packet_id; in mqttit() local
633 packet_id = (unsigned short)((buffer[0] << 8) | buffer[1]); in mqttit()
647 logmsg("SUBSCRIBE to '%s' [%d]", topic, packet_id); in mqttit()
652 if(suback(dump, fd, packet_id)) { in mqttit()
657 if(publish(dump, fd, packet_id, topic, data, datalen)) { in mqttit()
662 if(suback(dump, fd, packet_id)) { in mqttit()
670 publish(dump, fd, packet_id, topic, def, strlen(def)); in mqttit()
/third_party/ffmpeg/libavformat/
H A Dmmst.c95 int packet_id; ///< Identifier for packets in the current stream. member
358 } else if(packet_id_type == mmst->packet_id) { in get_tcp_server_response()
499 mmst->packet_id++; // new packet_id in send_media_packet_request()
500 bytestream_put_le32(&mms->write_out_ptr, mmst->packet_id); in send_media_packet_request()
537 mmst->packet_id = 3; // default, initial value. in mms_open()
/third_party/mesa3d/src/amd/common/
H A Dac_debug.c489 unsigned packet_id = AC_GET_TRACE_POINT_ID(ib->ib[ib->cur_dw]); in ac_parse_packet3() local
492 fprintf(f, "%sTrace point ID: %u%s\n", O_COLOR_RED, packet_id, O_COLOR_RESET); in ac_parse_packet3()
497 *current_trace_id = packet_id; in ac_parse_packet3()
500 if (packet_id < *ib->trace_ids) { in ac_parse_packet3()
503 } else if (packet_id == *ib->trace_ids) { in ac_parse_packet3()
507 } else if (packet_id + 1 == *ib->trace_ids) { in ac_parse_packet3()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-mqtt.h136 uint16_t packet_id; /* Packet ID for QoS > member
159 uint16_t packet_id; member
/third_party/libwebsockets/lib/secure-streams/protocols/
H A Dss-mqtt.c191 mqpp.packet_id = (uint16_t)(h->txord - 1); in secstream_mqtt_publish()
461 h->u.mqtt.shadow_sub.packet_id = (uint16_t)(h->txord - 1); in secstream_mqtt_shadow_subscribe()
840 lmsp.packet_id = (uint16_t)(h->txord - 1); in secstream_mqtt()
/third_party/libwebsockets/lib/roles/mqtt/
H A Dmqtt.c2045 wsi->mqtt->ack_pkt_id = pub->packet_id = nwsi->mqtt->pkt_id; in lws_mqtt_client_send_publish()
2048 lws_ser_wu16be(p, pub->packet_id); in lws_mqtt_client_send_publish()
2235 wsi->mqtt->ack_pkt_id = sub->packet_id = ++nwsi->mqtt->pkt_id; in lws_mqtt_client_send_subcribe()
2237 (int)sub->packet_id); in lws_mqtt_client_send_subcribe()
/third_party/libdrm/include/drm/
H A Dradeon_drm.h194 unsigned char cmd_type, packet_id, pad0, pad1; member

Completed in 16 milliseconds