Home
last modified time | relevance | path

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

/minix3/external/bsd/dhcpcd/dist/
H A Ddhcp.h159 struct dhcp_message { struct
160 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 …]
/minix3/external/bsd/dhcp/dist/server/
H A Ddhcp.c54 static char dhcp_message [256]; variable