Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/tcpdump/dist/
Dprint-nfs.c431 u_int len, rounded_len; in parsereq() local
447 rounded_len = roundup2(len, 4); in parsereq()
448 ND_TCHECK_LEN(dp + 2, rounded_len); in parsereq()
449 if (2 * sizeof(*dp) + rounded_len <= length) { in parsereq()
457 length -= 2 * sizeof(*dp) + rounded_len; in parsereq()
471 rounded_len = roundup2(len, 4); in parsereq()
472 ND_TCHECK_LEN(dp + 2, rounded_len); in parsereq()
473 if (2 * sizeof(*dp) + rounded_len < length) { in parsereq()
519 uint32_t len, rounded_len; in parsefn() local
532 rounded_len = roundup2(len, 4); in parsefn()
[all …]