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

/osnet-11/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.h176 * values for if_state in the dhcp_status_t
199 /* values for if_dflags in the dhcp_status_t */
211 * when parsing a dhcp_status_t, `version' should always be checked
215 * as new fields are added to the dhcp_status_t, they should be
255 } dhcp_status_t; typedef in typeref:struct:dhcp_status
257 #define DHCP_STATUS_VER 3 /* current version of dhcp_status_t */
258 #define DHCP_STATUS_VER1_SIZE (offsetof(dhcp_status_t, if_bad_offers) + \
260 #define DHCP_STATUS_VER2_SIZE (offsetof(dhcp_status_t, if_cid) + UCHAR_MAX)
261 #define DHCP_STATUS_VER3_SIZE (offsetof(dhcp_status_t, if_reqhost) + \

Completed in 16 milliseconds