Home
last modified time | relevance | path

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

/system/core/libnetutils/
Ddhcpmsg.h26 typedef struct dhcp_msg dhcp_msg; typedef
35 struct dhcp_msg struct
37 uint8_t op; /* BOOTREQUEST / BOOTREPLY */
38 uint8_t htype; /* hw addr type */
39 uint8_t hlen; /* hw addr len */
40 uint8_t hops; /* client set to 0 */
42 uint32_t xid; /* transaction id */
44 uint16_t secs; /* seconds since start of acq */
45 uint16_t flags;
47 uint32_t ciaddr; /* client IP addr */
[all …]