Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dbootp.h165 struct bootpip_t struct
178 #define MAX_RFC1533_VENDLEN (ETH_MAX_MTU - sizeof(struct bootpip_t) + BOOTP_VENDOR_LEN) argument
H A Dnic.c575 struct bootpip_t ip; in bootp()
584 memset(&ip, 0, sizeof(struct bootpip_t)); in bootp()
603 sizeof(struct bootpip_t), &ip); in bootp()