Home
last modified time | relevance | path

Searched defs:address_type (Results 1 – 22 of 22) sorted by relevance

/external/tcpdump/
Dprint-lspping.c434 nd_uint8_t address_type; member
440 nd_uint8_t address_type; member
448 nd_uint8_t address_type; member
456 nd_uint8_t address_type; member
464 nd_uint8_t address_type; member
502 u_int address_type; in lspping_print() local
/external/python/bumble/docs/mkdocs/src/hive/web/scanner/
Dscanner.js55 … { address: entry.address, address_type: entry.address_type, rssi: entry.rssi, data: entry.data } property
/external/python/bumble/web/scanner/
Dscanner.js55 … { address: entry.address, address_type: entry.address_type, rssi: entry.rssi, data: entry.data } property
/external/autotest/client/cros/cellular/
Dcellular.py161 def __init__(self, address, address_type='INAT', address_plan='ISDN'): argument
/external/autotest/client/common_lib/cros/bluetooth/
Dbluetooth_socket.py923 def start_discovery(self, index, address_type): argument
948 def stop_discovery(self, index, address_type): argument
1130 def add_device(self, index, address, address_type, action): argument
1158 def remove_device(self, index, address, address_type): argument
/external/python/bumble/rust/src/wrapper/
Dhci.rs91 pub fn address_type(&self) -> PyResult<AddressType> { in address_type() method
/external/kernel-headers/original/uapi/linux/
Ddns_resolver.h113 __u8 address_type; /* enum dns_payload_address_type */ member
/external/cronet/net/socket/
Dsocks5_client_socket.cc444 SocksEndPointAddressType address_type = in DoHandshakeReadComplete() local
/external/python/cpython2/Lib/multiprocessing/
Dconnection.py98 def address_type(address): function
/external/deqp-deps/SPIRV-Tools/source/opt/
Dinstruction.cpp227 const analysis::Type* address_type = in IsReadOnlyLoad() local
/external/angle/third_party/spirv-tools/src/source/opt/
Dinstruction.cpp227 const analysis::Type* address_type = in IsReadOnlyLoad() local
/external/python/bumble/apps/
Dconsole.py1147 def __init__(self, address, address_type, ad_data, rssi, connectable): argument
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstruction.cpp227 const analysis::Type* address_type = in IsReadOnlyLoad() local
/external/autotest/server/cros/bluetooth/
Dbluetooth_device.py459 def add_device(self, address, address_type, action): argument
474 def remove_device(self, address, address_type): argument
Dbluetooth_adapter_tests.py3610 def add_device(self, address, address_type, action): argument
3615 def remove_device(self, address, address_type): argument
/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci-spec/
Dprotocol.h975 LEAddressType address_type; member
1148 LEAddressType address_type; member
1530 LEPeerAddressType address_type; member
1545 LEPeerAddressType address_type; member
/external/python/cpython3/Lib/multiprocessing/
Dconnection.py95 def address_type(address): function
/external/rust/crates/virtio-drivers/src/transport/pci/
Dbus.rs287 let address_type = MemoryBarType::try_from(((bar_orig & 0x00000006) >> 1) as u8)?; in bar_info() localVariable
/external/autotest/client/cros/multimedia/
Dbluetooth_facade.py2393 def add_device(self, address, address_type, action): argument
2411 def remove_device(self, address, address_type): argument
/external/python/bumble/bumble/
Dhci.py1818 def address_type_name(address_type): argument
1838 def parse_address_with_type(data, offset, address_type): argument
/external/openthread/tests/scripts/thread-cert/
Dnode.py2149 def get_ip6_address(self, address_type): argument
/external/rust/crates/ash/src/vk/
Ddefinitions.rs72014 pub address_type: DeviceFaultAddressTypeEXT, field
72044 pub fn address_type(mut self, address_type: DeviceFaultAddressTypeEXT) -> Self { in address_type() method