OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XT_OSF_INVERT
(Results
1 - 2
of
2
) sorted by null
/external/iptables/extensions/
libxt_osf.c
72
info->flags |=
XT_OSF_INVERT
;
88
printf(" OS fingerprint match %s%s", (info->flags &
XT_OSF_INVERT
) ? "! " : "", info->genre);
95
printf(" --genre %s%s", (info->flags &
XT_OSF_INVERT
) ? "! ": "", info->genre);
/external/iptables/include/linux/netfilter/
xt_osf.h
30
#define
XT_OSF_INVERT
(1<<3)
Completed in 112 milliseconds