Changeset 40115 in vbox for trunk/src/VBox/Devices/Network/slirp
- Timestamp:
- Feb 14, 2012 2:56:52 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 76256
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/tftp.c
r39101 r40115 179 179 struct mbuf *m; 180 180 struct tftp_t *tp; 181 int nobytes;182 181 183 182 m = slirpTftpMbufAlloc(pData); … … 199 198 daddr.sin_addr = spt->client_ip; 200 199 daddr.sin_port = spt->client_port; 201 202 nobytes = 2;203 200 204 201 m->m_len = sizeof(struct tftp_t)
Note:
See TracChangeset
for help on using the changeset viewer.