OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:always_blink
(Results
1 - 2
of
2
) sorted by null
/external/iptables/include/linux/netfilter/
xt_LED.h
8
__u8
always_blink
; /* Blink even if the LED is already on */
member in struct:xt_led_info
/external/iptables/extensions/
libxt_LED.c
66
led->
always_blink
= 1;
91
if (led->
always_blink
)
115
/* Only print
always_blink
if it's not set to the default */
116
if (led->
always_blink
)
Completed in 295 milliseconds