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

/freebsd-10.2-release/contrib/tcpdump/
H A Dprint-sctp.c173 const u_char *chunkEnd; local
184 chunkEnd = ((const u_char*)chunkDescPtr + chunkLength);
190 nextChunk = (const void *) (chunkEnd + align);
284 if( (init+1) < chunkEnd )
303 if( (init+1) < chunkEnd )

Completed in 28 milliseconds