Home | History | Annotate | Download | only in openssh

Lines Matching defs:inout

2198 	int inout[2];
2200 if (socketpair(AF_UNIX, SOCK_STREAM, 0, inout) == -1)
2202 *in = *out = inout[0];
2203 c_in = c_out = inout[1];