Searched refs:length_cur (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-resp.c215 int ret_len = 0, length_cur = length; local
221 while (length_cur > 0) {
231 ret_len = resp_parse(ndo, bp, length_cur);
234 length_cur -= ret_len;
291 int length_cur = length, len, ret_len; local
295 SKIP_OPCODE(bp, length_cur);
307 FIND_CRLF(bp_ptr, length_cur);
326 int length_cur = length, string_len; local
329 SKIP_OPCODE(bp, length_cur);
332 GET_LENGTH(ndo, length_cur, b
372 u_int length_cur = length; local
411 int length_cur = length; local
[all...]
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_hw.c919 u16 length_cur = 0, i = 0, cnt_split = 0, length_mod = 0; local
948 (unsigned long long)src_addr, (unsigned long long)dst_addr, length_cur);
983 length_cur = (cnt_split == i) ? length_mod : length_limit;
986 if (!length_cur)
995 length_cur);
999 ecore_status, (unsigned long long)src_addr, (unsigned long long)dst_addr, length_cur);

Completed in 102 milliseconds