Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dbootp.h146 struct dhcp_t { struct
175 struct dhcp_t bp; argument
H A Dnic.c625 struct dhcp_t *dhcpreply; in await_dhcp()
631 dhcpreply = (struct dhcp_t *) in await_dhcp()
634 sizeof(struct udphdr) + sizeof(struct dhcp_t) - DHCP_OPT_LEN); in await_dhcp()
653 dhcpack_length = len + sizeof (struct dhcp_t) - DHCP_OPT_LEN; in await_dhcp()
1328 dhcp_copy(struct dhcp_t *dhcpreply) in dhcp_copy()
1334 dhcpack_length = sizeof (struct dhcp_t); in dhcp_copy()
1352 struct dhcp_t *dhcpreply; in dhcp_undi()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dcommon.c266 addr += sizeof (struct dhcp_t); in init_bios_info()