Searched defs:dhcp_message (Results 1 – 2 of 2) sorted by relevance
138 struct dhcp_message { struct139 uint8_t op; /* message type */140 uint8_t hwtype; /* hardware address type */141 uint8_t hwlen; /* hardware address length */142 uint8_t hwopcount; /* should be zero in client message */143 uint32_t xid; /* transaction id */144 uint16_t secs; /* elapsed time in sec. from boot */145 uint16_t flags;146 uint32_t ciaddr; /* (previously allocated) client IP */147 uint32_t yiaddr; /* 'your' client IP address */[all …]
72 static char dhcp_message [256]; variable