Searched refs:ipsec_hexdump (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.41.9/bsd/netkey/ |
| H A D | key_debug.c | 245 ipsec_hexdump((caddr_t)(id + 1), len); /*XXX cast ?*/ 382 ipsec_hexdump((caddr_t)key + sizeof(struct sadb_key), 579 ipsec_hexdump((caddr_t)&spidx->src, 582 ipsec_hexdump((caddr_t)&spidx->dst, 601 ipsec_hexdump((caddr_t)&saidx->src, 604 ipsec_hexdump((caddr_t)&saidx->dst, 636 ipsec_hexdump(sav->iv, sav->ivlen ? sav->ivlen : 8); 773 ipsec_hexdump((caddr_t)&sin4->sin_addr, sizeof(sin4->sin_addr)); 780 ipsec_hexdump((caddr_t)&sin6->sin6_addr, 806 ipsec_hexdump(buf, len) in ipsec_hexdump() function
|
| H A D | key_debug.h | 87 extern void ipsec_hexdump(caddr_t, int);
|