Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libdhcpagent/common/
H A Ddhcp_hostconf.c190 d6o.d6o_len = ntohs(d6o.d6o_len); in read_hostconf()
191 subomax = opts + sizeof (d6o) + d6o.d6o_len; in read_hostconf()
239 d6o.d6o_len = ntohs(d6o.d6o_len); in read_hostconf()
240 if (opts + sizeof (d6o) + d6o.d6o_len > in read_hostconf()
245 d6o.d6o_len; in read_hostconf()
262 opts += sizeof (d6o) + d6o.d6o_len; in read_hostconf()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcpv6.c602 d6o.d6o_len = olen = ntohs(d6o.d6o_len); 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()
876 olen -= sd6o.d6o_len; in show_options()
1044 data = ostart + d6o.d6o_len; in show_options()
1045 len -= d6o.d6o_len; in show_options()
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dpacket.c306 len = ntohs(d6o.d6o_len) + sizeof (d6o); in remove_pkt_opt()
391 adjust += ntohs(optval.d6o_len); in update_v6opt_len()
395 optval.d6o_len = htons(adjust); in update_v6opt_len()
434 d6o.d6o_len = htons(opt_len); in add_pkt_opt()
522 olen = ntohs(d6o.d6o_len); in add_pkt_subopt()
525 d6o.d6o_len = htons(olen); in add_pkt_subopt()
543 d6o.d6o_len = htons(opt_len); in add_pkt_subopt()
H A Dagent.c871 d6o->d6o_len = htons(optnum.size); in ipc_event()
917 optlen = ntohs(d6ov.d6o_len) + sizeof (d6ov); in ipc_event()
/titanic_41/usr/src/uts/common/netinet/
H A Ddhcp6.h176 uint16_t d6o_len; member
/titanic_41/usr/src/common/net/dhcp/
H A Dscan.c204 olen = ntohs(d6o.d6o_len) + sizeof (d6o); in dhcpv6_find_option()
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpinfo/
H A Ddhcpinfo.c207 if (opt_len != ntohs(d6o.d6o_len) + sizeof (d6o)) in main()
/titanic_41/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c983 d6o->d6o_len = htons(length); in inittab_encode_e()
1032 length = ntohs(d6o.d6o_len); in inittab_decode_e()
/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_protect.c847 olen = ntohs(d6o.d6o_len) + sizeof (d6o); in get_dhcpv6_option()
850 if (d6o.d6o_code != codenum || d6o.d6o_len == 0 || in get_dhcpv6_option()