Searched defs:xtables_args (Results 1 – 1 of 1) sorted by relevance
191 struct xtables_args { struct192 int family;193 uint16_t proto;194 uint8_t flags;195 uint8_t invflags;196 char iniface[IFNAMSIZ], outiface[IFNAMSIZ];197 unsigned char iniface_mask[IFNAMSIZ], outiface_mask[IFNAMSIZ];198 bool goto_set;199 const char *shostnetworkmask, *dhostnetworkmask;200 const char *pcnt, *bcnt;[all …]