Lines Matching refs:GuestIP
169 uint32_t GuestIP;
707 guestIp.s_addr = pThis->GuestIP;
1063 slirp_set_ethaddr_and_activate_port_forwarding(pThis->pNATState, Mac.au8, pThis->GuestIP);
1263 if (!CFGMR3AreValuesValid(pNode, "Protocol\0UDP\0HostPort\0GuestPort\0GuestIP\0BindIP\0"))
1301 struct in_addr GuestIP;
1302 GETIP_DEF(rc, pThis, pNode, GuestIP, RT_H2N_U32(pNetwork->u | CTL_GUEST));
1304 /* Store the guest IP for re-establishing the port-forwarding rules. Note that GuestIP
1306 if (pThis->GuestIP == INADDR_ANY)
1307 pThis->GuestIP = GuestIP.s_addr;
1314 if (slirp_add_redirect(pThis->pNATState, fUDP, BindIP, iHostPort, GuestIP, iGuestPort, Mac.au8) < 0)