Home
last modified time | relevance | path

Searched refs:attacks (Results 1 – 25 of 4183) sorted by relevance

12345678910>>...168

/dports/security/yersinia/yersinia-8c0d7c5/src/
H A Dattack.c192 int8_t attack_th_exit(struct attacks *attacks) in attack_th_exit() argument
201 if (attacks->helper_th.id) in attack_th_exit()
209 if (attacks->data) in attack_th_exit()
210 free(attacks->data); in attack_th_exit()
212 if (attacks->params) in attack_th_exit()
214 attack_free_params(attacks->params, attacks->nparams); in attack_th_exit()
215 free(attacks->params); in attack_th_exit()
218 attacks->data = NULL; in attack_th_exit()
219 attacks->params = NULL; in attack_th_exit()
220 attacks->up = 0; in attack_th_exit()
[all …]
H A Dxstp.c143 struct attacks *attacks = (struct attacks *)arg; in xstp_th_send_bpdu_conf() local
282 struct attacks *attacks = (struct attacks *)arg ; in xstp_th_send_bpdu_tcn() local
412 struct attacks *attacks = (struct attacks *)arg; in xstp_send_hellos() local
477 struct attacks *attacks = (struct attacks *)arg; in xstp_th_dos_conf() local
549 struct attacks *attacks = (struct attacks *)arg; in xstp_th_dos_tcn() local
601 struct attacks *attacks = (struct attacks *)arg ; in xstp_th_nondos_role() local
702 struct attacks *attacks = (struct attacks *)arg; in xstp_send_hellos_mitm() local
717 attacks = xstp_mitm_args->attacks; in xstp_send_hellos_mitm()
786 struct attacks *attacks = (struct attacks *)arg; in xstp_th_dos_mitm() local
817 xstp_mitm_args.attacks = attacks; in xstp_th_dos_mitm()
[all …]
H A Ddhcp.c155 struct attacks *attacks = (struct attacks *)arg; in dhcp_th_send_raw() local
198 struct attacks *attacks = (struct attacks *)arg; in dhcp_th_send_discover() local
255 struct attacks *attacks = (struct attacks *)arg; in dhcp_th_send_inform() local
286 dhcp_send_inform(struct attacks *attacks) in dhcp_send_inform() argument
314 struct attacks *attacks = (struct attacks *)arg ; in dhcp_th_send_offer() local
346 dhcp_send_offer(struct attacks *attacks) in dhcp_send_offer() argument
388 struct attacks *attacks = (struct attacks *)arg; in dhcp_th_send_request() local
500 struct attacks *attacks = (struct attacks *)arg; in dhcp_th_send_decline() local
574 struct attacks *attacks = (struct attacks *)arg; in dhcp_th_dos_send_discover() local
619 struct attacks *attacks = (struct attacks *) arg ; in dhcp_th_rogue_server() local
[all …]
H A Ddot1q.c144 struct attacks *attacks = (struct attacks *)arg; in dot1q_th_send() local
172 void dot1q_th_send_exit( struct attacks *attacks ) in dot1q_th_send_exit() argument
184 struct attacks *attacks = (struct attacks *)arg; in dot1q_double_th_send() local
212 void dot1q_double_th_send_exit( struct attacks *attacks ) in dot1q_double_th_send_exit() argument
223 dot1q_send_icmp(struct attacks *attacks, u_int8_t double_encap) in dot1q_send_icmp() argument
355 struct attacks *attacks = (struct attacks *)arg; in dot1q_th_poison() local
391 if ( thread_create( &attacks->helper_th, &dot1q_send_arp_poison, attacks ) ) in dot1q_th_poison()
598 dot1q_return_mac(struct attacks *attacks, u_int8_t *arp_mac) in dot1q_return_mac() argument
644 void dot1q_th_poison_exit( struct attacks *attacks ) in dot1q_th_poison_exit() argument
661 struct attacks *attacks; in dot1q_send_arp_poison() local
[all …]
H A Ddtp.c136 struct attacks *attacks = (struct attacks *)arg; in dtp_th_send() local
155 dtp_send(attacks); in dtp_th_send()
161 void dtp_th_send_exit( struct attacks *attacks ) in dtp_th_send_exit() argument
163 attack_th_exit(attacks); in dtp_th_send_exit()
173 dtp_send(struct attacks *attacks) in dtp_send() argument
328 struct attacks *attacks = (struct attacks *)arg; in dtp_send_negotiate() local
372 struct attacks *attacks = (struct attacks *)arg; in dtp_th_nondos_do_trunk() local
424 dtp_send(attacks); in dtp_th_nondos_do_trunk()
426 if ( ! thread_create( &attacks->helper_th, &dtp_send_negotiate, attacks ) ) in dtp_th_nondos_do_trunk()
467 void dtp_th_nondos_do_trunk_exit( struct attacks *attacks ) in dtp_th_nondos_do_trunk_exit() argument
[all …]
H A Dmpls.c167 struct attacks *attacks=NULL; in mpls_th_send_tcp() local
170 attacks = arg; in mpls_th_send_tcp()
183 struct attacks *attacks=NULL; in mpls_th_send_double_tcp() local
186 attacks = arg; in mpls_th_send_double_tcp()
201 struct attacks *attacks=NULL; in mpls_th_send_udp() local
204 attacks = arg; in mpls_th_send_udp()
217 struct attacks *attacks=NULL; in mpls_th_send_double_udp() local
234 struct attacks *attacks=NULL; in mpls_th_send_icmp() local
249 struct attacks *attacks = (struct attacks *)arg; in mpls_th_send_double_icmp() local
262 void mpls_send( struct attacks *attacks ) in mpls_send() argument
[all …]
H A Dvtp.c140 struct attacks *attacks = (struct attacks *)arg; in vtp_th_send() local
166 void vtp_th_send_exit( struct attacks *attacks ) in vtp_th_send_exit() argument
178 vtp_send(struct attacks *attacks) in vtp_send() argument
380 struct attacks *attacks = (struct attacks *)arg; in vtp_th_dos_del_all() local
579 struct attacks *attacks=NULL; in vtp_th_dos_del() local
603 vtp_modify_vlan(u_int8_t op, struct attacks *attacks) in vtp_modify_vlan() argument
916 void vtp_th_dos_del_exit( struct attacks *attacks ) in vtp_th_dos_del_exit() argument
932 struct attacks *attacks = (struct attacks *)arg; in vtp_th_dos_add() local
953 void vtp_th_dos_add_exit( struct attacks *attacks ) in vtp_th_dos_add_exit() argument
967 struct attacks *attacks = (struct attacks *)arg; in vtp_th_dos_crash() local
[all …]
H A Ddot1x.c139 struct attacks *attacks = (struct attacks *)arg; in dot1x_th_send() local
154 dot1x_send(attacks); in dot1x_th_send()
161 dot1x_send(struct attacks *attacks) in dot1x_send() argument
174 dot1x_data = attacks->data; in dot1x_send()
231 for (p = attacks->used_ints->list; p; p = dlist_next(attacks->used_ints->list, p)) in dot1x_send()
299 void dot1x_th_send_exit( struct attacks *attacks ) in dot1x_th_send_exit() argument
301 attack_th_exit(attacks); in dot1x_th_send_exit()
317 struct attacks *attacks = (struct attacks *)arg; in dot1x_th_mitm() local
477 void dot1x_th_mitm_exit( struct attacks *attacks ) in dot1x_th_mitm_exit() argument
479 attack_th_exit(attacks); in dot1x_th_mitm_exit()
[all …]
H A Dhsrp.c147 struct attacks *attacks = (struct attacks *)arg; in hsrp_th_send_raw() local
164 hsrp_data = attacks->data; in hsrp_th_send_raw()
179 void hsrp_th_send_raw_exit( struct attacks *attacks ) in hsrp_th_send_raw_exit() argument
191 struct attacks *attacks = (struct attacks *)arg; in hsrp_th_become_active() local
219 …if ( ! hsrp_learn_packet( attacks, NULL, &attacks->attack_th.stop, attacks->data,&header, &pcap_au… in hsrp_th_become_active()
250 if ( ! thread_create( &attacks->helper_th, &hsrp_send_hellos, attacks) ) in hsrp_th_become_active()
263 void hsrp_th_become_active_exit( struct attacks *attacks ) in hsrp_th_become_active_exit() argument
273 struct attacks *attacks = (struct attacks *)arg; in hsrp_send_hellos() local
315 hsrp_send_packet(struct attacks *attacks) in hsrp_send_packet() argument
347 for (p = attacks->used_ints->list; p; p = dlist_next(attacks->used_ints->list, p)) { in hsrp_send_packet()
[all …]
H A Dcdp.c145 int8_t cdp_send( struct attacks *attacks ) in cdp_send() argument
233 struct attacks *attacks = (struct attacks *)arg; in cdp_th_send_raw() local
248 cdp_send(attacks); in cdp_th_send_raw()
254 void cdp_th_send_raw_exit( struct attacks *attacks ) in cdp_th_send_raw_exit() argument
266 struct attacks *attacks = (struct attacks *)arg; in cdp_th_flood() local
340 void cdp_th_flood_exit( struct attacks *attacks ) in cdp_th_flood_exit() argument
352 struct attacks *attacks = (struct attacks *)arg; in cdp_th_virtual_device() local
367 if ( ! thread_create( &attacks->helper_th, &cdp_send_hellos, attacks ) ) in cdp_th_virtual_device()
379 void cdp_th_virtual_device_exit(struct attacks *attacks) in cdp_th_virtual_device_exit() argument
391 struct attacks *attacks = (struct attacks *)arg; in cdp_send_hellos() local
[all …]
H A Ddhcp.h369 void dhcp_th_send_raw_exit(struct attacks *);
373 void dhcp_th_send_inform_exit(struct attacks *);
375 void dhcp_th_send_offer_exit(struct attacks *);
442 int8_t dhcp_send_discover(struct attacks *);
443 int8_t dhcp_send_inform(struct attacks *);
444 int8_t dhcp_send_offer(struct attacks *);
445 int8_t dhcp_send_request(struct attacks *);
447 int8_t dhcp_send_decline(struct attacks *);
448 int8_t dhcp_send_packet(struct attacks *);
449 int8_t dhcp_learn_offer(struct attacks *);
[all …]
H A Dxstp.h69 struct attacks *attacks; member
196 void xstp_th_send_bpdu_conf_exit(struct attacks *);
197 int8_t xstp_send_all_bpdu_conf(struct attacks *);
200 void xstp_th_send_bpdu_tcn_exit(struct attacks *);
201 int8_t xstp_send_all_bpdu_tcn(struct attacks *);
204 void xstp_th_dos_conf_exit(struct attacks *);
206 void xstp_th_dos_tcn_exit(struct attacks *);
208 void xstp_th_nondos_role_exit(struct attacks *);
210 void xstp_th_nondos_other_role_exit(struct attacks *);
212 void xstp_th_dos_mitm_exit(struct attacks *);
[all …]
H A Dvtp.h218 void vtp_th_send_exit(struct attacks *);
220 void vtp_th_dos_del_all_exit(struct attacks *);
222 void vtp_th_dos_del_exit(struct attacks *);
224 void vtp_th_dos_add_exit(struct attacks *);
226 void vtp_th_dos_crash_exit(struct attacks *);
261 int8_t vtp_send(struct attacks *);
263 int8_t vtp_learn_packet(struct attacks *attacks, char *, u_int8_t *, void *, struct pcap_pkthdr *);
270 void vtp_modify_vlan(u_int8_t, struct attacks *);
278 extern int8_t attack_th_exit(struct attacks *);
/dports/games/crafty/crafty-25.2_1/
H A Dsee.c24 uint64_t attacks, temp = 0, toccupied = OccupiedSquares; in SEE() local
41 attacks = AttacksTo(tree, target); in SEE()
57 attacks |= BishopAttacks(target, toccupied) & bsliders; in SEE()
59 attacks |= RookAttacks(target, toccupied) & rsliders; in SEE()
75 for (attacks &= toccupied; attacks; attacks &= toccupied) { in SEE()
77 if ((temp = Pieces(wtm, piece) & attacks)) in SEE()
134 attacks = AttacksTo(tree, target); in SEEO()
148 if ((temp = Pieces(wtm, piece) & attacks)) in SEEO()
156 attacks |= RookAttacks(target, toccupied) & rsliders; in SEEO()
174 for (attacks &= toccupied; attacks; attacks &= toccupied) { in SEEO()
[all …]
/dports/net-mgmt/aircrack-ng/aircrack-ng-1.5.2/scripts/airoscript-ng/src/locale/
H A Dairoscript-ng.po200 #: src/functions/attacks/wpa:28
203 #: src/functions/attacks/wpa:38
206 #: src/functions/attacks/wpa:38
209 #: src/functions/attacks/wpa:38
212 #: src/functions/attacks/wpa:38
215 #: src/functions/attacks/wpa:56
218 #: src/functions/attacks/wpa:66
368 #: src/functions/attacks/wep:34
371 #: src/functions/attacks/wep:48
374 #: src/functions/attacks/wep:50
[all …]
/dports/net-mgmt/aircrack-ng/aircrack-ng-1.5.2/scripts/airoscript-ng/src/locale/es_ES.UTF-8/
H A Dairoscript-ng.po200 #: src/functions/attacks/wpa:28
203 #: src/functions/attacks/wpa:38
206 #: src/functions/attacks/wpa:38
209 #: src/functions/attacks/wpa:38
212 #: src/functions/attacks/wpa:38
215 #: src/functions/attacks/wpa:56
218 #: src/functions/attacks/wpa:66
368 #: src/functions/attacks/wep:34
371 #: src/functions/attacks/wep:48
374 #: src/functions/attacks/wep:50
[all …]
/dports/games/pcgen/pcgen/data/pathfinder/paizo/roleplaying_game/ultimate_magic/
H A Dum_abilities_race.lst8 …k,Animated Object ~ Piercing Attack DESC:Increase threat range for melee attacks. …
11 …SIBLE:DISPLAY DESC:Gain +5 feet of reach for all melee attacks. …
12 …y.AnimatedObjectAbility VISIBLE:DISPLAY DESC:All melee attacks do damage as thou…
13 ….AnimatedObjectAbility VISIBLE:DISPLAY DESC:All ranged attacks do damage as thou…
14 …has a x3 multiplier. Object abilities that specify slam attacks do not work on piercing attacks. …
15attacks with an attack that does the same amount of piercing damage and has a x3 multiplier. Obje…
16 …ike attacks) or a x3 threat multiplier (for axe- or scythe-like attacks). Object abilities that s…
17attacks with attacks that do slashing damage and have either a 19-20 threat range (for blade-like
18 …s a range of 20 feet. Object abilities that specify slam attacks do not work on ranged attacks. …
19attacks with ranged attacks. They do the same amount of damage, and have a range of 20 feet. Obj…
[all …]
/dports/games/gnugo/gnugo-3.8/engine/
H A Dcombination.c754 int apos = attacks[k].move; in do_atari_atari()
945 aa_init_moves(attacks); in atari_atari_find_attack_moves()
950 aa_sort_moves(attacks); in atari_atari_find_attack_moves()
981 current_attacks = attacks; in atari_atari_attack_patterns()
1402 attacks[0].move = NO_MOVE; in aa_init_moves()
1417 if (attacks[k].move == move || attacks[k].move == NO_MOVE) in aa_add_move()
1428 attacks[k].move = move; in aa_add_move()
1441 if (attacks[k].target[r] == target || attacks[k].target[r] == NO_MOVE) in aa_add_move()
1469 if (attacks[k].move == move || attacks[k].move == NO_MOVE) in aa_move_known()
1488 if (attacks[k].target[r] == target || attacks[k].target[r] == NO_MOVE) in aa_move_known()
[all …]
H A Dendgame.c122 int attacks[MAXLIBS]; in endgame_analyze_worm_liberties() local
196 attacks[num_attacks] = lib; in endgame_analyze_worm_liberties()
211 attacks[num_attacks] = essential_libs[0]; in endgame_analyze_worm_liberties()
256 if (safe_move(attacks[k], other)) { in endgame_analyze_worm_liberties()
294 attacks[num_attacks2++] = attacks[k]; in endgame_analyze_worm_liberties()
301 attacks[num_attacks2++] = attacks[k]; in endgame_analyze_worm_liberties()
338 if (trymove(attacks[k], other, "endgame", pos)) { in endgame_analyze_worm_liberties()
341 1, attacks[k]); in endgame_analyze_worm_liberties()
342 add_expand_territory_move(attacks[k]); in endgame_analyze_worm_liberties()
355 1, attacks[k]); in endgame_analyze_worm_liberties()
[all …]
/dports/games/tesseract/tesseract/src/game/
H A Dweapon.cpp131 … loopi(attacks[atk].rays) offsetray(from, to, attacks[atk].spread, attacks[atk].range, rays[i]); in createrays()
359 if(dist<attacks[atk].exprad) in radialeffect()
371 …particle_fireball(v, 1.15f*attacks[atk].exprad, PART_PULSE_BURST, int(attacks[atk].exprad*20), 0x5… in explode()
516 int gun = attacks[atk].gun; in shoteffects()
605 int maxrays = attacks[atk].rays, margin = attacks[atk].margin; in raydamage()
606 if(attacks[atk].rays > 1) in raydamage()
660 d->ammo[gun] -= attacks[atk].use; in shoot()
669 float shorten = attacks[atk].range && dist > attacks[atk].range ? attacks[atk].range : 0, in shoot()
676 … else if(attacks[atk].spread) offsetray(from, to, attacks[atk].spread, attacks[atk].range, to); in shoot()
694 d->totalshots += attacks[atk].damage*attacks[atk].rays; in shoot()
[all …]
/dports/games/tesseract-data/tesseract/src/game/
H A Dweapon.cpp131 … loopi(attacks[atk].rays) offsetray(from, to, attacks[atk].spread, attacks[atk].range, rays[i]); in createrays()
359 if(dist<attacks[atk].exprad) in radialeffect()
371 …particle_fireball(v, 1.15f*attacks[atk].exprad, PART_PULSE_BURST, int(attacks[atk].exprad*20), 0x5… in explode()
516 int gun = attacks[atk].gun; in shoteffects()
605 int maxrays = attacks[atk].rays, margin = attacks[atk].margin; in raydamage()
606 if(attacks[atk].rays > 1) in raydamage()
660 d->ammo[gun] -= attacks[atk].use; in shoot()
669 float shorten = attacks[atk].range && dist > attacks[atk].range ? attacks[atk].range : 0, in shoot()
676 … else if(attacks[atk].spread) offsetray(from, to, attacks[atk].spread, attacks[atk].range, to); in shoot()
694 d->totalshots += attacks[atk].damage*attacks[atk].rays; in shoot()
[all …]
/dports/games/edge/Edge-1.35-source/ddf/
H A Dattack.cc315 readinfo_t attacks; in DDF_ReadAtks() local
317 attacks.memfile = (char*)data; in DDF_ReadAtks()
318 attacks.memsize = size; in DDF_ReadAtks()
319 attacks.tag = "ATTACKS"; in DDF_ReadAtks()
320 attacks.entries_per_dot = 2; in DDF_ReadAtks()
322 if (attacks.memfile) in DDF_ReadAtks()
324 attacks.message = NULL; in DDF_ReadAtks()
325 attacks.filename = NULL; in DDF_ReadAtks()
326 attacks.lumpname = "DDFATK"; in DDF_ReadAtks()
331 attacks.filename = "attacks.ddf"; in DDF_ReadAtks()
[all …]
/dports/games/spring/spring_98.0/AI/Skirmish/AAI/
H A DAAIAttackManager.cpp35 for(list<AAIAttack*>::iterator a = attacks.begin(); a != attacks.end(); ++a) in ~AAIAttackManager()
38 attacks.clear(); in ~AAIAttackManager()
44 for(list<AAIAttack*>::iterator a = attacks.begin(); a != attacks.end(); ++a) in Update()
52 attacks.erase(a); in Update()
65 if(attacks.size() < cfg->MAX_ATTACKS) in Update()
195 attacks.push_back(attack); in LaunchAttack()
241 for(list<AAIAttack*>::iterator a = attacks.begin(); a != attacks.end(); ++a) in StopAttack()
248 attacks.erase(a); in StopAttack()
265 for(list<AAIAttack*>::iterator a = attacks.begin(); a != attacks.end(); ++a) in CheckAttack()
269 attacks.erase(a); in CheckAttack()
/dports/games/pcgen/pcgen/data/35e/distant_horizons_games/eclipse_d20_classless/
H A Declipse_abilities_misc.lst149 …nd energy-based attacks. Characters commonly specialize it by applying it only towards physical at…
150 …nd energy-based attacks. Characters commonly specialize it by applying it only towards physical at…
151 …nd energy-based attacks. Characters commonly specialize it by applying it only towards physical at…
152 …nd energy-based attacks. Characters commonly specialize it by applying it only towards physical at…
153 …nd energy-based attacks. Characters commonly specialize it by applying it only towards physical at…
154 …nd energy-based attacks. Characters commonly specialize it by applying it only towards physical at…
155 …nd energy-based attacks. Characters commonly specialize it by applying it only towards physical at…
156 …nd energy-based attacks. Characters commonly specialize it by applying it only towards physical at…
179 …nd energy-based attacks. Characters commonly specialize it by applying it only towards physical at…
180 …nd energy-based attacks. Characters commonly specialize it by applying it only towards physical at…
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/src/scripting/
H A Dlua_unit_attacks.cpp99 auto attacks = u->attacks(); in find_attack() local
100 for(auto at = attacks.begin(); at != attacks.end(); ++at) { in find_attack()
111 auto attacks = u->attacks(); in find_attack() local
112 if(i < static_cast<size_t>(attacks.size())) { in find_attack()
113 auto iter = attacks.begin(); in find_attack()
150 return std::find_if(u.attacks().begin(), u.attacks().end(), [&atk](const attack_type& atk2) { in get_attack_iter()
168 if(lua_isnumber(L, 2) && lua_tonumber(L, 2) - 1 > u.attacks().size()) { in impl_unit_attacks_set()
178 auto iter = get_attack_iter(u, atk), end = u.attacks().end(); in impl_unit_attacks_set()
217 lua_pushinteger(L, (u ? u->attacks() : ut->attacks()).size()); in impl_unit_attacks_len()

12345678910>>...168