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

  /external/bluetooth/bluedroid/stack/l2cap/
l2c_main.c 325 UINT16 rej_reason, rej_mtu, lcid, rcid, info_type; local
727 STREAM_TO_UINT16 (info_type, p);
728 l2cu_send_peer_info_rsp (p_lcb, id, info_type);
739 STREAM_TO_UINT16 (info_type, p);
742 p_lcb->info_rx_bits |= (1 << info_type);
744 if ( (info_type == L2CAP_EXTENDED_FEATURES_INFO_TYPE)
764 if (info_type == L2CAP_FIXED_CHANNELS_INFO_TYPE)
775 else if (info_type == L2CAP_CONNLESS_MTU_INFO_TYPE)
    [all...]
  /external/libpcap/
pcap1.h 126 bpf_u_int32 info_type; /* enum pcap1_info_types */ member in struct:pcap1_info_container
  /external/lldb/include/lldb/Core/
EmulateInstruction.h 179 enum InfoType info_type; member in struct:lldb_private::EmulateInstruction::Context
241 info_type (eInfoTypeNoArgs)
249 info_type = eInfoTypeRegisterPlusOffset;
258 info_type = eInfoTypeRegisterPlusIndirectOffset;
268 info_type = eInfoTypeRegisterToRegisterPlusOffset;
279 info_type = eInfoTypeRegisterToRegisterPlusIndirectOffset;
289 info_type = eInfoTypeRegisterRegisterOperands;
297 info_type = eInfoTypeOffset;
304 info_type = eInfoTypeRegister;
311 info_type = eInfoTypeImmediate
    [all...]
  /external/tcpdump/
print-slow.c 90 u_int8_t info_type; member in struct:slow_oam_info_t

Completed in 187 milliseconds