Home
last modified time | relevance | path

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

/device/soc/beken/bk7235/liteos_m/third_party_adapter/lwip_intf_v2_1/dhcpd/
Ddhcp-bootp.h49 struct bootp_header { struct
50 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 …]