OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:defend
(Results
1 - 8
of
8
) sorted by null
/external/dhcpcd-6.8.2/
ipv4ll.c
135
/* Need to keep the arp state so we can
defend
our IP. */
178
if (state->
defend
+ DEFEND_INTERVAL > up) {
188
state->
defend
= up;
dhcp.h
258
time_t
defend
;
member in struct:dhcp_state
ipv4.c
894
state->
defend
= 0;
/external/syslinux/core/lwip/src/core/ipv4/
autoip.c
171
unsigned char
defend
= 1; /* tbd */
local
173
if(
defend
) {
185
("autoip_handle_arp_conflict(): we are
defend
, send ARP Announce\n"));
191
("autoip_handle_arp_conflict(): we do not
defend
, retreating\n"));
/packages/apps/UnifiedEmail/tests/src/com/android/mail/utils/
BasicHtmlSanitizerTest.java
849
String
defend
= "';alert(String.fromCharCode(88,83,83))\/\/';" +
local
[
all
...]
/libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java
[
all
...]
/prebuilts/go/darwin-x86/src/crypto/rsa/
rsa.go
564
// In order to
defend
against errors in the CRT computation, m^e is
/prebuilts/go/linux-x86/src/crypto/rsa/
rsa.go
564
// In order to
defend
against errors in the CRT computation, m^e is
Completed in 769 milliseconds