Changeset 15396 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Dec 12, 2008 8:47:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/socket.c
r15388 r15396 847 847 848 848 /* the low level expects fields to be in host format so let's convert them*/ 849 #ifndef RT_OS_DARWIN 850 /* Darwin returns this fields in host byte order */ 849 851 NTOHS(ip->ip_len); 850 852 NTOHS(ip->ip_off); 853 #endif 851 854 NTOHS(ip->ip_id); 852 855 ip->ip_src.s_addr = src;
Note:
See TracChangeset
for help on using the changeset viewer.