Home | History | Annotate | Download | only in openssh

Lines Matching refs:socketpair

1963 	if (socketpair(AF_UNIX, SOCK_STREAM, 0, pair) == -1)
1964 fatal("%s: socketpair: %s", __func__, strerror(errno));