Changeset 22501 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Aug 27, 2009 9:50:45 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/slirp.c
r22500 r22501 1385 1385 if (ac == NULL) 1386 1386 { 1387 LogRel(("NAT: Can ´t allocate arp cache entry\n"));1387 LogRel(("NAT: Can't allocate arp cache entry\n")); 1388 1388 m_free(pData, m); 1389 1389 return; … … 1841 1841 /* updates the arp cache 1842 1842 * @returns 0 - if has found and updated 1843 * 1 - if hasn ´t found.1843 * 1 - if hasn't found. 1844 1844 */ 1845 1845 int slirp_update_arp_cache(PNATState pData, uint32_t dst, const uint8_t *mac)
Note:
See TracChangeset
for help on using the changeset viewer.