tcp_socket        336 daemons/based/based_remote.c         new_client->remote->tcp_socket = csock;
tcp_socket        371 daemons/based/based_remote.c             csock = client->remote->tcp_socket;
tcp_socket        104 include/crm/common/ipc_internal.h     int tcp_socket;
tcp_socket         80 lib/cib/cib_remote.c     return private->callback.tcp_socket;
tcp_socket        172 lib/cib/cib_remote.c     if (private->command.tcp_socket) {
tcp_socket        173 lib/cib/cib_remote.c         shutdown(private->command.tcp_socket, SHUT_RDWR);       /* no more receptions */
tcp_socket        174 lib/cib/cib_remote.c         close(private->command.tcp_socket);
tcp_socket        176 lib/cib/cib_remote.c     if (private->callback.tcp_socket) {
tcp_socket        177 lib/cib/cib_remote.c         shutdown(private->callback.tcp_socket, SHUT_RDWR);      /* no more receptions */
tcp_socket        178 lib/cib/cib_remote.c         close(private->callback.tcp_socket);
tcp_socket        180 lib/cib/cib_remote.c     private->command.tcp_socket = 0;
tcp_socket        181 lib/cib/cib_remote.c     private->callback.tcp_socket = 0;
tcp_socket        206 lib/cib/cib_remote.c     connection->tcp_socket = -1;
tcp_socket        211 lib/cib/cib_remote.c                               &(connection->tcp_socket), NULL, NULL);
tcp_socket        228 lib/cib/cib_remote.c         connection->tls_session = pcmk__new_tls_session(connection->tcp_socket,
tcp_socket        299 lib/cib/cib_remote.c                                          connection->tcp_socket, cib,
tcp_socket        469 lib/common/remote.c         if (remote->tcp_socket) {
tcp_socket        470 lib/common/remote.c             rc = send_plaintext(remote->tcp_socket, &(iov[lpc]));
tcp_socket        613 lib/common/remote.c     if (remote->tcp_socket) {
tcp_socket        614 lib/common/remote.c         return remote->tcp_socket;
tcp_socket        724 lib/common/remote.c     if (!received && remote->tcp_socket) {
tcp_socket        725 lib/common/remote.c         read_rc = read(remote->tcp_socket,