Home
last modified time | relevance | path

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

/babblesim_ext_2G4_phy_v1-3.7.0/src/
Dp2G4_dump.c376 char packetstr[tx->tx_s.packet_size*3+1]; in dump_txv1() local
377 bs_hex_dump(packetstr, tx->packet, tx->tx_s.packet_size); in dump_txv1()
378 sprintf(&to_print[printed],"%s",packetstr); in dump_txv1()
417 char packetstr[tx->tx_s.packet_size*3+1]; in dump_txv2() local
418 bs_hex_dump(packetstr, tx->packet, tx->tx_s.packet_size); in dump_txv2()
419 sprintf(&to_print[printed],"%s",packetstr); in dump_txv2()
482 char packetstr[resp->packet_size*3+1]; in dump_rxv1() local
483 bs_hex_dump(packetstr, packet, resp->packet_size); in dump_rxv1()
484 sprintf(&to_print[printed],"%s",packetstr); in dump_rxv1()
584 char packetstr[resp->packet_size*3+1]; in dump_rxv2() local
[all …]