Home
last modified time | relevance | path

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

/babblesim_ext_2G4_phy_v1-3.4.0/src/
Dp2G4_dump.c373 char packetstr[tx->tx_s.packet_size*3+1]; in dump_txv1() local
374 bs_hex_dump(packetstr, tx->packet, tx->tx_s.packet_size); in dump_txv1()
375 sprintf(&to_print[printed],"%s",packetstr); in dump_txv1()
412 char packetstr[tx->tx_s.packet_size*3+1]; in dump_txv2() local
413 bs_hex_dump(packetstr, tx->packet, tx->tx_s.packet_size); in dump_txv2()
414 sprintf(&to_print[printed],"%s",packetstr); in dump_txv2()
477 char packetstr[resp->packet_size*3+1]; in dump_rxv1() local
478 bs_hex_dump(packetstr, packet, resp->packet_size); in dump_rxv1()
479 sprintf(&to_print[printed],"%s",packetstr); in dump_rxv1()
567 char packetstr[resp->packet_size*3+1]; in dump_rxv2() local
[all …]