Searched refs:get_connection_info (Results 1 – 7 of 7) sorted by relevance
/external/openssh/ |
D | servconf.h | 284 struct connection_info *get_connection_info(struct ssh *, int, int);
|
D | sshd.c | 1620 connection_info = get_connection_info(ssh, 0, 0); 1929 connection_info = get_connection_info(ssh, 0, 0);
|
D | auth.c | 573 ci = get_connection_info(ssh, 1, options.use_dns); in getpwnamallow()
|
D | servconf.c | 967 get_connection_info(struct ssh *ssh, int populate, int use_dns) in get_connection_info() function
|
/external/autotest/server/cros/bluetooth/ |
D | bluetooth_device.py | 1594 def get_connection_info(self, address): member in BluetoothDevice 1604 return self._proxy.get_connection_info(address)
|
D | bluetooth_adapter_tests.py | 2114 return (self.bluetooth_facade.get_connection_info(device_address) 4040 return (self.bluetooth_facade.get_connection_info(address)
|
/external/autotest/client/cros/multimedia/ |
D | bluetooth_facade_native.py | 3276 def get_connection_info(self, address): member in BluetoothFacadeNative
|