Lines Matching defs:rule
40 * the default value will have been set by the constructor. The rule is to be tolerant
863 * This is common version for reading NAT port forward rule in per-_machine's_adapter_ and
874 NATRule rule;
876 (*pf)->getAttributeValue("name", rule.strName);
877 (*pf)->getAttributeValue("proto", (uint32_t&)rule.proto);
878 (*pf)->getAttributeValue("hostip", rule.strHostIP);
880 rule.u16HostPort = port;
881 (*pf)->getAttributeValue("guestip", rule.strGuestIP);
883 rule.u16GuestPort = port;
884 llRules.push_back(rule);