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

/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.h173 * values for if_state in the dhcp_status_t
196 /* values for if_dflags in the dhcp_status_t */
208 * when parsing a dhcp_status_t, `version' should always be checked
212 * as new fields are added to the dhcp_status_t, they should be
243 } dhcp_status_t; typedef in typeref:struct:dhcp_status
245 #define DHCP_STATUS_VER 1 /* current version of dhcp_status_t */
246 #define DHCP_STATUS_VER1_SIZE (offsetof(dhcp_status_t, if_bad_offers) + \

Completed in 58 milliseconds