Searched refs:FIREWALL_PROT_IND (Results 1 – 5 of 5) sorted by relevance
30 const int32_t FIREWALL_PROT_IND = 2; variable
61 if (std::get<FIREWALL_PROT_IND>(rule) == Protocol::ALL && in AddFirewallRule()102 if (std::get<FIREWALL_PROT_IND>(rule) == Protocol::ALL && in RemoveFirewallRule()116 if (std::get<FIREWALL_PROT_IND>(rule) != IPTABLES::Protocol::INVALID || in RemoveFirewallRule()
27 parcel.WriteUint32(static_cast<int32_t>(std::get<FIREWALL_PROT_IND>(rule_))); in Marshalling()
41 prot_ = RuleUtils::EnumToString(std::get<FIREWALL_PROT_IND>(firewallTuple)); in FirewallChainRule()
707 …NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(std::get<FIREWALL_PROT_IND>(rule)), &pr… in FirewallRuleToJsObj()