Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/tcpdump/
Dprint-nsh.c96 static void nsh_print_bytes(const void *, u_int);
238 nsh_print_bytes(&ctx->ch[i], sizeof(ctx->ch[i])); in nsh_print_mdtype1()
264 nsh_print_bytes(p, len); in nsh_print_mdtype2()
281 nsh_print_bytes(const void *b, u_int l) in nsh_print_bytes() function