Home
last modified time | relevance | path

Searched refs:hex_print_with_offset (Results 1 – 8 of 8) sorted by relevance

/dports/net/tcpdump/tcpdump-4.99.1/
H A Dprint-ascii.c175 hex_print_with_offset(netdissect_options *ndo, in hex_print_with_offset() function
215 hex_print_with_offset(ndo, ident, cp, length, 0); in hex_print()
229 hex_print_with_offset("\n\t", TMSG, sizeof(TMSG) - 1, 0x100); in main()
H A Dprint-telnet.c520 hex_print_with_offset(ndo, "\n", sp, l, (u_int)(sp - osp)); in telnet_print()
H A Dnetdissect.h599 extern void hex_print_with_offset(netdissect_options *, const char *ident, const u_char *cp, u_int,…
/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/examples/radump/
H A Dinterface.h133 extern void hex_print_with_offset(const char *, const u_char *, u_int, u_int);
H A Dprint-telnet.c250 hex_print_with_offset(" ", sp, l, sp - osp); in telnet_print()
/dports/net/tcpillust/tcpillust/tcpdump/
H A Dinterface.h180 extern void hex_print_with_offset(const char *, const u_char *, u_int, u_int);
H A Dnetdissect.h268 extern void hex_print_with_offset(netdissect_options *,const char *,
/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/common/
H A Dargus_util.c348 void hex_print_with_offset(const u_char *, const u_char *, u_int, u_int);
27263 hex_print_with_offset(const u_char *ident, const u_char *cp, u_int length, u_int oset) in hex_print_with_offset() function
27291 hex_print_with_offset(ident, cp, length, 0); in hex_print()