Searched refs:hex_print_with_offset (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/tcpdump/ |
H A D | print-ascii.c | 173 hex_print_with_offset(netdissect_options *ndo, in hex_print_with_offset() function 213 hex_print_with_offset(ndo, ident, cp, length, 0); in hex_print() 227 hex_print_with_offset("\n\t", TMSG, sizeof(TMSG) - 1, 0x100); in main()
|
H A D | print-telnet.c | 518 hex_print_with_offset(ndo, "\n", sp, l, (u_int)(sp - osp)); in telnet_print()
|
H A D | netdissect.h | 648 extern void hex_print_with_offset(netdissect_options *, const char *ident, const u_char *cp, u_int,…
|