Home
last modified time | relevance | path

Searched refs:transaction_id (Results 1 – 12 of 12) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmpconnection.c149 gdouble transaction_id; member
155 transaction_new (gdouble transaction_id, GstRtmpCommandCallback func, in transaction_new() argument
159 data->transaction_id = transaction_id; in transaction_new()
1022 gdouble transaction_id; in gst_rtmp_connection_handle_cm() local
1031 args = gst_amf_parse_command (map.data, map.size, &transaction_id, in gst_rtmp_connection_handle_cm()
1040 if (!isfinite (transaction_id) || transaction_id < 0 || in gst_rtmp_connection_handle_cm()
1041 transaction_id > G_MAXUINT) { in gst_rtmp_connection_handle_cm()
1044 GST_STR_NULL (command_name), transaction_id); in gst_rtmp_connection_handle_cm()
1045 } else if (transaction_id > sc->transaction_count) { in gst_rtmp_connection_handle_cm()
1048 GST_STR_NULL (command_name), transaction_id, sc->transaction_count); in gst_rtmp_connection_handle_cm()
[all …]
Damf.h107 gdouble * transaction_id, gchar ** command_name);
111 GBytes * gst_amf_serialize_command (gdouble transaction_id,
113 GBytes * gst_amf_serialize_command_valist (gdouble transaction_id,
Damf.c932 gdouble * transaction_id, gchar ** command_name) in gst_amf_parse_command() argument
988 if (transaction_id) { in gst_amf_parse_command()
989 *transaction_id = gst_amf_node_get_number (node2); in gst_amf_parse_command()
1162 gst_amf_serialize_command (gdouble transaction_id, const gchar * command_name, in gst_amf_serialize_command() argument
1169 ret = gst_amf_serialize_command_valist (transaction_id, command_name, in gst_amf_serialize_command()
1177 gst_amf_serialize_command_valist (gdouble transaction_id, in gst_amf_serialize_command_valist() argument
1189 transaction_id); in gst_amf_serialize_command_valist()
1194 serialize_number (array, transaction_id); in gst_amf_serialize_command_valist()
/third_party/lwip/src/core/ipv6/
Ddhcp6.c407 msg_out->transaction_id[0] = (u8_t)(dhcp6->xid >> 16); in dhcp6_create_msg()
408 msg_out->transaction_id[1] = (u8_t)(dhcp6->xid >> 8); in dhcp6_create_msg()
409 msg_out->transaction_id[2] = (u8_t)dhcp6->xid; in dhcp6_create_msg()
730 xid = reply_msg->transaction_id[0] << 16; in dhcp6_recv()
731 xid |= reply_msg->transaction_id[1] << 8; in dhcp6_recv()
732 xid |= reply_msg->transaction_id[2]; in dhcp6_recv()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddpp_reconfig.c145 wpabuf_put_u8(msg, auth->transaction_id); in dpp_reconfig_build_req()
287 auth->transaction_id = 1; in dpp_reconfig_init()
358 wpabuf_put_u8(msg, auth->transaction_id); in dpp_reconfig_build_resp()
513 auth->transaction_id = trans_id[0]; in dpp_reconfig_auth_req_rx()
576 wpabuf_put_u8(clear, auth->transaction_id); in dpp_reconfig_build_conf()
687 if (trans_id[0] != auth->transaction_id) { in dpp_reconfig_auth_resp_rx()
904 trans_id[0] != auth->transaction_id) { in dpp_reconfig_auth_conf_rx()
Ddpp.h343 u8 transaction_id; member
/third_party/lwip/src/include/lwip/prot/
Ddhcp6.h61 PACK_STRUCT_FLD_8(u8_t transaction_id[DHCP6_TRANSACTION_ID_LEN]);
/third_party/toybox/toys/pending/
Ddhcp6.c98 uint8_t msgtype, transaction_id[3], options[524]; member
285 memcpy(mesg.transaction_id, TT.transction_id, 3); in send_msg()
618 !memcmp(mymsg->dhcp6.transaction_id, TT.transction_id, 3)) { in dhcp6_main()
Ddhcpd.c158 uint8_t transaction_id[3]; member
1031 memcpy(gstate.send.send_pkt6.transaction_id, gstate.rcvd.rcvd_pkt6.transaction_id, 3); in prepare_send_pkt6()
1743 memcpy(&transactionid, &gstate.rcvd.rcvd_pkt6.transaction_id, in dhcpd_main()
1751 if (!gstate.rcvd.rcvd_pkt6.transaction_id || in dhcpd_main()
1752 memcmp(gstate.rcvd.rcvd_pkt6.transaction_id, transactionid, 3)) { in dhcpd_main()
/third_party/ntfs-3g/include/ntfs-3g/
Dlogfile.h394 le32 transaction_id; member
/third_party/ntfs-3g/ntfsprogs/
Dntfsrecover.c863 && logr->transaction_id in likelyop()
912 && !logr->transaction_id in likelyop()
2180 (long)le32_to_cpu(logr->transaction_id)); in showlogr()
2248 id = logr->transaction_id; in mark_transactions()
2256 if (!logr->transaction_id in mark_transactions()
2260 && (logr->transaction_id == id) in mark_transactions()
2275 if (logr->transaction_id in mark_transactions()
Dntfsdump_logfile.c559 (unsigned int)le32_to_cpu(lr->transaction_id)); in dump_log_record()