Home
last modified time | relevance | path

Searched refs:localhost_name_entry (Results 1 – 20 of 20) sorted by relevance

/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-bthci_sco.c76 localhost_name_entry_t *localhost_name_entry; in dissect_bthci_sco() local
236localhost_name_entry = (localhost_name_entry_t *)wmem_tree_lookup32_array_le(bluetooth_data->local… in dissect_bthci_sco()
237 … if (localhost_name_entry && localhost_name_entry->interface_id == bluetooth_data->interface_id && in dissect_bthci_sco()
238 localhost_name_entry->adapter_id == bluetooth_data->adapter_id) in dissect_bthci_sco()
239 localhost_name = localhost_name_entry->name; in dissect_bthci_sco()
H A Dpacket-bthci_iso.c121 localhost_name_entry_t *localhost_name_entry; in dissect_bthci_iso() local
302localhost_name_entry = (localhost_name_entry_t *)wmem_tree_lookup32_array_le(bluetooth_data->local… in dissect_bthci_iso()
303 … if (localhost_name_entry && localhost_name_entry->interface_id == bluetooth_data->interface_id && in dissect_bthci_iso()
304 localhost_name_entry->adapter_id == bluetooth_data->adapter_id) in dissect_bthci_iso()
305 localhost_name = localhost_name_entry->name; in dissect_bthci_iso()
H A Dpacket-bluetooth.c3409 localhost_name_entry_t *localhost_name_entry; in save_local_device_name_from_eir_ad() local
3435localhost_name_entry = (localhost_name_entry_t *) wmem_new(wmem_file_scope(), localhost_name_entry… in save_local_device_name_from_eir_ad()
3436 localhost_name_entry->interface_id = k_interface_id; in save_local_device_name_from_eir_ad()
3437 localhost_name_entry->adapter_id = k_adapter_id; in save_local_device_name_from_eir_ad()
3438 localhost_name_entry->name = wmem_strdup(wmem_file_scope(), name); in save_local_device_name_from_eir_ad()
3440 wmem_tree_insert32_array(bluetooth_data->localhost_name, key, localhost_name_entry); in save_local_device_name_from_eir_ad()
H A Dpacket-bthci_acl.c142 localhost_name_entry_t *localhost_name_entry; in dissect_bthci_acl() local
328localhost_name_entry = (subtree) ? (localhost_name_entry_t *) wmem_tree_lookup32_le(subtree, pinfo… in dissect_bthci_acl()
329 if (localhost_name_entry) in dissect_bthci_acl()
330 localhost_name = localhost_name_entry->name; in dissect_bthci_acl()
H A Dpacket-bthci_evt.c4088 localhost_name_entry_t *localhost_name_entry; in dissect_bthci_evt_command_complete() local
4101localhost_name_entry = (localhost_name_entry_t *) wmem_new(wmem_file_scope(), localhost_name_entry… in dissect_bthci_evt_command_complete()
4102 localhost_name_entry->interface_id = interface_id; in dissect_bthci_evt_command_complete()
4103 localhost_name_entry->adapter_id = adapter_id; in dissect_bthci_evt_command_complete()
4104 localhost_name_entry->name = wmem_strdup(wmem_file_scope(), name); in dissect_bthci_evt_command_complete()
4106 wmem_tree_insert32_array(bluetooth_data->localhost_name, key, localhost_name_entry); in dissect_bthci_evt_command_complete()
6796 localhost_name_entry_t *localhost_name_entry; in dissect_bthci_evt() local
6814 localhost_name_entry->interface_id = interface_id; in dissect_bthci_evt()
6815 localhost_name_entry->adapter_id = adapter_id; in dissect_bthci_evt()
6816 localhost_name_entry->name = lastest_bthci_cmd_data->data.name; in dissect_bthci_evt()
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-bthci_sco.c76 localhost_name_entry_t *localhost_name_entry; in dissect_bthci_sco() local
236localhost_name_entry = (localhost_name_entry_t *)wmem_tree_lookup32_array_le(bluetooth_data->local… in dissect_bthci_sco()
237 … if (localhost_name_entry && localhost_name_entry->interface_id == bluetooth_data->interface_id && in dissect_bthci_sco()
238 localhost_name_entry->adapter_id == bluetooth_data->adapter_id) in dissect_bthci_sco()
239 localhost_name = localhost_name_entry->name; in dissect_bthci_sco()
H A Dpacket-bthci_iso.c121 localhost_name_entry_t *localhost_name_entry; in dissect_bthci_iso() local
302localhost_name_entry = (localhost_name_entry_t *)wmem_tree_lookup32_array_le(bluetooth_data->local… in dissect_bthci_iso()
303 … if (localhost_name_entry && localhost_name_entry->interface_id == bluetooth_data->interface_id && in dissect_bthci_iso()
304 localhost_name_entry->adapter_id == bluetooth_data->adapter_id) in dissect_bthci_iso()
305 localhost_name = localhost_name_entry->name; in dissect_bthci_iso()
H A Dpacket-bluetooth.c3409 localhost_name_entry_t *localhost_name_entry; in save_local_device_name_from_eir_ad() local
3435localhost_name_entry = (localhost_name_entry_t *) wmem_new(wmem_file_scope(), localhost_name_entry… in save_local_device_name_from_eir_ad()
3436 localhost_name_entry->interface_id = k_interface_id; in save_local_device_name_from_eir_ad()
3437 localhost_name_entry->adapter_id = k_adapter_id; in save_local_device_name_from_eir_ad()
3438 localhost_name_entry->name = wmem_strdup(wmem_file_scope(), name); in save_local_device_name_from_eir_ad()
3440 wmem_tree_insert32_array(bluetooth_data->localhost_name, key, localhost_name_entry); in save_local_device_name_from_eir_ad()
H A Dpacket-bthci_acl.c142 localhost_name_entry_t *localhost_name_entry;
328localhost_name_entry = (subtree) ? (localhost_name_entry_t *) wmem_tree_lookup32_le(subtree, pinfo…
329 if (localhost_name_entry)
330 localhost_name = localhost_name_entry->name;
H A Dpacket-bthci_evt.c4088 localhost_name_entry_t *localhost_name_entry; in dissect_bthci_evt_command_complete() local
4101localhost_name_entry = (localhost_name_entry_t *) wmem_new(wmem_file_scope(), localhost_name_entry… in dissect_bthci_evt_command_complete()
4102 localhost_name_entry->interface_id = interface_id; in dissect_bthci_evt_command_complete()
4103 localhost_name_entry->adapter_id = adapter_id; in dissect_bthci_evt_command_complete()
4104 localhost_name_entry->name = wmem_strdup(wmem_file_scope(), name); in dissect_bthci_evt_command_complete()
4106 wmem_tree_insert32_array(bluetooth_data->localhost_name, key, localhost_name_entry); in dissect_bthci_evt_command_complete()
6796 localhost_name_entry_t *localhost_name_entry; in dissect_bthci_evt() local
6814 localhost_name_entry->interface_id = interface_id; in dissect_bthci_evt()
6815 localhost_name_entry->adapter_id = adapter_id; in dissect_bthci_evt()
6816 localhost_name_entry->name = lastest_bthci_cmd_data->data.name; in dissect_bthci_evt()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-bthci_sco.c76 localhost_name_entry_t *localhost_name_entry;
236localhost_name_entry = (localhost_name_entry_t *)wmem_tree_lookup32_array_le(bluetooth_data->local…
237 … if (localhost_name_entry && localhost_name_entry->interface_id == bluetooth_data->interface_id &&
238 localhost_name_entry->adapter_id == bluetooth_data->adapter_id)
239 localhost_name = localhost_name_entry->name;
H A Dpacket-bthci_iso.c121 localhost_name_entry_t *localhost_name_entry; in dissect_bthci_iso() local
302localhost_name_entry = (localhost_name_entry_t *)wmem_tree_lookup32_array_le(bluetooth_data->local… in dissect_bthci_iso()
303 … if (localhost_name_entry && localhost_name_entry->interface_id == bluetooth_data->interface_id && in dissect_bthci_iso()
304 localhost_name_entry->adapter_id == bluetooth_data->adapter_id) in dissect_bthci_iso()
305 localhost_name = localhost_name_entry->name; in dissect_bthci_iso()
H A Dpacket-bluetooth.c3409 localhost_name_entry_t *localhost_name_entry; in save_local_device_name_from_eir_ad() local
3435localhost_name_entry = (localhost_name_entry_t *) wmem_new(wmem_file_scope(), localhost_name_entry… in save_local_device_name_from_eir_ad()
3436 localhost_name_entry->interface_id = k_interface_id; in save_local_device_name_from_eir_ad()
3437 localhost_name_entry->adapter_id = k_adapter_id; in save_local_device_name_from_eir_ad()
3438 localhost_name_entry->name = wmem_strdup(wmem_file_scope(), name); in save_local_device_name_from_eir_ad()
3440 wmem_tree_insert32_array(bluetooth_data->localhost_name, key, localhost_name_entry); in save_local_device_name_from_eir_ad()
H A Dpacket-bthci_acl.c142 localhost_name_entry_t *localhost_name_entry; in dissect_bthci_acl() local
328localhost_name_entry = (subtree) ? (localhost_name_entry_t *) wmem_tree_lookup32_le(subtree, pinfo… in dissect_bthci_acl()
329 if (localhost_name_entry) in dissect_bthci_acl()
330 localhost_name = localhost_name_entry->name; in dissect_bthci_acl()
H A Dpacket-bthci_evt.c4088 localhost_name_entry_t *localhost_name_entry;
4101localhost_name_entry = (localhost_name_entry_t *) wmem_new(wmem_file_scope(), localhost_name_entry…
4102 localhost_name_entry->interface_id = interface_id;
4103 localhost_name_entry->adapter_id = adapter_id;
4104 localhost_name_entry->name = wmem_strdup(wmem_file_scope(), name);
4106 wmem_tree_insert32_array(bluetooth_data->localhost_name, key, localhost_name_entry);
6796 localhost_name_entry_t *localhost_name_entry;
6814 localhost_name_entry->interface_id = interface_id;
6815 localhost_name_entry->adapter_id = adapter_id;
6816 localhost_name_entry->name = lastest_bthci_cmd_data->data.name;
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-bthci_sco.c76 localhost_name_entry_t *localhost_name_entry;
236localhost_name_entry = (localhost_name_entry_t *)wmem_tree_lookup32_array_le(bluetooth_data->local…
237 … if (localhost_name_entry && localhost_name_entry->interface_id == bluetooth_data->interface_id &&
238 localhost_name_entry->adapter_id == bluetooth_data->adapter_id)
239 localhost_name = localhost_name_entry->name;
H A Dpacket-bthci_iso.c121 localhost_name_entry_t *localhost_name_entry;
302localhost_name_entry = (localhost_name_entry_t *)wmem_tree_lookup32_array_le(bluetooth_data->local…
303 … if (localhost_name_entry && localhost_name_entry->interface_id == bluetooth_data->interface_id &&
304 localhost_name_entry->adapter_id == bluetooth_data->adapter_id)
305 localhost_name = localhost_name_entry->name;
H A Dpacket-bluetooth.c3409 localhost_name_entry_t *localhost_name_entry;
3435localhost_name_entry = (localhost_name_entry_t *) wmem_new(wmem_file_scope(), localhost_name_entry…
3436 localhost_name_entry->interface_id = k_interface_id;
3437 localhost_name_entry->adapter_id = k_adapter_id;
3438 localhost_name_entry->name = wmem_strdup(wmem_file_scope(), name);
3440 wmem_tree_insert32_array(bluetooth_data->localhost_name, key, localhost_name_entry);
H A Dpacket-bthci_acl.c142 localhost_name_entry_t *localhost_name_entry;
328localhost_name_entry = (subtree) ? (localhost_name_entry_t *) wmem_tree_lookup32_le(subtree, pinfo…
329 if (localhost_name_entry)
330 localhost_name = localhost_name_entry->name;
H A Dpacket-bthci_evt.c4088 localhost_name_entry_t *localhost_name_entry; in dissect_bthci_evt_command_complete() local
4101localhost_name_entry = (localhost_name_entry_t *) wmem_new(wmem_file_scope(), localhost_name_entry… in dissect_bthci_evt_command_complete()
4102 localhost_name_entry->interface_id = interface_id; in dissect_bthci_evt_command_complete()
4103 localhost_name_entry->adapter_id = adapter_id; in dissect_bthci_evt_command_complete()
4104 localhost_name_entry->name = wmem_strdup(wmem_file_scope(), name); in dissect_bthci_evt_command_complete()
4106 wmem_tree_insert32_array(bluetooth_data->localhost_name, key, localhost_name_entry); in dissect_bthci_evt_command_complete()
6796 localhost_name_entry_t *localhost_name_entry; in dissect_bthci_evt() local
6814 localhost_name_entry->interface_id = interface_id; in dissect_bthci_evt()
6815 localhost_name_entry->adapter_id = adapter_id; in dissect_bthci_evt()
6816 localhost_name_entry->name = lastest_bthci_cmd_data->data.name; in dissect_bthci_evt()
[all …]