Searched refs:bits_to_dict (Results 1 – 1 of 1) sorted by relevance
105 def bits_to_dict(attr): function186 flags = bits_to_dict(dumpit(ynl, args, 'privflags-get')['flags'])192 ours = bits_to_dict(eee['modes-ours'])193 peer = bits_to_dict(eee['modes-peer'])224 available = bits_to_dict(reply['hw'])225 requested = bits_to_dict(reply['wanted']).keys()226 active = bits_to_dict(reply['active']).keys()227 never_changed = bits_to_dict(reply['nochange']).keys()328 [print(f'\t{v}') for v in bits_to_dict(tsinfo['timestamping'])]333 [print(f'\t{v}') for v in bits_to_dict(tsinfo['tx-types'])][all …]