Home
last modified time | relevance | path

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

/linux/tools/net/ynl/pyynl/lib/
H A Dynl.py350 mcast_name = None
354 mcast_name = entry_attr.as_strz()
357 if mcast_name and mcast_id is not None:
358 fam['mcast'][mcast_name] = mcast_id
405 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].value
433 def get_mcast_id(self, mcast_name, mcast_groups): argument
434 if mcast_name no
511 ntf_subscribe(self, mcast_name) global() argument
[all...]