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

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-resp.c292 const u_char *bp_ptr; local
296 bp_ptr = bp;
307 FIND_CRLF(bp_ptr, length_cur);
310 * bp_ptr points to the \r\n, so bp_ptr - bp is the length of text
314 len = (bp_ptr - bp);
413 const u_char *bp_ptr; local
428 bp_ptr = bp;
433 FIND_CR_OR_LF(bp_ptr, length_cur);
436 * Found it; bp_ptr point
[all...]

Completed in 93 milliseconds