Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dbootp.h128 struct bootp_t { struct
169 struct bootp_t bp;
H A Dnic.c528 struct bootp_t *bootpreply; in await_bootp()
534 bootpreply = (struct bootp_t *) in await_bootp()
537 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()