Lines Matching defs:d6a
775 dhcpv6_auth_t d6a;
779 (void) memcpy(&d6a, data - sizeof (d6o),
784 " Protocol = %u (%s)", d6a.d6a_proto,
785 authproto_to_str(d6a.d6a_proto));
787 " Algorithm = %u (%s)", d6a.d6a_alg,
788 authalg_to_str(d6a.d6a_proto, d6a.d6a_alg));
790 " Replay Detection Method = %u (%s)", d6a.d6a_rdm,
791 authrdm_to_str(d6a.d6a_rdm));
792 show_hex(d6a.d6a_replay, sizeof (d6a.d6a_replay),