Home
last modified time | relevance | path

Searched refs:dhcp_opt (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/libsa/
H A Dbootp.c78 struct dhcp_opt;
79 static void setenv_(uchar_t *cp, uchar_t *ep, struct dhcp_opt *opts);
482 struct dhcp_opt { struct
488 static struct dhcp_opt vndr_opt[] = { /* Vendor Specific Options */ argument
531 static struct dhcp_opt dhcp_opt[] = { variable
633 setenv_(uchar_t *cp, uchar_t *ep, struct dhcp_opt *opts) in setenv_()
643 opts = dhcp_opt; in setenv_()
648 struct dhcp_opt *op; in setenv_()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipadm/
H A Dipadm.c1481 boolean_t dhcp_opt = _B_FALSE; /* dhcp options */ in do_create_addr() local
1515 dhcp_opt = _B_TRUE; in do_create_addr()
1536 if (static_arg == NULL || auto_opt || dhcp_opt || in do_create_addr()
1589 if (dhcp_opt || s_opt || reqhost != NULL || primary_opt) { in do_create_addr()