Home
last modified time | relevance | path

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

/titanic_50/usr/src/grub/grub-0.97/netboot/
H A Dnic.c556 dhcpack_length = len + sizeof (struct bootp_t) - BOOTP_VENDOR_LEN; in await_bootp()
557 memcpy((char *)dhcpack_buf, (char *)bootpreply, dhcpack_length); in await_bootp()
653 dhcpack_length = len + sizeof (struct dhcp_t) - DHCP_OPT_LEN; in await_dhcp()
654 memcpy((char *)dhcpack_buf, (char *)dhcpreply, dhcpack_length); in await_dhcp()
1303 dhcpack_length = sizeof (*sip) + sip->sn_maclen - 1; in update_network_configuration()
1334 dhcpack_length = sizeof (struct dhcp_t); in dhcp_copy()
1335 memcpy((char *)dhcpack_buf, (char *)dhcpreply, dhcpack_length); in dhcp_copy()
/titanic_50/usr/src/grub/grub-0.97/stage2/
H A Dcommon.c38 unsigned long dhcpack_length; variable
H A Dshared.h735 extern unsigned long dhcpack_length;
H A Dbuiltins.c333 mbi.drives_length = dhcpack_length; in boot_func()