Searched refs:orig_length (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/tcpdump/ |
H A D | print-ether.c | 144 u_int orig_length; in ether_common_print() local 164 orig_length = length; in ether_common_print() 218 ND_PRINT(", length %u: ", orig_length); in ether_common_print() 274 ND_PRINT(", length %u: ", orig_length); in ether_common_print() 360 ND_PRINT(", length %u: ", orig_length); in ether_common_print() 373 ND_PRINT(", length %u: ", orig_length); in ether_common_print() 385 ND_PRINT(", length %u: ", orig_length); in ether_common_print() 401 ND_PRINT(", length %u: ", orig_length); in ether_common_print()
|
H A D | print-ipoib.c | 70 u_int orig_length; in ipoib_print() local 91 orig_length = length; in ipoib_print() 104 ipoib_hdr_print(ndo, orig_hdr , orig_length); in ipoib_print()
|
H A D | print-cdp.c | 235 u_int orig_length = length; in cdp_print() local 250 checksum, orig_length); in cdp_print() 318 ND_PRINT(", length %u", orig_length); in cdp_print()
|
/freebsd/sys/dev/hptmv/ |
H A D | hptproc.c | 59 int orig_length = length+4; in hpt_set_asc_info() local 83 return orig_length; in hpt_set_asc_info() 95 return orig_length; in hpt_set_asc_info() 167 return orig_length; in hpt_set_asc_info() 206 return orig_length; in hpt_set_asc_info() 231 return orig_length; in hpt_set_asc_info() 245 return orig_length; in hpt_set_asc_info() 259 return orig_length; in hpt_set_asc_info()
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | htc.c | 359 int orig_length; in ath10k_htc_process_trailer() local 363 orig_length = length; in ath10k_htc_process_trailer() 433 orig_buffer, orig_length); in ath10k_htc_process_trailer()
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_buffer.c | 2542 size_t orig_length, len; in test_evbuffer_freeze() local 2569 orig_length = evbuffer_get_length(buf); in test_evbuffer_freeze() 2604 tt_int_op(orig_length, ==, evbuffer_get_length(buf)); in test_evbuffer_freeze() 2606 orig_length = evbuffer_get_length(buf); in test_evbuffer_freeze() 2639 tt_int_op(orig_length, ==, evbuffer_get_length(buf)); in test_evbuffer_freeze()
|
/freebsd/contrib/libevent/test/ |
H A D | regress_buffer.c | 2542 size_t orig_length, len; in test_evbuffer_freeze() local 2569 orig_length = evbuffer_get_length(buf); in test_evbuffer_freeze() 2604 tt_int_op(orig_length, ==, evbuffer_get_length(buf)); in test_evbuffer_freeze() 2606 orig_length = evbuffer_get_length(buf); in test_evbuffer_freeze() 2639 tt_int_op(orig_length, ==, evbuffer_get_length(buf)); in test_evbuffer_freeze()
|