Home | History | Annotate | Download | only in iptables

Lines Matching full:print

424 "       %s -h (print this help information)\n\n",
473 " --line-numbers print line numbers when listing\n"
478 "[!] --version -V print package version.\n");
480 /* Print out any special helps. A user might like to be able
1385 if (match->print)
1386 match->print(ip, m, numeric);
1511 if (target->print)
1512 /* Print the target information. */
1513 target->print(&fw->ip, t, format & FMT_NUMERIC);