Home
last modified time | relevance | path

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

/dports/security/yersinia/yersinia-8c0d7c5/src/
H A Dattack.c175 int8_t attack_kill_index( struct term_node *node, uint8_t proto_arg, uint8_t attack_arg ) in attack_kill_index() argument
177 if ( ( proto_arg < MAX_PROTOCOLS ) && ( attack_arg < MAX_THREAD_ATTACK ) ) in attack_kill_index()
179 if ( node->protocol[ proto_arg ].attacks[ attack_arg ].up == 1 ) in attack_kill_index()
181 thread_destroy( &node->protocol[ proto_arg ].attacks[ attack_arg ].attack_th ); in attack_kill_index()
183 … pthread_mutex_destroy( &node->protocol[ proto_arg ].attacks[ attack_arg ].attack_th.finished ); in attack_kill_index()