Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/rump_dhcpclient/
H A Ddhcp.h138 struct dhcp_message { struct
139 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 …]
/netbsd-src/external/mpl/dhcp/dist/server/
H A Ddhcp.c72 static char dhcp_message [256]; variable