Home
last modified time | relevance | path

Searched refs:get_connection_info (Results 1 – 7 of 7) sorted by relevance

/external/openssh/
Dservconf.h284 struct connection_info *get_connection_info(struct ssh *, int, int);
Dsshd.c1620 connection_info = get_connection_info(ssh, 0, 0);
1929 connection_info = get_connection_info(ssh, 0, 0);
Dauth.c573 ci = get_connection_info(ssh, 1, options.use_dns); in getpwnamallow()
Dservconf.c967 get_connection_info(struct ssh *ssh, int populate, int use_dns) in get_connection_info() function
/external/autotest/server/cros/bluetooth/
Dbluetooth_device.py1594 def get_connection_info(self, address): member in BluetoothDevice
1604 return self._proxy.get_connection_info(address)
Dbluetooth_adapter_tests.py2114 return (self.bluetooth_facade.get_connection_info(device_address)
4040 return (self.bluetooth_facade.get_connection_info(address)
/external/autotest/client/cros/multimedia/
Dbluetooth_facade_native.py3276 def get_connection_info(self, address): member in BluetoothFacadeNative