Home
last modified time | relevance | path

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

/external/iptables/extensions/
Dlibxt_comment.c34 struct xt_comment_info *commentinfo = (void *)match->data; in comment_print() local
36 commentinfo->comment[XT_MAX_COMMENT_LEN-1] = '\0'; in comment_print()
37 printf(" /* %s */", commentinfo->comment); in comment_print()
44 struct xt_comment_info *commentinfo = (void *)match->data; in comment_save() local
46 commentinfo->comment[XT_MAX_COMMENT_LEN-1] = '\0'; in comment_save()
48 xtables_save_string(commentinfo->comment); in comment_save()
54 struct xt_comment_info *commentinfo = (void *)params->match->data; in comment_xlate() local
57 commentinfo->comment[XT_MAX_COMMENT_LEN - 1] = '\0'; in comment_xlate()
60 commentinfo->comment); in comment_xlate()
63 commentinfo->comment); in comment_xlate()