Home
last modified time | relevance | path

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

/device/generic/goldfish/dhcp/common/include/
Dmessage.h75 struct Dhcp { struct
76 uint8_t op; /* BOOTREQUEST / BOOTREPLY */
77 uint8_t htype; /* hw addr type */
78 uint8_t hlen; /* hw addr len */
79 uint8_t hops; /* client set to 0 */
81 uint32_t xid; /* transaction id */
83 uint16_t secs; /* seconds since start of acq */
84 uint16_t flags;
86 uint32_t ciaddr; /* client IP addr */
87 uint32_t yiaddr; /* your (client) IP addr */
[all …]