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

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-ascii.c145 hex_and_ascii_print(netdissect_options *ndo, register const char *ident, function
198 hex_and_ascii_print("\n\t", "Hello, World!\n", 14);
H A Dprint-zeromq.c123 hex_and_ascii_print(ndo, "\n\t ", cp + header_len + 1, body_len_printed - 1);
200 hex_and_ascii_print(ndo, "\n\t ", cp, len_printed);
H A Dprint.c347 hex_and_ascii_print(ndo, "\n\t", sp, h->caplen);
355 hex_and_ascii_print(ndo, "\n\t", sp + hdrlen,
406 hex_and_ascii_print(ndo, "\n\t", bp, length); /* pass on lf and indentation string */
H A Dnetdissect.h508 extern void hex_and_ascii_print(netdissect_options *, const char *, const u_char *, u_int);
H A Dprint-openflow-1.0.c747 hex_and_ascii_print(ndo, "\n\t ", cp, len);

Completed in 120 milliseconds