Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/msdos/
H A Dpktdrvr.c1359 ULONG end_offs, in RealCopy() argument
1374 if (start_offs >= end_offs || end_offs > 0x10000) in RealCopy()
1382 end_offs = (15 + (end_offs << 4)) >> 4; in RealCopy()
1395 len = ((end_offs - start_offs) + 15) >> 4; in RealCopy()
1431 len = end_offs - start_offs; in RealCopy()