Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dbootp.h128 struct bootp_t { struct
129 uint8_t bp_op;
130 uint8_t bp_htype;
131 uint8_t bp_hlen;
132 uint8_t bp_hops;
133 uint32_t bp_xid;
134 uint16_t bp_secs;
135 uint16_t unused;
136 in_addr bp_ciaddr;
137 in_addr bp_yiaddr;
[all …]