Searched defs:d6a (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcpv6.c775 dhcpv6_auth_t d6a; local
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
[all...]

Completed in 45 milliseconds