HomeSort by relevance Sort by last modified time
    Searched defs:transaction_id (Results 1 - 22 of 22) sorted by null

  /device/google/marlin/dataservices/rmnetctl/inc/
librmnetctl_hndl.h 51 * @var transaction_id message number for debugging
59 uint32_t transaction_id; member in struct:rmnetctl_hndl_s
  /bionic/libc/kernel/android/uapi/linux/usb/
f_mtp.h 30 uint32_t transaction_id; member in struct:mtp_file_range
  /external/webrtc/webrtc/p2p/base/
stunserver_unittest.cc 78 std::string transaction_id = "0123456789ab"; local
80 req.SetTransactionID(transaction_id);
86 EXPECT_EQ(req.transaction_id(), msg->transaction_id());
turnserver.h 77 const std::string& transaction_id() const { return transaction_id_; } function in class:cricket::TurnServerAllocation
stun.cc 313 std::string transaction_id;
314 if (!buf->ReadString(&transaction_id, kStunTransactionIdLength))
322 transaction_id.insert(0, magic_cookie);
324 ASSERT(IsValidTransactionId(transaction_id));
325 transaction_id_ = transaction_id;
409 bool StunMessage::IsValidTransactionId(const std::string& transaction_id) {
410 return transaction_id.size() == kStunTransactionIdLength ||
411 transaction_id.size() == kStunLegacyTransactionIdLength;
583 const std::string& transaction_id = owner_->transaction_id(); local
    [all...]
stun.h 139 const std::string& transaction_id() const { return transaction_id_; } function in class:cricket::StunMessage
199 static bool IsValidTransactionId(const std::string& transaction_id);
  /frameworks/av/media/mtp/
MtpFfsHandle.h 110 __le32 transaction_id; member in struct:android::mtp_data_header
  /external/tcpdump/
print-cfm.c 113 uint8_t transaction_id[4]; member in struct:cfm_lbm_t
117 uint8_t transaction_id[4]; member in struct:cfm_ltm_t
129 uint8_t transaction_id[4]; member in struct:cfm_ltr_t
480 EXTRACT_32BITS(msg_ptr.cfm_ltm->transaction_id),
503 EXTRACT_32BITS(msg_ptr.cfm_ltr->transaction_id),
  /system/bt/stack/sdp/
sdpint.h 185 uint16_t transaction_id; member in struct:__anon2532
  /external/autotest/client/cros/
dhcp_packet.py 17 packet = dhcp_packet.create_offer_packet(transaction_id,
530 def create_offer_packet(transaction_id,
544 packet.set_field(FIELD_TRANSACTION_ID, transaction_id)
558 def create_request_packet(transaction_id,
566 packet.set_field(FIELD_TRANSACTION_ID, transaction_id)
580 def create_acknowledgement_packet(transaction_id,
590 packet.set_field(FIELD_TRANSACTION_ID, transaction_id)
604 def create_nak_packet(transaction_id, hwmac_addr):
608 @param transaction_id: The DHCP transaction ID.
617 packet.set_field(FIELD_TRANSACTION_ID, transaction_id)
727 def transaction_id(self): member in class:DhcpPacket
    [all...]
  /external/toybox/toys/pending/
dhcp6.c 98 uint8_t msgtype, transaction_id[3], options[524]; member in struct:dhcp6_msg_s
288 memcpy(mesg.transaction_id, TT.transction_id, 3);
624 !memcmp(mymsg->dhcp6.transaction_id, TT.transction_id, 3)) {
dhcpd.c 158 uint8_t transaction_id[3]; member in struct:dhcp6_msg_s
    [all...]
  /system/chre/platform/shared/include/chre/platform/shared/
host_messages_generated.h 700 uint32_t transaction_id() const { function in struct:chre::fbs::ChreMessage::FLATBUFFERS_FINAL_CLASS
742 void add_transaction_id(uint32_t transaction_id) {
743 fbb_.AddElement<uint32_t>(LoadNanoappRequest::VT_TRANSACTION_ID, transaction_id, 0);
778 uint32_t transaction_id = 0,
792 builder_.add_transaction_id(transaction_id);
798 uint32_t transaction_id = 0,
807 transaction_id,
822 uint32_t transaction_id() const { function in struct:chre::fbs::ChreMessage::FLATBUFFERS_FINAL_CLASS
847 void add_transaction_id(uint32_t transaction_id) {
848 fbb_.AddElement<uint32_t>(LoadNanoappResponse::VT_TRANSACTION_ID, transaction_id, 0)
886 uint32_t transaction_id() const { function in struct:chre::fbs::ChreMessage::FLATBUFFERS_FINAL_CLASS
947 uint32_t transaction_id() const { function in struct:chre::fbs::ChreMessage::FLATBUFFERS_FINAL_CLASS
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bcmevent.h 402 uint8 transaction_id; /* service transaction id */ member in struct:wl_sd_tlv
  /system/chre/host/common/include/chre_host/
host_messages_generated.h 958 uint32_t transaction_id; member in struct:chre::fbs::ChreMessage::LoadNanoappRequestT
1009 uint32_t transaction_id() const { function in struct:chre::fbs::ChreMessage::FLATBUFFERS_FINAL_CLASS
1153 uint32_t transaction_id; member in struct:chre::fbs::ChreMessage::LoadNanoappResponseT
1170 uint32_t transaction_id() const { function in struct:chre::fbs::ChreMessage::FLATBUFFERS_FINAL_CLASS
1244 uint32_t transaction_id; member in struct:chre::fbs::ChreMessage::UnloadNanoappRequestT
1261 uint32_t transaction_id() const { function in struct:chre::fbs::ChreMessage::FLATBUFFERS_FINAL_CLASS
1333 uint32_t transaction_id; member in struct:chre::fbs::ChreMessage::UnloadNanoappResponseT
1347 uint32_t transaction_id() const { function in struct:chre::fbs::ChreMessage::FLATBUFFERS_FINAL_CLASS
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi_nan.h 39 typedef u16 transaction_id; typedef
    [all...]
  /hardware/qcom/msm8996/kernel-headers/media/
msm_camera.h 117 uint32_t transaction_id; member in struct:v4l2_event_and_payload
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/media/
msm_camera.h 232 uint32_t transaction_id; member in struct:v4l2_event_and_payload
    [all...]
  /hardware/qcom/msm8998/kernel-headers/media/
msm_camera.h 117 uint32_t transaction_id; member in struct:v4l2_event_and_payload
    [all...]
  /hardware/qcom/msm8998/original-kernel-headers/media/
msm_camera.h 232 uint32_t transaction_id; member in struct:v4l2_event_and_payload
    [all...]
  /external/libmtp/src/
ptp.h 53 uint32_t Transaction_ID;
2470 uint32_t transaction_id; member in struct:_PTPParams
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 3973 uint8 transaction_id; \/* Transaction id *\/ member in struct:__anon47018
    [all...]

Completed in 1155 milliseconds