Searched refs:commentinfo (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_comment.c34 struct xt_comment_info *commentinfo = (void *)match->data; local
36 commentinfo->comment[XT_MAX_COMMENT_LEN-1] = '\0';
37 printf(" /* %s */", commentinfo->comment);
44 struct xt_comment_info *commentinfo = (void *)match->data; local
46 commentinfo->comment[XT_MAX_COMMENT_LEN-1] = '\0';
48 xtables_save_string(commentinfo->comment);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibxt_comment.c34 struct xt_comment_info *commentinfo = (void *)match->data; local
36 commentinfo->comment[XT_MAX_COMMENT_LEN-1] = '\0';
37 printf(" /* %s */", commentinfo->comment);
44 struct xt_comment_info *commentinfo = (void *)match->data; local
46 commentinfo->comment[XT_MAX_COMMENT_LEN-1] = '\0';
48 xtables_save_string(commentinfo->comment);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibipt_comment.c52 struct ipt_comment_info *commentinfo = (struct ipt_comment_info *)(*match)->data; local
61 parse_comment(argv[optind-1], commentinfo);
86 struct ipt_comment_info *commentinfo = (struct ipt_comment_info *)match->data; local
88 commentinfo->comment[IPT_MAX_COMMENT_LEN-1] = '\0';
89 printf("/* %s */ ", commentinfo->comment);
96 struct ipt_comment_info *commentinfo = (struct ipt_comment_info *)match->data; local
98 commentinfo->comment[IPT_MAX_COMMENT_LEN-1] = '\0';
99 printf("--comment \"%s\" ", commentinfo->comment);

Completed in 56 milliseconds