dhcp_opt
static struct dhcp_opt vndr_opt[] = { /* Vendor Specific Options */
static struct dhcp_opt dhcp_opt[] = {
setenv_(uchar_t *cp, uchar_t *ep, struct dhcp_opt *opts)
opts = dhcp_opt;
struct dhcp_opt *op;
struct dhcp_opt;
static void setenv_(uchar_t *cp, uchar_t *ep, struct dhcp_opt *opts);
boolean_t dhcp_opt = _B_FALSE; /* dhcp options */
dhcp_opt = _B_TRUE;
if (static_arg == NULL || auto_opt || dhcp_opt ||
if (dhcp_opt || s_opt || reqhost != NULL || primary_opt) {