Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcp_hostconf.c187 d6o.d6o_code = ntohs(d6o.d6o_code); in read_hostconf()
197 if (d6o.d6o_code != DHCPV6_OPT_IA_NA && in read_hostconf()
198 d6o.d6o_code != DHCPV6_OPT_IA_TA && in read_hostconf()
199 d6o.d6o_code != DHCPV6_OPT_IA_PD) { in read_hostconf()
207 if (d6o.d6o_code == DHCPV6_OPT_IA_TA) { in read_hostconf()
236 d6o.d6o_code = ntohs(d6o.d6o_code); in read_hostconf()
241 if (d6o.d6o_code != DHCPV6_OPT_IAADDR) { in read_hostconf()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcpv6.c602 d6o.d6o_code = ntohs(d6o.d6o_code); in show_options()
605 "Option Code = %u (%s)", d6o.d6o_code, in show_options()
606 option_to_str(d6o.d6o_code)); in show_options()
614 switch (d6o.d6o_code) { in show_options()
860 sd6o.d6o_code = ntohs(sd6o.d6o_code); in show_options()
864 " Vendor Option Code = %u", d6o.d6o_code); in show_options()
915 d6o.d6o_code); in show_options()
1031 d6o.d6o_code); in show_options()
/illumos-gate/usr/src/uts/common/netinet/
H A Ddhcp6.h175 uint16_t d6o_code; member
/illumos-gate/usr/src/common/net/dhcp/
H A Dscan.c205 if (d6o.d6o_code != codenum || in dhcpv6_find_option()
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dpacket.c311 if (d6o.d6o_code == opt_type) { in remove_pkt_opt()
483 d6o.d6o_code = htons(opt_type); in encode_dhcp_opt()
575 d6o.d6o_code = htons(opt_type); in add_pkt_subopt()
H A Dagent.c878 d6o->d6o_code = htons(optnum.code); in ipc_event()
/illumos-gate/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c983 d6o->d6o_code = htons(ie->ds_code); in inittab_encode_e()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c919 if (d6o.d6o_code != codenum || d6o.d6o_len == 0 || in get_dhcpv6_option()