Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.cpp30 uint32_t bytes_transmitted) { in AddPacket()
38 m_packets[idx].bytes_transmitted = bytes_transmitted; in AddPacket()
46 uint32_t bytes_transmitted) { in AddPacket()
54 m_packets[idx].bytes_transmitted = bytes_transmitted; in AddPacket()
89 entry.packet_idx, entry.tid, entry.bytes_transmitted, in Dump()
31 AddPacket(char packet_char,GDBRemotePacket::Type type,uint32_t bytes_transmitted) AddPacket() argument
47 AddPacket(const std::string & src,uint32_t src_len,GDBRemotePacket::Type type,uint32_t bytes_transmitted) AddPacket() argument
H A DGDBRemoteCommunicationHistory.h32 uint32_t bytes_transmitted);
35 GDBRemotePacket::Type type, uint32_t bytes_transmitted);
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DGDBRemote.h59 bytes_transmitted = 0; in Clear()
72 uint32_t bytes_transmitted = 0; member
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DGDBRemote.cpp62 bytes_transmitted, GetTypeStr().data(), packet.data.c_str()); in Dump()
/freebsd/sys/netinet/
H A Dtcp.h477 uint64_t bytes_transmitted; member
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c22915 si->bytes_transmitted = tp->t_sndbytes; in rack_stack_information()