Home
last modified time | relevance | path

Searched defs:dhcp_status (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.h217 typedef struct dhcp_status { struct
218 uint8_t version; /* version of this structure */
220 char if_name[LIFNAMSIZ];
221 DHCPSTATE if_state; /* state of interface; see above */
250 } dhcp_status_t; argument
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_addr.c1517 dhcp_status_t dhcp_status; in i_ipadm_get_primary() local