- Timestamp:
- May 25, 2016 4:55:32 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/Network/slirp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/ctl.h
r56292 r61198 16 16 */ 17 17 18 #ifndef _SLIRP_CTL_H_ 19 #define _SLIRP_CTL_H_ 18 20 19 21 #define CTL_CMD 0 … … 27 29 #define CTL_CHECK(x, ctl) ( ((RT_N2H_U32((x)) & ~pData->netmask) == (ctl)) \ 28 30 && (((x) & RT_H2N_U32(pData->netmask)) == pData->special_addr.s_addr)) 31 32 #endif /* _SLIRP_CTL_H_ */ -
trunk/src/VBox/Devices/Network/slirp/udp.c
r60142 r61198 64 64 #include <slirp.h> 65 65 #include "ip_icmp.h" 66 #include "ctl.h"67 66 68 67
Note:
See TracChangeset
for help on using the changeset viewer.