Searched defs:dhcp_message (Results 1 – 2 of 2) sorted by relevance
159 struct dhcp_message { struct160 uint8_t op; /* message type */161 uint8_t hwtype; /* hardware address type */162 uint8_t hwlen; /* hardware address length */163 uint8_t hwopcount; /* should be zero in client message */164 uint32_t xid; /* transaction id */165 uint16_t secs; /* elapsed time in sec. from boot */166 uint16_t flags;167 uint32_t ciaddr; /* (previously allocated) client IP */168 uint32_t yiaddr; /* 'your' client IP address */[all …]
54 static char dhcp_message [256]; variable