Home | History | Annotate | Download | only in extensions

Lines Matching refs:info

66 	struct xt_osf_info *info = cb->data;
72 info->flags |= XT_OSF_INVERT;
73 info->len = strlen(info->genre);
76 info->flags |= XT_OSF_TTL;
79 info->flags |= XT_OSF_LOG;
86 const struct xt_osf_info *info = (const struct xt_osf_info*) match->data;
88 printf(" OS fingerprint match %s%s", (info->flags & XT_OSF_INVERT) ? "! " : "", info->genre);
93 const struct xt_osf_info *info = (const struct xt_osf_info*) match->data;
95 printf(" --genre %s%s", (info->flags & XT_OSF_INVERT) ? "! ": "", info->genre);