Searched refs:opt_size (Results 1 – 3 of 3) sorted by relevance
724 size_t opt_size; in getinfo_ifnames() local752 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()
114 uint_t opt_size = pl->len - BASE_PKT_SIZE; in dhcp_options_scan() local129 field_scan(pkt->options, &pkt->options[opt_size], pl->opts, in dhcp_options_scan()
57 uint16_t opt_size; /* DHCP option size (FIELDs only) */ member247 bip->bi_dhcp->opt_size, val, &len)) { in bi_getval_dhcpopt()