Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Dbootp.c505 int hostnamelen = strlen(hostname); in dhcp_extended() local
508 *e++ = hostnamelen; in dhcp_extended()
509 memcpy(e, hostname, hostnamelen); in dhcp_extended()
510 e += hostnamelen; in dhcp_extended()