Home | History | Annotate | Download | only in extensions

Lines Matching refs:match

32 "TOS match v%s options:\n"
33 "[!] --tos value Match Type of Service field from one of the\n"
81 struct ipt_entry_match **match)
83 struct ipt_tos_info *tosinfo = (struct ipt_tos_info *)(*match)->data;
90 "tos match: only use --tos once!");
126 "TOS match: You must specify `--tos'");
132 const struct ipt_entry_match *match,
135 const struct ipt_tos_info *info = (const struct ipt_tos_info *)match->data;
137 printf("TOS match ");
145 save(const struct ipt_ip *ip, const struct ipt_entry_match *match)
147 const struct ipt_tos_info *info = (const struct ipt_tos_info *)match->data;