Searched refs:sd6o (Results 1 – 1 of 1) sorted by relevance
846 dhcpv6_option_t sd6o; in show_options() local857 while (olen >= sizeof (sd6o)) { in show_options()858 (void) memcpy(&sd6o, data, sizeof (sd6o)); in show_options()859 sd6o.d6o_code = ntohs(sd6o.d6o_code); in show_options()860 sd6o.d6o_len = ntohs(sd6o.d6o_len); in show_options()866 if (sd6o.d6o_len > olen) { in show_options()870 sd6o.d6o_len = olen; in show_options()872 if (sd6o.d6o_len > 0) { in show_options()873 show_hex(data, sd6o.d6o_len, in show_options()875 data += sd6o.d6o_len; in show_options()[all …]