- Timestamp:
- Apr 6, 2020 1:30:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/bootp.c
r83580 r83581 388 388 static int dhcp_send_ack(PNATState pData, struct bootp_t *bp, BOOTPClient *bc, struct mbuf *m, int fDhcpRequest) 389 389 { 390 int offReply = 0; /* boot_reply will fill general options and add END before sending response */ 391 390 392 AssertReturn(bc != NULL, -1); 391 392 int offReply = 0; /* boot_reply will fill general options and add END before sending response */393 393 394 394 dhcp_create_msg(pData, bp, m, DHCPACK);
Note:
See TracChangeset
for help on using the changeset viewer.