Searched refs:kdebug_hexdump (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/netipsec/ |
| D | key_debug.c | 80 static void kdebug_hexdump(const char *, const void *, size_t); 247 kdebug_hexdump("data", id + 1, len); in kdebug_sadb_identity() 350 kdebug_hexdump("key", key + 1, key->sadb_key_bits >> 3); in kdebug_sadb_key() 504 kdebug_hexdump("src", &spidx->src, spidx->src.sa.sa_len); in kdebug__secpolicyindex() 505 kdebug_hexdump("dst", &spidx->dst, spidx->dst.sa.sa_len); in kdebug__secpolicyindex() 518 kdebug_hexdump("src", &saidx->src, saidx->src.sa.sa_len); in kdebug_secasindex() 519 kdebug_hexdump("dst", &saidx->dst, saidx->dst.sa.sa_len); in kdebug_secasindex() 649 kdebug_hexdump("addr", &sin4->sin_addr, sizeof(sin4->sin_addr)); in kdebug_sockaddr() 657 kdebug_hexdump("addr", &sin6->sin6_addr, sizeof(sin6->sin6_addr)); in kdebug_sockaddr() 666 kdebug_hexdump(const char *tag, const void *v, size_t len) in kdebug_hexdump() function
|