Home
last modified time | relevance | path

Searched refs:d6ip (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcpv6.c945 dhcpv6_iaprefix_t d6ip; in show_options() local
949 (void) memcpy(&d6ip, data - sizeof (d6o), in show_options()
953 show_address(" Prefix", d6ip.d6ip_addr); in show_options()
956 ntohl(d6ip.d6ip_preflife)); in show_options()
959 ntohl(d6ip.d6ip_vallife)); in show_options()
961 " Prefix length = %u", d6ip.d6ip_preflen); in show_options()