Home
last modified time | relevance | path

Searched refs:attack_t (Results 1 – 25 of 39) sorted by relevance

12

/dports/security/sshguard/sshguard-2.4.2/src/common/
H A Dattack.h57 } attack_t; typedef
61 attack_t attack; /* attacker address, target service */
70 int attack_from_hostname(attack_t *attack, const char *name);
71 void attackerinit(attacker_t *restrict ipe, const attack_t *restrict attack);
/dports/games/scid/scid/engines/togaII1.2.1a/src/
H A Dmove_evasion.h16 extern void gen_legal_evasions (list_t * list, const board_t * board, const attack_t * attack);
17 extern void gen_pseudo_evasions (list_t * list, const board_t * board, const attack_t * attack);
19 extern bool legal_evasion_exist (const board_t * board, const attack_t * attack);
H A Dsort.h35 const attack_t * attack;
44 extern void sort_init (sort_t * sort, board_t * board, const attack_t * attack, int depth, int h…
47 extern void sort_init_qs (sort_t * sort, board_t * board, const attack_t * attack, bool check);
H A Dattack.h31 struct attack_t { struct
55 extern bool attack_is_ok (const attack_t * attack); argument
56 extern void attack_set (attack_t * attack, const board_t * board);
H A Dmove_evasion.cpp18 static bool gen_evasions (list_t * list, const board_t * board, const attack_t * attack, bool …
28 void gen_legal_evasions(list_t * list, const board_t * board, const attack_t * attack) { in gen_legal_evasions()
43 void gen_pseudo_evasions(list_t * list, const board_t * board, const attack_t * attack) { in gen_pseudo_evasions()
58 bool legal_evasion_exist(const board_t * board, const attack_t * attack) { in legal_evasion_exist()
70 static bool gen_evasions(list_t * list, const board_t * board, const attack_t * attack, bool legal,… in gen_evasions()
/dports/games/gnuchess/gnuchess-6.2.9/src/engine/
H A Dmove_evasion.h38 extern void gen_legal_evasions (list_t * list, const board_t * board, const attack_t * attack);
39 extern void gen_pseudo_evasions (list_t * list, const board_t * board, const attack_t * attack);
41 extern bool legal_evasion_exist (const board_t * board, const attack_t * attack);
H A Dsort.h49 const attack_t * attack;
58 extern void sort_init (sort_t * sort, board_t * board, const attack_t * attack, int depth, int h…
61 extern void sort_init_qs (sort_t * sort, board_t * board, const attack_t * attack, bool check);
H A Dattack.h53 struct attack_t { struct
77 extern bool attack_is_ok (const attack_t * attack); argument
78 extern void attack_set (attack_t * attack, const board_t * board);
H A Dmove_evasion.cpp40 static bool gen_evasions (list_t * list, const board_t * board, const attack_t * attack, bool …
50 void gen_legal_evasions(list_t * list, const board_t * board, const attack_t * attack) { in gen_legal_evasions()
65 void gen_pseudo_evasions(list_t * list, const board_t * board, const attack_t * attack) { in gen_pseudo_evasions()
80 bool legal_evasion_exist(const board_t * board, const attack_t * attack) { in legal_evasion_exist()
92 static bool gen_evasions(list_t * list, const board_t * board, const attack_t * attack, bool legal,… in gen_evasions()
/dports/games/nlarn/nlarn-NLarn-0.7.6/inc/
H A Dcombat.h61 DECLARE_ENUM(attack_t, ATTACK_T_ENUM)
98 attack_t type;
126 attack_t attack;
137 damage *damage_new(damage_t type, attack_t att_type, int amount,
/dports/security/sshguard/sshguard-2.4.2/src/fw/
H A Dfw.h41 int fw_block(const attack_t *attack);
46 int fw_release(const attack_t *attack);
H A Dhosts.c145 int fw_block(const attack_t *attack) { in fw_block()
155 int fw_release(const attack_t *attack) { in fw_release()
327 static bool fill_attack(attack_t *attack, const char *addr, const char *type) { in fill_attack()
358 attack_t attack; in backend_main()
365 attack_t attack; in backend_main()
/dports/security/sshguard/sshguard-2.4.2/src/parser/
H A Dparser.c19 static void print_attack(const attack_t *attack) { in print_attack()
25 attack_t attack; in parse_to_buf()
124 attack_t attack; in main()
H A Dattack_parser.y34 static void yyerror(attack_t *, const char *);
38 %parse-param { attack_t *attack }
361 static void yyerror(__attribute__((unused)) attack_t *a,
364 int parse_line(char *str, attack_t *attack) { in parse_line()
H A Dattack_parser.c104 static void yyerror(attack_t *, const char *);
265 int yyparse (attack_t *attack);
1137 yysymbol_kind_t yykind, YYSTYPE const * const yyvaluep, attack_t *attack) in yy_symbol_value_print()
1160 yysymbol_kind_t yykind, YYSTYPE const * const yyvaluep, attack_t *attack) in yy_symbol_print()
1199 int yyrule, attack_t *attack) in yy_reduce_print()
1261 yysymbol_kind_t yykind, YYSTYPE *yyvaluep, attack_t *attack) in yydestruct()
1291 yyparse (attack_t *attack) in yyparse()
1910 static void yyerror(__attribute__((unused)) attack_t *a, in yyerror()
1913 int parse_line(char *str, attack_t *attack) { in parse_line()
H A Dparser.h36 int parse_line(char *str, attack_t *attack);
H A Dattack.c12 int attack_from_hostname(attack_t *attack, const char *name) { in attack_from_hostname()
H A Dattack_parser.h171 int yyparse (attack_t *attack);
/dports/security/sshguard/sshguard-2.4.2/src/blocker/
H A Dblocklist.c29 static void fw_block(const attack_t *attack) { in fw_block()
36 static void fw_release(const attack_t *attack) { in fw_release()
101 bool blocklist_contains(attack_t attack) { in blocklist_contains()
H A Dblocker.c69 static void report_address(attack_t attack);
137 attack_t parsed_attack; in main()
180 static void report_address(attack_t attack) { in report_address()
H A Dblocklist.h9 bool blocklist_contains(attack_t);
H A Dattack.c14 const attack_t *restrict attack) { in attackerinit()
/dports/games/nlarn/nlarn-NLarn-0.7.6/src/
H A Dcombat.c26 DEFINE_ENUM(attack_t, ATTACK_T_ENUM) in DEFINE_ENUM()
30 damage *damage_new(damage_t type, attack_t att_type, int amount, in DEFINE_ENUM()
/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_playr.h89 } attack_t; typedef
97 attack_t attackinfo[14];
/dports/games/moria/umoria/util/mc/
H A Dcreature.y118 } attack_t; typedef
299 static attack_t attackList[MAX_ATTACK] = { 0 };
1020 attack_t attack; in PutAttack()
1053 attack_t attack;

12