cs_ipc_header_response_t   45 include/crm/cluster/internal.h     cs_ipc_header_response_t header __attribute__ ((aligned(8)));
cs_ipc_header_response_t   60 include/crm/cluster/internal.h     cs_ipc_header_response_t header __attribute__ ((aligned(8)));
cs_ipc_header_response_t   68 include/crm/cluster/internal.h     cs_ipc_header_response_t header __attribute__ ((aligned(8)));
cs_ipc_header_response_t  300 include/crm_internal.h typedef struct qb_ipc_response_header cs_ipc_header_response_t;
cs_ipc_header_response_t  957 lib/ais/plugin.c     cs_ipc_header_response_t header __attribute((aligned(8)));
cs_ipc_header_response_t  971 lib/ais/plugin.c     res_overlay->header.size = sizeof(cs_ipc_header_response_t);
cs_ipc_header_response_t   78 lib/cluster/legacy.c     cs_ipc_header_response_t header;
cs_ipc_header_response_t   92 lib/cluster/legacy.c     header.size = sizeof(cs_ipc_header_response_t);
cs_ipc_header_response_t  139 lib/cluster/legacy.c     int buf_len = sizeof(cs_ipc_header_response_t);
cs_ipc_header_response_t  142 lib/cluster/legacy.c     cs_ipc_header_response_t *header = (cs_ipc_header_response_t *)(void*)buf;
cs_ipc_header_response_t  163 lib/cluster/legacy.c         CRM_CHECK(header->size == sizeof(cs_ipc_header_response_t),