- Timestamp:
- Nov 8, 2010 5:30:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvNAT.cpp
r33864 r33865 677 677 uint16_t u16HostPort, const char *pGuestIp, uint16_t u16GuestPort) 678 678 { 679 LogFlow(("drvNATNetworkNatConfig_ApplyNatCommand: \n", (pNatRuleName ? pNatRuleName: ""))); 679 LogFlowFunc(("fRemove=%d, fUdp=%d, pHostIp=%s, u16HostPort=%u, pGuestIp=%s, u16GuestPort=%u\n", 680 RT_BOOL(fRemove), RT_BOOL(fUdp), pHostIp, u16HostPort, pGuestIp, 681 u16GuestPort)); 680 682 PDRVNAT pThis = RT_FROM_MEMBER(pInterface, DRVNAT, INetworkNATCfg); 681 683 PRTREQ pReq;
Note:
See TracChangeset
for help on using the changeset viewer.