Where Online Learning is simpler!
The C and C++ Include Header Files
/usr/include/linux/netfilter/xt_LED.h
$ cat -n /usr/include/linux/netfilter/xt_LED.h 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2 #ifndef _XT_LED_H 3 #define _XT_LED_H 4 5 #include
6 7 struct xt_led_info { 8 char id[27]; /* Unique ID for this trigger in the LED class */ 9 __u8 always_blink; /* Blink even if the LED is already on */ 10 __u32 delay; /* Delay until LED is switched off after trigger */ 11 12 /* Kernel data used in the module */ 13 void *internal_data __attribute__((aligned(8))); 14 }; 15 16 #endif /* _XT_LED_H */
Contact us
|
About us
|
Term of use
|
Copyright © 2000-2025 MyWebUniversity.com ™