Home
last modified time | relevance | path

Searched refs:tbl_buf (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/samples/net/dsa/src/
Ddsa_lldp.c82 uint8_t tbl_buf[8]; in dsa_lldp() local
90 dsa_switch_get_mac_table_entry(user_data->lan[0], tbl_buf, 0); in dsa_lldp()
93 LOG_INF("0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x", tbl_buf[7], tbl_buf[6], tbl_buf[5], in dsa_lldp()
94 tbl_buf[4], tbl_buf[3], tbl_buf[2], tbl_buf[1], tbl_buf[0]); in dsa_lldp()