Home
last modified time | relevance | path

Searched refs:coroipcs_zc_header (Results 1 – 3 of 3) sorted by relevance

/dports/net/corosync2/corosync-2.4.5/lib/
H A Dcpg.c960 struct coroipcs_zc_header *hdr; in cpg_zcb_alloc()
969 map_size = size + sizeof (struct req_lib_cpg_mcast) + sizeof (struct coroipcs_zc_header); in cpg_zcb_alloc()
997 hdr = (struct coroipcs_zc_header *)buf; in cpg_zcb_alloc()
999 *buffer = ((char *)buf) + sizeof (struct coroipcs_zc_header) + sizeof (struct req_lib_cpg_mcast); in cpg_zcb_alloc()
1016 …struct coroipcs_zc_header *header = (struct coroipcs_zc_header *)((char *)buffer - sizeof (struct in cpg_zcb_free()
1066 struct coroipcs_zc_header *hdr; in cpg_zcb_mcast_joined()
1087 …hdr = (struct coroipcs_zc_header *)(((char *)req_lib_cpg_mcast) - sizeof (struct coroipcs_zc_heade… in cpg_zcb_mcast_joined()
/dports/net/corosync2/corosync-2.4.5/include/corosync/
H A Dipc_cpg.h498 struct coroipcs_zc_header { struct
/dports/net/corosync2/corosync-2.4.5/exec/
H A Dcpg.c1788 struct coroipcs_zc_header *zc_header; in message_handler_req_lib_cpg_zc_alloc()
1798 zc_header = (struct coroipcs_zc_header *)addr; in message_handler_req_lib_cpg_zc_alloc()
1970 …est_header *)(((char *)serveraddr2void(hdr->server_address) + sizeof (struct coroipcs_zc_header))); in message_handler_req_lib_cpg_zc_execute()