Symbol: efx_dhcp_tag_hdr_t
sys/dev/sfxge/common/efx_bootcfg.c
266
*buffer_sizep = ((efx_dhcp_tag_hdr_t *)*tagpp)->length;
sys/dev/sfxge/common/efx_bootcfg.c
267
(*tagpp) += sizeof (efx_dhcp_tag_hdr_t);
sys/dev/sfxge/common/efx_bootcfg.c
292
if (*buffer_sizep < sizeof (efx_dhcp_tag_hdr_t)) {
sys/dev/sfxge/common/efx_bootcfg.c
298
DHCP_FULL_TAG_LENGTH((efx_dhcp_tag_hdr_t *)*tagpp);
sys/dev/sfxge/common/efx_bootcfg.c
351
efx_dhcp_tag_hdr_t *hdrp;
sys/dev/sfxge/common/efx_bootcfg.c
353
hdrp = (efx_dhcp_tag_hdr_t *)tagp;
sys/dev/sfxge/common/efx_bootcfg.c
410
efx_dhcp_tag_hdr_t *hdrp;
sys/dev/sfxge/common/efx_bootcfg.c
427
hdrp = (efx_dhcp_tag_hdr_t *)startp;
sys/dev/sfxge/common/efx_bootcfg.c
432
efx_dhcp_tag_hdr_t *encap_hdrp;
sys/dev/sfxge/common/efx_bootcfg.c
440
encap_hdrp = (efx_dhcp_tag_hdr_t *)encapp;
sys/dev/sfxge/common/efx_bootcfg.c
492
efx_dhcp_tag_hdr_t *hdrp = (efx_dhcp_tag_hdr_t *)write_pointp;
sys/dev/sfxge/common/efx_bootcfg.c
513
efx_dhcp_tag_hdr_t *encap_hdrp = NULL;
sys/dev/sfxge/common/efx_bootcfg.c
548
encap_hdrp = (efx_dhcp_tag_hdr_t *)searchp;
sys/dev/sfxge/common/efx_bootcfg.c
592
(DHCP_IS_ENCAP_OPT(opt) ? sizeof (efx_dhcp_tag_hdr_t) : 0);
sys/dev/sfxge/common/efx_bootcfg.c
604
added_length -= sizeof (efx_dhcp_tag_hdr_t);
sys/dev/sfxge/common/efx_bootcfg.c
607
insert_pointp += sizeof (efx_dhcp_tag_hdr_t);
sys/dev/sfxge/common/efx_bootcfg.c
653
uint8_t *write_pointp = value_locationp - sizeof (efx_dhcp_tag_hdr_t);
sys/dev/sfxge/common/efx_bootcfg.c
654
efx_dhcp_tag_hdr_t *hdrp = (efx_dhcp_tag_hdr_t *)write_pointp;
sys/dev/sfxge/common/efx_bootcfg.c
655
efx_dhcp_tag_hdr_t *encap_hdrp = NULL;
sys/dev/sfxge/common/efx_bootcfg.c
68
(sizeof (efx_dhcp_tag_hdr_t) + (hdr)->length)
sys/dev/sfxge/common/efx_bootcfg.c
700
encap_hdrp = (efx_dhcp_tag_hdr_t *)encapp;
sys/dev/sfxge/common/efx_bootcfg.c
71
((efx_dhcp_tag_hdr_t *)(((uint8_t *)(hdr)) + \
sys/dev/sfxge/common/efx_bootcfg.c
75
((payload_len) + sizeof (efx_dhcp_tag_hdr_t))