Searched defs:bootp_t (Results 1 – 2 of 2) sorted by relevance
194 struct bootp_t { struct195 uint8_t bp_op;196 uint8_t bp_htype;197 uint8_t bp_hlen;221 struct bootp_t bp; argument
89 struct bootp_t { struct90 uint8_t opcode; /* BOOTP/DHCP "opcode" */91 uint8_t hardware; /* ARP hreadware type */92 uint8_t hardlen; /* Hardware address length */93 uint8_t gatehops; /* Used by forwarders */94 uint32_t ident; /* Transaction ID */95 uint16_t seconds; /* Seconds elapsed */96 uint16_t flags; /* Broadcast flags */97 uint32_t cip; /* Cient IP */98 uint32_t yip; /* "Your" IP */[all …]