Searched refs:bits_to_dict (Results 1 – 2 of 2) sorted by relevance
117 def bits_to_dict(attr): function209 flags = bits_to_dict(do_get(ynl, args, 'privflags-get')['flags'])215 ours = bits_to_dict(eee['modes-ours'])216 peer = bits_to_dict(eee['modes-peer'])247 available = bits_to_dict(reply['hw'])248 requested = bits_to_dict(reply['wanted']).keys()249 active = bits_to_dict(reply['active']).keys()250 never_changed = bits_to_dict(reply['nochange']).keys()357 _ = [print(f'\t{v}') for v in bits_to_dict(tsinfo['timestamping'])]363 _ = [print(f'\t{v}') for v in bits_to_dict(tsinfo['tx-types'])][all …]