tcp_socket        301 daemons/based/based_remote.c         new_client->remote->tcp_socket = csock;
tcp_socket        337 daemons/based/based_remote.c             csock = client->remote->tcp_socket;
tcp_socket        111 include/crm/common/ipc_internal.h     int tcp_socket;
tcp_socket        327 lib/cib/cib_remote.c     if (private->command.tcp_socket >= 0) {
tcp_socket        328 lib/cib/cib_remote.c         shutdown(private->command.tcp_socket, SHUT_RDWR);       /* no more receptions */
tcp_socket        329 lib/cib/cib_remote.c         close(private->command.tcp_socket);
tcp_socket        331 lib/cib/cib_remote.c     if (private->callback.tcp_socket >= 0) {
tcp_socket        332 lib/cib/cib_remote.c         shutdown(private->callback.tcp_socket, SHUT_RDWR);      /* no more receptions */
tcp_socket        333 lib/cib/cib_remote.c         close(private->callback.tcp_socket);
tcp_socket        335 lib/cib/cib_remote.c     private->command.tcp_socket = -1;
tcp_socket        336 lib/cib/cib_remote.c     private->callback.tcp_socket = -1;
tcp_socket        368 lib/cib/cib_remote.c     connection->tcp_socket = -1;
tcp_socket        371 lib/cib/cib_remote.c                               &(connection->tcp_socket), NULL, NULL);
tcp_socket        388 lib/cib/cib_remote.c         connection->tls_session = pcmk__new_tls_session(tls, connection->tcp_socket);
tcp_socket        463 lib/cib/cib_remote.c                                          connection->tcp_socket, cib,
tcp_socket        220 lib/common/remote.c         if (remote->tcp_socket >= 0) {
tcp_socket        221 lib/common/remote.c             rc = send_plaintext(remote->tcp_socket, &(iov[lpc]));
tcp_socket        363 lib/common/remote.c     if (remote->tcp_socket >= 0) {
tcp_socket        364 lib/common/remote.c         return remote->tcp_socket;
tcp_socket        466 lib/common/remote.c     } else if (remote->tcp_socket >= 0) {
tcp_socket        467 lib/common/remote.c         read_rc = read(remote->tcp_socket,