Searched refs:bits_to_dict (Results 1 – 1 of 1) sorted by relevance
106 def bits_to_dict(attr): function190 flags = bits_to_dict(dumpit(ynl, args, 'privflags-get')['flags'])196 ours = bits_to_dict(eee['modes-ours'])197 peer = bits_to_dict(eee['modes-peer'])228 available = bits_to_dict(reply['hw'])229 requested = bits_to_dict(reply['wanted']).keys()230 active = bits_to_dict(reply['active']).keys()231 never_changed = bits_to_dict(reply['nochange']).keys()338 [print(f'\t{v}') for v in bits_to_dict(tsinfo['timestamping'])]343 [print(f'\t{v}') for v in bits_to_dict(tsinfo['tx-types'])][all …]