sshSockFd 31 plugin/ipc/ssh/ssh.cpp static int sshSockFd = -1; sshSockFd 128 plugin/ipc/ssh/ssh.cpp ssize_t ret = write(sshSockFd, &fdReceiveAddrLen, sizeof(fdReceiveAddrLen)); sshSockFd 129 plugin/ipc/ssh/ssh.cpp JASSERT(ret == sizeof(fdReceiveAddrLen)) (sshSockFd) (ret) (JASSERT_ERRNO); sshSockFd 130 plugin/ipc/ssh/ssh.cpp ret = write(sshSockFd, &fdReceiveAddr, fdReceiveAddrLen); sshSockFd 148 plugin/ipc/ssh/ssh.cpp ssize_t ret = read(sshSockFd, &addrLen, sizeof(addrLen)); sshSockFd 151 plugin/ipc/ssh/ssh.cpp ret = read(sshSockFd, &addr, addrLen); sshSockFd 159 plugin/ipc/ssh/ssh.cpp JASSERT(getpeername(sshSockFd, (struct sockaddr*)&sshdSockAddr, sshSockFd 243 plugin/ipc/ssh/ssh.cpp sshSockFd = sock;