efx_dhcp_tag_hdr_t
*buffer_sizep = ((efx_dhcp_tag_hdr_t *)*tagpp)->length;
(*tagpp) += sizeof (efx_dhcp_tag_hdr_t);
if (*buffer_sizep < sizeof (efx_dhcp_tag_hdr_t)) {
DHCP_FULL_TAG_LENGTH((efx_dhcp_tag_hdr_t *)*tagpp);
efx_dhcp_tag_hdr_t *hdrp;
hdrp = (efx_dhcp_tag_hdr_t *)tagp;
efx_dhcp_tag_hdr_t *hdrp;
hdrp = (efx_dhcp_tag_hdr_t *)startp;
efx_dhcp_tag_hdr_t *encap_hdrp;
encap_hdrp = (efx_dhcp_tag_hdr_t *)encapp;
efx_dhcp_tag_hdr_t *hdrp = (efx_dhcp_tag_hdr_t *)write_pointp;
efx_dhcp_tag_hdr_t *encap_hdrp = NULL;
encap_hdrp = (efx_dhcp_tag_hdr_t *)searchp;
(DHCP_IS_ENCAP_OPT(opt) ? sizeof (efx_dhcp_tag_hdr_t) : 0);
added_length -= sizeof (efx_dhcp_tag_hdr_t);
insert_pointp += sizeof (efx_dhcp_tag_hdr_t);
uint8_t *write_pointp = value_locationp - sizeof (efx_dhcp_tag_hdr_t);
efx_dhcp_tag_hdr_t *hdrp = (efx_dhcp_tag_hdr_t *)write_pointp;
efx_dhcp_tag_hdr_t *encap_hdrp = NULL;
(sizeof (efx_dhcp_tag_hdr_t) + (hdr)->length)
encap_hdrp = (efx_dhcp_tag_hdr_t *)encapp;
((efx_dhcp_tag_hdr_t *)(((uint8_t *)(hdr)) + \
((payload_len) + sizeof (efx_dhcp_tag_hdr_t))