Home
last modified time | relevance | path

Searched refs:hex_print_with_offset (Results 1 – 3 of 3) sorted by path

/freebsd/contrib/tcpdump/
H A Dnetdissect.h636 extern void hex_print_with_offset(netdissect_options *, const char *ident, const u_char *cp, u_int,…
H A Dprint-ascii.c175 hex_print_with_offset(netdissect_options *ndo, in hex_print_with_offset() function
215 hex_print_with_offset(ndo, ident, cp, length, 0); in hex_print()
229 hex_print_with_offset("\n\t", TMSG, sizeof(TMSG) - 1, 0x100); in main()
H A Dprint-telnet.c520 hex_print_with_offset(ndo, "\n", sp, l, (u_int)(sp - osp)); in telnet_print()