Searched refs:msg_ptr (Results 1 – 1 of 1) sorted by relevance
128 struct sfcp_packet_t *msg_ptr; in sfcp_init_msg() local195 msg_ptr = (struct sfcp_packet_t *)buf; in sfcp_init_msg()198 msg_ptr->header.metadata = SET_ALL_METADATA_FIELDS( in sfcp_init_msg()202 msg_ptr->header.receiver_id = receiver; in sfcp_init_msg()203 msg_ptr->header.sender_id = my_node_id; in sfcp_init_msg()204 msg_ptr->header.message_id = message_id; in sfcp_init_msg()207 GET_SFCP_CLIENT_ID(msg_ptr, uses_cryptography) = client_id; in sfcp_init_msg()208 GET_SFCP_APPLICATION_ID(msg_ptr, uses_cryptography) = in sfcp_init_msg()214 &msg_ptr->cryptography_used.cryptography_metadata; in sfcp_init_msg()219 *payload = (uint8_t *)GET_SFCP_PAYLOAD_PTR(msg_ptr, uses_cryptography, in sfcp_init_msg()[all …]