Searched refs:bits_to_dict (Results 1 – 1 of 1) sorted by relevance
111 def bits_to_dict(attr): function192 flags = bits_to_dict(dumpit(ynl, args, 'privflags-get')['flags'])198 ours = bits_to_dict(eee['modes-ours'])199 peer = bits_to_dict(eee['modes-peer'])230 available = bits_to_dict(reply['hw'])231 requested = bits_to_dict(reply['wanted']).keys()232 active = bits_to_dict(reply['active']).keys()233 never_changed = bits_to_dict(reply['nochange']).keys()340 [print(f'\t{v}') for v in bits_to_dict(tsinfo['timestamping'])]346 [print(f'\t{v}') for v in bits_to_dict(tsinfo['tx-types'])][all …]