Searched refs:hex_print_with_offset (Results 1 – 4 of 4) sorted by relevance
/external/tcpdump/ |
D | print-ascii.c | 134 hex_print_with_offset(register const char *ident, register const u_char *cp, register u_int length, in hex_print_with_offset() function 163 hex_print_with_offset(ident, cp, length, 0); in hex_print() 177 hex_print_with_offset("\n\t", TMSG, sizeof(TMSG) - 1, 0x100); in main()
|
D | print-telnet.c | 247 hex_print_with_offset("\n", sp, l, sp - osp); in telnet_print()
|
D | netdissect.h | 268 extern void hex_print_with_offset(netdissect_options *,const char *,
|
D | interface.h | 176 extern void hex_print_with_offset(const char *, const u_char *, u_int, u_int);
|