Searched defs:ipt_log_names (Results 1 - 1 of 1) sorted by relevance

/external/iptables/extensions/
H A Dlibipt_LOG.c61 struct ipt_log_names { struct
66 static const struct ipt_log_names ipt_log_names[] variable in typeref:struct:ipt_log_names
119 for (i = 0; i < ARRAY_SIZE(ipt_log_names); ++i)
120 if (loginfo->level == ipt_log_names[i].level) {
121 printf(" level %s", ipt_log_names[i].name);
124 if (i == ARRAY_SIZE(ipt_log_names))

Completed in 113 milliseconds