Searched refs:nOutput (Results 1 – 1 of 1) sorted by relevance
64 napi_value nOutput; in CreateFirewallDirectionObject() local65 …URN_VOID(env, napi_create_int32(env, static_cast<int32_t>(IPTABLES::Direction::OUTPUT), &nOutput)); in CreateFirewallDirectionObject()66 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, value, "OUTPUT", nOutput)); in CreateFirewallDirectionObject()