Searched refs:d6o_code (Results 1 – 8 of 8) sorted by relevance
189 d6o.d6o_code = ntohs(d6o.d6o_code); in read_hostconf()199 if (d6o.d6o_code != DHCPV6_OPT_IA_NA && in read_hostconf()200 d6o.d6o_code != DHCPV6_OPT_IA_TA && in read_hostconf()201 d6o.d6o_code != DHCPV6_OPT_IA_PD) { in read_hostconf()209 if (d6o.d6o_code == DHCPV6_OPT_IA_TA) { in read_hostconf()238 d6o.d6o_code = ntohs(d6o.d6o_code); in read_hostconf()243 if (d6o.d6o_code != DHCPV6_OPT_IAADDR) { in read_hostconf()
601 d6o.d6o_code = ntohs(d6o.d6o_code); in show_options()604 "Option Code = %u (%s)", d6o.d6o_code, in show_options()605 option_to_str(d6o.d6o_code)); in show_options()613 switch (d6o.d6o_code) { in show_options()859 sd6o.d6o_code = ntohs(sd6o.d6o_code); in show_options()863 " Vendor Option Code = %u", d6o.d6o_code); in show_options()914 d6o.d6o_code); in show_options()1030 d6o.d6o_code); in show_options()
175 uint16_t d6o_code; member
207 if (d6o.d6o_code != codenum || in dhcpv6_find_option()
310 if (d6o.d6o_code == opt_type) { in remove_pkt_opt()433 d6o.d6o_code = htons(opt_type); in add_pkt_opt()542 d6o.d6o_code = htons(opt_type); in add_pkt_subopt()
870 d6o->d6o_code = htons(optnum.code); in ipc_event()
982 d6o->d6o_code = htons(ie->ds_code); in inittab_encode_e()
850 if (d6o.d6o_code != codenum || d6o.d6o_len == 0 || in get_dhcpv6_option()