Home
last modified time | relevance | path

Searched refs:nd_type (Results 1 – 21 of 21) sorted by relevance

/dports/security/silktools/silk-3.19.1/site/twoway/
H A Dpacklogic-twoway.c345 assert(sensor->decider[i].nd_type < SKPC_NUM_NETDECIDER_TYPES); in packLogicVerifySensor()
346 ++nd_type_count[sensor->decider[i].nd_type]; in packLogicVerifySensor()
374 && (sensor->decider[NETWORK_NULL].nd_type != SKPC_UNSET))) in packLogicVerifySensor()
421 switch (sensor->decider[NETWORK_NULL].nd_type) { in packLogicVerifySensor()
455 if (sensor->decider[NETWORK_EXTERNAL].nd_type == SKPC_UNSET) { in packLogicVerifySensor()
459 if (sensor->decider[NETWORK_INTERNAL].nd_type == SKPC_UNSET) { in packLogicVerifySensor()
488 switch (sensor->decider[NETWORK_NULL].nd_type) { in packLogicVerifySensor()
522 if (sensor->decider[NETWORK_EXTERNAL].nd_type == SKPC_UNSET) { in packLogicVerifySensor()
526 if (sensor->decider[NETWORK_INTERNAL].nd_type == SKPC_UNSET) { in packLogicVerifySensor()
555 if (sensor->decider[NETWORK_EXTERNAL].nd_type == SKPC_UNSET) { in packLogicVerifySensor()
[all …]
/dports/devel/ccdoc/ccdocv08r41/src/
H A Dphase1_parser.h78 enum nd_type { enum
102 static nd_type get_type(const string& id);
110 node(cpp_expr& x,nd_type t,const string& name);
134 nd_type get_type() const {return m_type;} in get_type()
140 static const char* get_node_type_name(nd_type t);
211 nd_type m_type;
H A Dphase1_parser.cc3685 node::nd_type t = node::get_type( stmt[i] ); in eval()
3743 nd_type t, in node()
3970 const char* ccdoc::phase1::parser::cpp_expr::node::get_node_type_name(nd_type t) in get_node_type_name()
3997 ccdoc::phase1::parser::cpp_expr::node::nd_type
/dports/security/silktools/silk-3.19.1/site/generic/
H A Dpacklogic-generic.c276 switch (sensor->decider[NETWORK_EXTERNAL].nd_type) { in packLogicVerifySensor()
298 switch (sensor->decider[NETWORK_INTERNAL].nd_type) { in packLogicVerifySensor()
335 switch (sensor->decider[NETWORK_INTERNAL].nd_type) { in packLogicVerifySensor()
385 switch (sensor->decider[NETWORK_INTERNAL].nd_type) { in packLogicVerifySensor()
389 switch (sensor->decider[NETWORK_NULL].nd_type) { in packLogicVerifySensor()
442 switch (sensor->decider[NETWORK_INTERNAL].nd_type) { in packLogicVerifySensor()
479 switch (sensor->decider[NETWORK_INTERNAL].nd_type) { in packLogicVerifySensor()
/dports/dns/unbound/unbound-1.14.0/services/
H A Dview.c181 char* nd_str, *nd_type; in views_apply_cfg() local
188 nd_type = strdup("nodefault"); in views_apply_cfg()
189 if(!nd_type) { in views_apply_cfg()
197 nd_type)) { in views_apply_cfg()
/dports/security/silktools/silk-3.19.1/src/libflowsource/
H A Dprobeconf.c2006 if (((sensor->decider[i].nd_type == SKPC_INTERFACE) in skpcSensorCountNetflowInterfaces()
2039 switch (sensor->decider[network_id].nd_type) { in skpcSensorTestFlowInterfaces()
2267 switch (sensor->decider[network->id].nd_type) { in skpcSensorSetNetworkDirection()
2351 if (sensor->decider[network->id].nd_type != SKPC_UNSET) { in skpcSensorSetNetworkGroup()
2362 sensor->decider[network->id].nd_type = SKPC_INTERFACE; in skpcSensorSetNetworkGroup()
2365 sensor->decider[network->id].nd_type = SKPC_IPBLOCK; in skpcSensorSetNetworkGroup()
2368 sensor->decider[network->id].nd_type = SKPC_IPSET; in skpcSensorSetNetworkGroup()
2414 if (sensor->decider[network->id].nd_type != SKPC_UNSET) { in skpcSensorSetNetworkRemainder()
2522 if (sensor->decider[i].nd_type == SKPC_INTERFACE) { in skpcSensorComputeRemainingInterfaces()
2590 if (sensor->decider[i].nd_type == SKPC_IPBLOCK) { in skpcSensorComputeRemainingIpBlocks()
[all …]
H A Dprobeconf.h352 skpc_netdecider_type_t nd_type; member
/dports/lang/ruby26/ruby-2.6.9/
H A Dparse.y359 switch (nd_type(body)) { in set_line_body()
2538 switch (nd_type($2)) {
4282 switch (nd_type($3)) {
8404 switch (nd_type(h)) {
8424 switch (nd_type(nd)) {
8622 switch (nd_type(node)) {
8681 switch (nd_type(n)) {
8703 switch (nd_type(n)) {
9492 switch (nd_type(node)) {
9694 switch (nd_type(node)) {
[all …]
H A Dnode.c27 ruby_node_name(nd_type(node)), nd_line(node), \
115 while (node->nd_next && nd_type(node->nd_next) == NODE_ARRAY) { in dump_array()
138 type = nd_type(node); in dump_node()
154 nd_type(node->nd_next) == NODE_BLOCK && in dump_node()
331 if (!node->nd_2nd || nd_type(node->nd_2nd) != (int)type) in dump_node()
1016 rb_bug("dump_node: unknown node: %s", ruby_node_name(nd_type(node))); in dump_node()
H A Dcompile.c3662 switch (nd_type(node)) { in all_string_result_p()
3780 switch (nd_type(cond)) { in compile_branch_condition()
3903 switch (nd_type(node)) { in static_literal_node_p()
3924 switch (nd_type(node)) { in static_literal_value()
4125 switch (nd_type(node)) { in case_when_optimizable_literal()
4313 switch (nd_type(ln)) { in compile_massign_opt()
4837 switch (nd_type(argn)) { in setup_args()
5113 type = nd_type(node); in compile_case()
5167 type = nd_type(node); in compile_case()
5246 switch (nd_type(vals)) { in compile_case2()
[all …]
H A Dast.c267 return (ruby_node_name(nd_type(node)) + rb_strlen_lit("NODE_")); in node_type_to_str()
318 nd_type(node->nd_next) == NODE_BLOCK && in dump_block()
333 while (node->nd_next && nd_type(node->nd_next) == NODE_ARRAY) { in dump_array()
355 enum node_type type = nd_type(node); in node_children()
407 if (!node->nd_2nd || nd_type(node->nd_2nd) != (int)type) in node_children()
H A Dparse.c417 switch (nd_type(body)) { in set_line_body()
14637 switch (nd_type(h)) { in block_append()
14657 switch (nd_type(nd)) { in block_append()
14759 htype = nd_type(head); in literal_concat()
14855 switch (nd_type(node)) { in new_evstr()
14914 switch (nd_type(n)) { in match_op()
14936 switch (nd_type(n)) { in match_op()
15663 switch (nd_type(rhs)) { in mark_lvar_used()
15725 switch (nd_type(node)) { in value_expr_check()
15927 switch (nd_type(node)) { in reduce_nodes()
[all …]
H A Ddebug.c129 ruby_node_name(nd_type(node)), nd_line(node)); in ruby_debug_print_node()
H A Dnode.h182 #define nd_type(n) ((int) (((n)->flags & NODE_TYPEMASK)>>NODE_TYPESHIFT)) macro
H A D.gdbinit598 define nd_type definition
601 document nd_type
/dports/lang/ruby26/ruby-2.6.9/ext/ripper/
H A Dripper.y359 switch (nd_type(body)) { in set_line_body()
2538 switch (nd_type($2)) {
4282 switch (nd_type($3)) {
8404 switch (nd_type(h)) {
8424 switch (nd_type(nd)) {
8622 switch (nd_type(node)) {
8681 switch (nd_type(n)) {
8703 switch (nd_type(n)) {
9492 switch (nd_type(node)) {
9694 switch (nd_type(node)) {
[all …]
H A Dripper.c417 switch (nd_type(body)) { in set_line_body()
14670 switch (nd_type(h)) { in block_append()
14690 switch (nd_type(nd)) { in block_append()
14792 htype = nd_type(head); in literal_concat()
14888 switch (nd_type(node)) { in new_evstr()
14947 switch (nd_type(n)) { in match_op()
14969 switch (nd_type(n)) { in match_op()
15696 switch (nd_type(rhs)) { in mark_lvar_used()
15758 switch (nd_type(node)) { in value_expr_check()
15960 switch (nd_type(node)) { in reduce_nodes()
[all …]
/dports/net/ryu/ryu-4.26/ryu/tests/unit/packet/
H A Dtest_icmpv6.py256 nd_type = 1 variable in Test_icmpv6_neighbor_solicit
331 (nd_type, nd_length, nd_hw_src) = struct.unpack_from(
340 eq_(nd_type, self.nd_type)
436 self.nd_type = 2
456 (nd_type, nd_length, nd_hw_src) = struct.unpack_from(
465 eq_(nd_type, self.nd_type)
552 nd_type = 1 variable in Test_icmpv6_router_solicit
622 (nd_type, nd_length, nd_hw_src) = struct.unpack_from(
630 eq_(nd_type, self.nd_type)
/dports/lang/ruby26/ruby-2.6.9/ext/objspace/
H A Dobjspace.c325 size_t s = nd_type((NODE *)v); in cn_i()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-1.8.06122 * node.h (nd_type): cast the value to int.
H A DChangeLog-1.9.364500 nd_type. [ruby-talk:252956]