Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dbootp.h123 #define BOOTP_VENDOR_LEN 64 macro
143 uint8_t bp_vend[BOOTP_VENDOR_LEN];
178 #define MAX_RFC1533_VENDLEN (ETH_MAX_MTU - sizeof(struct bootpip_t) + BOOTP_VENDOR_LEN)
H A Dnic.c537 sizeof(struct udphdr) + sizeof(struct bootp_t) - BOOTP_VENDOR_LEN); in await_bootp()
556 dhcpack_length = len + sizeof (struct bootp_t) - BOOTP_VENDOR_LEN; in await_bootp()