Lines Matching refs:match
30 "DSCP match v%s options\n"
31 "[!] --dscp value Match DSCP codepoint with numerical value\n"
34 "[!] --dscp-class name Match the DiffServ class. This value may\n"
80 struct ipt_entry_match **match)
83 = (struct ipt_dscp_info *)(*match)->data;
89 "DSCP match: Only use --dscp ONCE!");
100 "DSCP match: Only use --dscp-class ONCE!");
120 "DSCP match: Parameter --dscp is required");
135 const struct ipt_entry_match *match,
139 (const struct ipt_dscp_info *)match->data;
140 printf("DSCP match ");
146 save(const struct ipt_ip *ip, const struct ipt_entry_match *match)
149 (const struct ipt_dscp_info *)match->data;