tcp_socket        338 daemons/based/based_remote.c         new_client->remote->tcp_socket = csock;
tcp_socket        373 daemons/based/based_remote.c             csock = client->remote->tcp_socket;
tcp_socket        116 include/crm/common/ipc_internal.h     int tcp_socket;
tcp_socket        293 lib/cib/cib_remote.c     if (private->command.tcp_socket) {
tcp_socket        294 lib/cib/cib_remote.c         shutdown(private->command.tcp_socket, SHUT_RDWR);       /* no more receptions */
tcp_socket        295 lib/cib/cib_remote.c         close(private->command.tcp_socket);
tcp_socket        297 lib/cib/cib_remote.c     if (private->callback.tcp_socket) {
tcp_socket        298 lib/cib/cib_remote.c         shutdown(private->callback.tcp_socket, SHUT_RDWR);      /* no more receptions */
tcp_socket        299 lib/cib/cib_remote.c         close(private->callback.tcp_socket);
tcp_socket        301 lib/cib/cib_remote.c     private->command.tcp_socket = 0;
tcp_socket        302 lib/cib/cib_remote.c     private->callback.tcp_socket = 0;
tcp_socket        336 lib/cib/cib_remote.c     connection->tcp_socket = -1;
tcp_socket        341 lib/cib/cib_remote.c                               &(connection->tcp_socket), NULL, NULL);
tcp_socket        358 lib/cib/cib_remote.c         connection->tls_session = pcmk__new_tls_session(connection->tcp_socket,
tcp_socket        429 lib/cib/cib_remote.c                                          connection->tcp_socket, cib,
tcp_socket        535 lib/cib/cib_remote.c     return private->callback.tcp_socket;
tcp_socket        473 lib/common/remote.c         if (remote->tcp_socket) {
tcp_socket        474 lib/common/remote.c             rc = send_plaintext(remote->tcp_socket, &(iov[lpc]));
tcp_socket        618 lib/common/remote.c     if (remote->tcp_socket) {
tcp_socket        619 lib/common/remote.c         return remote->tcp_socket;
tcp_socket        729 lib/common/remote.c     if (!received && remote->tcp_socket) {
tcp_socket        730 lib/common/remote.c         read_rc = read(remote->tcp_socket,