Searched refs:tx_packet (Results 1 – 1 of 1) sorted by relevance
25 uint8_t *tx_packet = NULL; variable119 if ( tx_packet != NULL ) free(tx_packet); in read_next_tx()120 tx_packet = bs_calloc(txs->packet_size, sizeof(char)); in read_next_tx()122 bs_read_hex_dump(buffer,tx_packet, txs->packet_size); in read_next_tx()256 result = p2G4_dev_req_tx_c_b(&tx_s, tx_packet, &tx_done_s); in main()280 if (tx_packet != NULL) free(tx_packet); in main()