Searched defs:Dhcp (Results 1 – 1 of 1) sorted by relevance
75 struct Dhcp { struct76 uint8_t op; /* BOOTREQUEST / BOOTREPLY */77 uint8_t htype; /* hw addr type */78 uint8_t hlen; /* hw addr len */79 uint8_t hops; /* client set to 0 */81 uint32_t xid; /* transaction id */83 uint16_t secs; /* seconds since start of acq */84 uint16_t flags;86 uint32_t ciaddr; /* client IP addr */87 uint32_t yiaddr; /* your (client) IP addr */[all …]