Lines Matching refs:ggid
165 const WXCProtocolRegistry * from, u32 ggid, BOOL match) in WXC_FindNextBlock() argument
185 eq = (target->ggid == ggid); in WXC_FindNextBlock()
231 u32 ggid = p_desc->gameInfo.ggid; in WXC_BeaconRecvHook() local
232 if (ggid != 0) in WXC_BeaconRecvHook()
241 if (p->ggid == ggid) in WXC_BeaconRecvHook()
247 else if (WXC_IsCommonGgid(ggid) && WXC_IsCommonGgid(p->ggid)) in WXC_BeaconRecvHook()
250 const BOOL is_target_any = (ggid == WXC_GGID_COMMON_PARENT); in WXC_BeaconRecvHook()
251 const BOOL is_current_any = (p->ggid == WXC_GGID_COMMON_ANY); in WXC_BeaconRecvHook()
256 ggid = p->ggid; in WXC_BeaconRecvHook()
279 protocol->target_ggid = ggid; in WXC_BeaconRecvHook()
402 void WXC_InitProtocolRegistry(WXCProtocolRegistry * p_data, u32 ggid, WXCCallback callback, in WXC_InitProtocolRegistry() argument
405 p_data->ggid = ggid; in WXC_InitProtocolRegistry()