Searched defs:dhcp_message (Results 1 – 1 of 1) sorted by relevance
126 struct dhcp_message { struct127 uint8_t op; /* message type */128 uint8_t hwtype; /* hardware address type */129 uint8_t hwlen; /* hardware address length */130 uint8_t hwopcount; /* should be zero in client message */131 uint32_t xid; /* transaction id */132 uint16_t secs; /* elapsed time in sec. from boot */133 uint16_t flags;134 uint32_t ciaddr; /* (previously allocated) client IP */135 uint32_t yiaddr; /* 'your' client IP address */[all …]