Searched refs:connection_timeout (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | readconf.h | 63 int connection_timeout; /* Max time (seconds) before member
|
H A D | readconf.c | 1171 intptr = &options->connection_timeout; in process_config_line_depth() 2610 options->connection_timeout = -1; in initialize_options() 3694 if (o->connection_timeout == -1) in dump_client_config() 3697 dump_cfg_int(oConnectTimeout, o->connection_timeout); in dump_client_config()
|
H A D | ssh.c | 1634 if (options.connection_timeout >= INT_MAX/1000) in main() 1637 timeout_ms = options.connection_timeout * 1000; in main()
|
H A D | mux.c | 2268 int sock, timeout = options.connection_timeout, timeout_ms = -1; in muxclient()
|
/freebsd/sys/netgraph/bluetooth/common/ |
H A D | ng_bluetooth.c | 113 SYSCTL_PROC(_net_bluetooth_hci, OID_AUTO, connection_timeout,
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | p2p_supplicant.h | 54 int connection_timeout, int force_scan,
|
H A D | p2p_supplicant.c | 7046 int connection_timeout, int force_scan, in wpas_p2p_group_add_persistent() argument 7150 wpa_s->p2p_first_connection_timeout = connection_timeout; in wpas_p2p_group_add_persistent()
|