Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dreadconf.h63 int connection_timeout; /* Max time (seconds) before member
H A Dreadconf.c1171 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 Dssh.c1634 if (options.connection_timeout >= INT_MAX/1000) in main()
1637 timeout_ms = options.connection_timeout * 1000; in main()
H A Dmux.c2268 int sock, timeout = options.connection_timeout, timeout_ms = -1; in muxclient()
/freebsd/sys/netgraph/bluetooth/common/
H A Dng_bluetooth.c113 SYSCTL_PROC(_net_bluetooth_hci, OID_AUTO, connection_timeout,
/freebsd/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.h54 int connection_timeout, int force_scan,
H A Dp2p_supplicant.c7046 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()