Searched defs:pGuestIp (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Network/
H A DDrvNAT.cpp692 uint16_t u16HostPort, const char *pGuestIp, uint16_t u16GuestPort)
705 if ( pGuestIp == NULL
706 || inet_aton(pGuestIp, &guestIp) == 0)
717 uint16_t u16HostPort, const char *pGuestIp, uint16_t u16GuestPort)
719 LogFlowFunc(("fRemove=%d, fUdp=%d, pHostIp=%s, u16HostPort=%u, pGuestIp=%s, u16GuestPort=%u\n",
720 RT_BOOL(fRemove), RT_BOOL(fUdp), pHostIp, u16HostPort, pGuestIp,
726 fUdp, pHostIp, u16HostPort, pGuestIp, u16GuestPort);
690 drvNATNotifyApplyPortForwardCommand(PDRVNAT pThis, bool fRemove, bool fUdp, const char *pHostIp, uint16_t u16HostPort, const char *pGuestIp, uint16_t u16GuestPort) argument
715 drvNATNetworkNatConfig_RedirectRuleCommand(PPDMINETWORKNATCONFIG pInterface, bool fRemove, bool fUdp, const char *pHostIp, uint16_t u16HostPort, const char *pGuestIp, uint16_t u16GuestPort) argument

Completed in 47 milliseconds