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

/freebsd-10-stable/contrib/tcpdump/
H A Dprint-ascii.c161 hex_print(register const char *ident, register const u_char *cp, register u_int length) function
170 hex_print("\n\t", "Hello, World!\n", 14);
H A Dutil.c276 hex_print(ident,cp,len);
H A Dinterface.h167 extern void hex_print(const char *, const u_char *, u_int);
H A Dnetdissect.h327 extern void hex_print(netdissect_options *,const char *, u_int);
H A Dtcpdump.c2158 hex_print("\n\t", sp, h->caplen);
2166 hex_print("\n\t", sp + hdrlen,
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zstreamdump/
H A Dzstreamdump.c188 unsigned char hex_print = buf[buf_offset]; local
189 print_offset += printf("%02x ", hex_print);

Completed in 183 milliseconds