Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcpv6.c946 dhcpv6_iaprefix_t d6ip; in show_options() local
950 (void) memcpy(&d6ip, data - sizeof (d6o), in show_options()
954 show_address(" Prefix", d6ip.d6ip_addr); in show_options()
957 ntohl(d6ip.d6ip_preflife)); in show_options()
960 ntohl(d6ip.d6ip_vallife)); in show_options()
962 " Prefix length = %u", d6ip.d6ip_preflen); in show_options()