Home | History | Annotate | Download | only in extensions

Lines Matching defs:with

23 	enum ipt_reject_with with;
72 "--reject-with type drop input packet and send back\n"
81 {.name = "reject-with", .id = O_REJECT_WITH, .type = XTTYPE_STRING},
90 reject->with = IPT_ICMP_PORT_UNREACHABLE;
105 reject->with = reject_table[i].with;
111 fprintf(stderr, "--reject-with echo-reply no longer"
125 if (reject_table[i].with == reject->with)
127 printf(" reject-with %s", reject_table[i].name);
137 if (reject_table[i].with == reject->with)
140 printf(" --reject-with %s", reject_table[i].name);