Home | History | Annotate | Download | only in openssh

Lines Matching refs:inout

2021 	int inout[2];
2023 if (socketpair(AF_UNIX, SOCK_STREAM, 0, inout) == -1)
2025 *in = *out = inout[0];
2026 c_in = c_out = inout[1];