Home
last modified time | relevance | path

Searched refs:opt_size (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.c724 size_t opt_size; in getinfo_ifnames() local
752 opt = dhcp_ipc_get_data(reply, &opt_size, NULL); in getinfo_ifnames()
753 if (opt_size > 2 && (opt->len == opt_size - 2)) { in getinfo_ifnames()
754 *result = malloc(opt_size); in getinfo_ifnames()
758 (void) memcpy(*result, opt, opt_size); in getinfo_ifnames()
/titanic_44/usr/src/common/net/dhcp/
H A Dscan.c114 uint_t opt_size = pl->len - BASE_PKT_SIZE; in dhcp_options_scan() local
129 field_scan(pkt->options, &pkt->options[opt_size], pl->opts, in dhcp_options_scan()
/titanic_44/usr/src/common/net/wanboot/
H A Dbootinfo.c57 uint16_t opt_size; /* DHCP option size (FIELDs only) */ member
247 bip->bi_dhcp->opt_size, val, &len)) { in bi_getval_dhcpopt()