Searched refs:connection_timeout (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dreadconf.h63 int connection_timeout; /* Max time (seconds) before member in struct:__anon6881
H A Dreadconf.c902 intptr = &options->connection_timeout;
1886 options->connection_timeout = -1;
2712 if (o->connection_timeout == -1)
2715 dump_cfg_int(oConnectTimeout, o->connection_timeout);
H A Dssh.c1376 timeout_ms = options.connection_timeout * 1000;
/freebsd-13-stable/sys/netgraph/bluetooth/common/
H A Dng_bluetooth.c114 SYSCTL_PROC(_net_bluetooth_hci, OID_AUTO, connection_timeout,
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.h53 int connection_timeout, int force_scan);
H A Dp2p_supplicant.c6434 int connection_timeout, int force_scan)
6534 wpa_s->p2p_first_connection_timeout = connection_timeout;
6428 wpas_p2p_group_add_persistent(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, int addr_allocated, int force_freq, int neg_freq, int vht_center_freq2, int ht40, int vht, int max_oper_chwidth, int he, const struct p2p_channels *channels, int connection_timeout, int force_scan) argument

Completed in 112 milliseconds