Searched refs:config_s (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/crypto/openssh/
H A Dsshd.c1121 server_accept_loop(int *sock_in, int *sock_out, int *newsock, int *config_s) argument
1226 SOCK_STREAM, 0, config_s) == -1) {
1263 send_rexec_state(config_s[0],
1265 close(config_s[0]);
1296 close(config_s[0]);
1310 send_rexec_state(config_s[0], &cfg);
1311 close(config_s[0]);
1312 close(config_s[1]);
1392 int config_s[2] = { -1 , -1 }; local
1912 &newsock, config_s);
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.c128 typedef struct config_s { struct
/freebsd-11-stable/sys/libkern/
H A Dzlib.c668 typedef struct config_s { struct
/freebsd-11-stable/sys/contrib/zlib/
H A Ddeflate.c120 typedef struct config_s { struct

Completed in 248 milliseconds