Searched refs:hex_print (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-ascii.c187 hex_print(netdissect_options *ndo,const char *ident, const u_char *cp, u_int length) function
196 hex_print("\n\t", "Hello, World!\n", 14);
H A Dprint.c366 hex_print(ndo, "\n\t", sp, h->caplen);
374 hex_print(ndo, "\n\t", sp + hdrlen,
H A Dprint-cfm.c698 hex_print(ndo, "\n\t Management Address Domain: ", tptr, mgmt_addr_length);
728 hex_print(ndo, "\n\t Management Address: ", tptr, mgmt_addr_length);
H A Dprint-lisp.c275 hex_print(ndo, "\n Authentication-Data: ", packet_iterator +
H A Dutil-print.c486 hex_print(ndo, ident,cp,len);
H A Dnetdissect.h510 extern void hex_print(netdissect_options *, const char *ident, const u_char *cp, u_int);
H A Dprint-icmp6.c682 hex_print(ndo,
/freebsd-13-stable/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_dump.c180 unsigned char hex_print = buf[buf_offset]; local
181 print_offset += printf("%02x ", hex_print);

Completed in 103 milliseconds