Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dbootp.h125 #define DHCP_OPT_LEN 312 macro
161 uint8_t bp_vend[DHCP_OPT_LEN];
H A Dnic.c634 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()
1331 int ret, len = DHCP_OPT_LEN; in dhcp_copy()