Changeset 40118 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Feb 14, 2012 5:32:02 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/bootp.c
r40113 r40118 679 679 const uint8_t *p, *p_end; 680 680 int rc; 681 int pmsg_type;682 681 struct in_addr req_ip; 683 682 int fDhcpDiscover = 0; … … 685 684 struct mbuf *m = NULL; 686 685 687 pmsg_type = 0;688 686 p = buf; 689 687 p_end = buf + size;
Note:
See TracChangeset
for help on using the changeset viewer.