Lines Matching defs:dst
16 struct ipt_iprange dst;
32 "[!] --dst-range ip[-ip] Match destination IP in the specified range\n");
38 {.name = "dst-range", .id = O_DST_RANGE, .type = XTTYPE_STRING,
115 iprange_parse_range(cb->arg, range, NFPROTO_IPV4, "--dst-range");
116 info->dst.min_ip = range[0].ip;
117 info->dst.max_ip = range[1].ip;
137 "--dst-range");
159 "iprange match: You must specify `--src-range' or `--dst-range'");
189 print_iprange(&info->dst);
258 printf(" --dst-range");
259 print_iprange(&info->dst);
276 printf(" --dst-range %s", xtables_ipaddr_to_numeric(&info->dst_min.in));
294 printf(" --dst-range %s", xtables_ip6addr_to_numeric(&info->dst_min.in6));