Searched refs:total_length (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/wps/
H A Dndef.c29 u32 total_length; member in struct:ndef_record
75 record->total_length = pos - data;
76 if (record->total_length > size ||
77 record->total_length < record->payload_length)
98 data += record.total_length;
99 len -= record.total_length;
/freebsd-13-stable/contrib/libpcap/
H A Dsf-pcapng.c55 bpf_u_int32 total_length; member in struct:block_header
62 bpf_u_int32 total_length; member in struct:block_trailer
295 bhdr.total_length = SWAPLONG(bhdr.total_length);
302 if (bhdr.total_length < sizeof(struct block_header) +
306 bhdr.total_length,
314 if ((bhdr.total_length % 4) != 0) {
320 bhdr.total_length);
327 if (p->bufsize < bhdr.total_length) {
334 if (bhdr.total_length > p
769 bpf_u_int32 total_length; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp666 size_t total_length = 0; local
682 content_length = total_length = 1; // The command is one byte long...
702 total_length =
743 } else if (total_length > 0) {
747 assert(total_length <= m_bytes.size());
748 assert(content_length <= total_length);
763 if (m_bytes[0] == '$' && total_length > 4) {
764 for (size_t i = 0; !binary && i < total_length; ++i) {
776 (uint64_t)original_packet_size, (uint64_t)total_length,
780 (uint64_t)total_length, m_byte
[all...]
/freebsd-13-stable/sys/dev/sfxge/common/
H A Def10_nvram.c57 * This is different from tlv_partition_header.total_length,
637 header->total_length = __CPU_TO_LE_32(new_len);
669 size_t total_length; local
694 total_length = __LE_TO_CPU_32(header->total_length);
695 if (total_length > partn_size) {
730 for (pos = 0; (size_t)pos < total_length; pos += sizeof (uint32_t)) {
810 header.total_length = 0; /* This will be fixed below. */
1249 size_t total_length; local
1281 total_length
1864 size_t total_length = 0; local
[all...]
H A Def10_tlv_layout.h128 uint32_t total_length; member in struct:tlv_partition_header
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-qlm.c360 int total_length = qlm_jtag_length * num_lanes; local
391 while (bits < total_length)
394 int width = total_length - bits;
/freebsd-13-stable/sys/dev/ice/
H A Dice_protocol_type.h211 __be16 total_length; member in struct:ice_ipv4_hdr
/freebsd-13-stable/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_file.c1030 apr_off_t total_length; local
1050 total_length = file_token[0]->length;
1051 if (total_length == 0)
1073 length[i] = total_length;
1135 total_length -= len;
1141 while(total_length > 0);
/freebsd-13-stable/sys/dev/qlxgb/
H A Dqla_hw.c930 uint32_t total_length = 0, bytes, tx_cmd_count = 0; local
943 total_length = mp->m_pkthdr.len;
944 if (total_length > QLA_MAX_TSO_FRAME_SIZE) {
946 __func__, total_length);
1021 tx_cmd->data_len_lo = (uint8_t)(total_length & 0xFF);
1022 tx_cmd->data_len_hi = qla_host_to_le16(((uint16_t)(total_length >> 8)));
/freebsd-13-stable/sys/dev/qlxge/
H A Dqls_hw.c669 uint32_t total_length = 0; local
676 total_length = mp->m_pkthdr.len;
678 if (total_length > QLA_MAX_TSO_FRAME_SIZE) {
680 __func__, total_length);
719 tx_mac->frame_length = total_length;
724 QL_DPRINT2((dev, "%s: 1 [%d, %d]\n", __func__, total_length,
735 QL_DPRINT2((dev, "%s: 2 [%d, %d]\n", __func__, total_length,
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-bgp.c675 u_int total_length, offset; local
677 total_length = 0;
685 total_length += (addr_length >> 3) + 1;
699 total_length += (addr_length >> 3) + 1;
708 return (total_length);
H A Dprint-isoclns.c757 uint8_t total_length[2]; member in struct:clnp_segment_header_t
889 EXTRACT_16BITS(clnp_segment_header->total_length)));
/freebsd-13-stable/sys/dev/qlxgbe/
H A Dql_hw.c2484 uint32_t total_length = 0, bytes, tx_cmd_count = 0, txr_next; local
2500 total_length = mp->m_pkthdr.len;
2501 if (total_length > QLA_MAX_TSO_FRAME_SIZE) {
2503 __func__, total_length);
2612 tx_cmd->data_len_lo = (uint8_t)(total_length & 0xFF);
2613 tx_cmd->data_len_hi = qla_host_to_le16(((uint16_t)(total_length >> 8)));
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_sriov.c1377 u16 i = 1, total_length = 0; local
1382 tlv = (struct channel_tlv *)((u8 *)tlvs_list + total_length);
1404 total_length += tlv->length;
1406 if (total_length >= sizeof(struct tlv_buffer_size)) {
/freebsd-13-stable/sys/dev/oce/
H A Doce_hw.h2417 uint32_t total_length:16; member in struct:oce_nic_hdr_wqe::__anon13680::__anon13681
2443 uint32_t total_length:16;
H A Doce_if.c1138 nichdr->u0.s.total_length = m->m_pkthdr.len;

Completed in 169 milliseconds