Home
last modified time | relevance | path

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

/system/connectivity/dhcp_client/
Ddhcp_message.cc49 struct __attribute__((__packed__)) RawDHCPMessage { struct
50 uint8_t op;
51 uint8_t htype;
52 uint8_t hlen;
53 uint8_t hops;
54 uint32_t xid;
55 uint16_t secs;
56 uint16_t flags;
57 uint32_t ciaddr;
58 uint32_t yiaddr;
[all …]