Searched defs:CrossDomainInit (Results 1 – 5 of 5) sorted by relevance
75 struct CrossDomainInit { struct76 struct CrossDomainHeader hdr;77 uint32_t ring_id;78 uint32_t channel_type;
80 pub struct CrossDomainInit { struct81 pub hdr: CrossDomainHeader,82 pub ring_id: u32,83 pub channel_type: u32,
42 _cmd_init: &CrossDomainInit, in get_connection()
152 cmd_init: &CrossDomainInit, in get_connection()