Searched refs:mcast_name (Results 1 – 1 of 1) sorted by relevance
350 mcast_name = None354 mcast_name = entry_attr.as_strz()357 if mcast_name and mcast_id is not None:358 fam['mcast'][mcast_name] = mcast_id405 def get_mcast_id(self, mcast_name, mcast_groups): argument 406 if mcast_name not in mcast_groups:407 raise Exception(f'Multicast group "{mcast_name}" not present in the spec')408 return mcast_groups[mcast_name].value433 def get_mcast_id(self, mcast_name, mcast_groups): argument 434 if mcast_name no511 ntf_subscribe(self, mcast_name) global() argument [all...]