Home
last modified time | relevance | path

Searched refs:insert_pointp (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/sys/dev/sfxge/common/
H A Defx_bootcfg.c516 uint8_t *insert_pointp = NULL; in efx_dhcp_add_tag() local
570 insert_pointp = (uint8_t *)&encap_hdrp[1]; in efx_dhcp_add_tag()
587 if (insert_pointp == NULL) { in efx_dhcp_add_tag()
589 insert_pointp = endp; in efx_dhcp_add_tag()
601 memmove(insert_pointp + added_length, insert_pointp, in efx_dhcp_add_tag()
607 efx_dhcp_write_tag(insert_pointp, in efx_dhcp_add_tag()
609 insert_pointp += sizeof (efx_dhcp_tag_hdr_t); in efx_dhcp_add_tag()
615 efx_dhcp_write_tag(insert_pointp, opt, valuep, value_length); in efx_dhcp_add_tag()