Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-resp.c292 const u_char *bp_ptr; in resp_print_string_error_integer() local
296 bp_ptr = bp; in resp_print_string_error_integer()
307 FIND_CRLF(bp_ptr, length_cur); in resp_print_string_error_integer()
314 len = (bp_ptr - bp); in resp_print_string_error_integer()
413 const u_char *bp_ptr; in resp_print_inline() local
428 bp_ptr = bp; in resp_print_inline()
433 FIND_CR_OR_LF(bp_ptr, length_cur); in resp_print_inline()
439 len = (bp_ptr - bp); in resp_print_inline()
445 CONSUME_CR_OR_LF(bp_ptr, length_cur); in resp_print_inline()