Searched refs:col (Results 1 – 2 of 2) sorted by relevance
/openthread-3.6.0/tools/otci/otci/ |
D | otci.py | 677 col = lambda colname: self.__get_table_col(colname, headers, fields) function 678 id = col('ID') 682 'rloc16': Rloc16(col('RLOC16'), 16), 683 'next_hop': int(col('Next Hop')), 684 'path_cost': int(col('Path Cost')), 685 'lq_in': int(col('LQ In')), 686 'lq_out': int(col('LQ Out')), 687 'age': int(col('Age')), 688 'extaddr': col('Extended MAC'), 692 router['link'] = int(col('Link')) [all …]
|
/openthread-3.6.0/tests/scripts/thread-cert/ |
D | node.py | 2019 col = lambda colname: self.__get_table_col(colname, headers, fields) function 2021 id = int(col("ID")) 2022 r, d, n = int(col("R")), int(col("D")), int(col("N")) 2027 'rloc16': int(col('RLOC16'), 16), 2028 'timeout': int(col('Timeout')), 2029 'age': int(col('Age')), 2030 'lq_in': int(col('LQ In')), 2031 'c_vn': int(col('C_VN')), 2033 'extaddr': col('Extended MAC'), 2034 'ver': int(col('Ver')), [all …]
|