Home
last modified time | relevance | path

Searched refs:XT_OSF_INVERT (Results 1 – 2 of 2) sorted by relevance

/third_party/iptables/extensions/
Dlibxt_osf.c72 info->flags |= XT_OSF_INVERT; in osf_parse()
88 printf(" OS fingerprint match %s%s", (info->flags & XT_OSF_INVERT) ? "! " : "", info->genre); in osf_print()
95 if (info->flags & XT_OSF_INVERT) in osf_save()
/third_party/iptables/include/linux/netfilter/
Dxt_osf.h30 #define XT_OSF_INVERT (1<<3) macro