Changeset 59660 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Feb 12, 2016 2:55:34 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/bootp.c
r58077 r59660 59 59 60 60 /* XXX: only DHCP is supported */ 61 static const uint8_t rfc1533_cookie[ ] = { RFC1533_COOKIE };61 static const uint8_t rfc1533_cookie[4] = { RFC1533_COOKIE }; 62 62 63 63 static void bootp_reply(PNATState pData, struct mbuf *m0, int offReply, uint16_t flags);
Note:
See TracChangeset
for help on using the changeset viewer.