Lines Matching refs:ipsec_hexdump
281 ipsec_hexdump((caddr_t)(id + 1), len); /*XXX cast ?*/
412 ipsec_hexdump(key + sizeof(struct sadb_key),
552 ipsec_hexdump((caddr_t)pkt + sizeof(struct sadb_x_packet),
622 ipsec_hexdump((caddr_t)&spidx->src,
625 ipsec_hexdump((caddr_t)&spidx->dst,
643 ipsec_hexdump((caddr_t)&saidx->src,
646 ipsec_hexdump((caddr_t)&saidx->dst,
675 ipsec_hexdump(sav->iv, sav->ivlen ? sav->ivlen : 8);
799 ipsec_hexdump(&sin4->sin_addr, sizeof(sin4->sin_addr));
807 ipsec_hexdump(&sin6->sin6_addr, sizeof(sin6->sin6_addr));
832 ipsec_hexdump(buf, len) in ipsec_hexdump() function