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

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

Completed in 45 milliseconds