Searched defs:bootp_header (Results 1 – 1 of 1) sorted by relevance
49 struct bootp_header { struct50 uint8_t op; /* message type */51 uint8_t htype; /* hardware type (1 = ethernet) */52 uint8_t hlen; /* hardware address length (6) */53 uint8_t hops; /* (0) */54 uint32_t xid; /* transaction ID */55 uint16_t secs; /* seconds elapsed */56 uint16_t flags; /* bootp flags */57 uint32_t ciaddr; /* client IP address */58 uint32_t yiaddr; /* your IP address */[all …]