Searched refs:col (Results 1 – 2 of 2) sorted by relevance
| /openthread-latest/tools/otci/otci/ |
| D | otci.py | 696 col = lambda colname: self.__get_table_col(colname, headers, fields) function 697 id = col('ID') 701 'rloc16': Rloc16(col('RLOC16'), 16), 702 'next_hop': int(col('Next Hop')), 703 'path_cost': int(col('Path Cost')), 704 'lq_in': int(col('LQ In')), 705 'lq_out': int(col('LQ Out')), 706 'age': int(col('Age')), 707 'extaddr': col('Extended MAC'), 711 router['link'] = int(col('Link')) [all …]
|
| /openthread-latest/tests/scripts/thread-cert/ |
| D | node.py | 2096 col = lambda colname: self.__get_table_col(colname, headers, fields) function 2098 id = int(col("ID")) 2099 r, d, n = int(col("R")), int(col("D")), int(col("N")) 2104 'rloc16': int(col('RLOC16'), 16), 2105 'timeout': int(col('Timeout')), 2106 'age': int(col('Age')), 2107 'lq_in': int(col('LQ In')), 2108 'c_vn': int(col('C_VN')), 2110 'extaddr': col('Extended MAC'), 2111 'ver': int(col('Ver')), [all …]
|