Searched defs:dhcp_opt (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Dbootp.c82 struct dhcp_opt;
83 static void setenv_(u_char *cp, u_char *ep, struct dhcp_opt *opts);
458 struct dhcp_opt { struct
464 static struct dhcp_opt vndr_opt[] = { /* Vendor Specific Options */
507 static struct dhcp_opt dhcp_opt[] = { variable in typeref:struct:dhcp_opt
609 setenv_(u_char *cp, u_char *ep, struct dhcp_opt *opts)
619 opts = dhcp_opt;
624 struct dhcp_opt *op;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipadm/
H A Dipadm.c1263 boolean_t dhcp_opt = _B_FALSE; /* dhcp options */ local
1290 dhcp_opt = _B_TRUE;
1311 if (static_arg == NULL || auto_opt || dhcp_opt) {
1349 if (dhcp_opt || s_opt) {

Completed in 48 milliseconds