Searched refs:last_packet (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/net/ |
H A D | fastboot.c | 36 static uchar last_packet[PACKET_SIZE]; variable 81 memcpy(last_packet, packet_base, last_packet_len); in fastboot_udp_send_info() 142 memcpy(packet, last_packet, last_packet_len); in fastboot_send() 211 memcpy(last_packet, packet_base, last_packet_len); in fastboot_send()
|
/openbmc/qemu/gdbstub/ |
H A D | gdbstub.c | 67 gdbserver_state.last_packet = g_byte_array_sized_new(MAX_PACKET_LENGTH + 4); in gdb_init_gdbserver_state() 146 g_byte_array_set_size(gdbserver_state.last_packet, 0); in gdb_put_packet_binary() 147 g_byte_array_append(gdbserver_state.last_packet, in gdb_put_packet_binary() 149 g_byte_array_append(gdbserver_state.last_packet, in gdb_put_packet_binary() 158 g_byte_array_append(gdbserver_state.last_packet, footer, 3); in gdb_put_packet_binary() 160 gdb_put_buffer(gdbserver_state.last_packet->data, in gdb_put_packet_binary() 161 gdbserver_state.last_packet->len); in gdb_put_packet_binary() 2308 if (gdbserver_state.last_packet->len) { in gdb_read_byte() 2313 gdb_put_buffer(gdbserver_state.last_packet->data, in gdb_read_byte() 2314 gdbserver_state.last_packet->len); in gdb_read_byte() [all …]
|
H A D | internals.h | 59 GByteArray *last_packet; member
|