HomeSort by relevance Sort by last modified time
    Searched refs:proto_specified (Results 1 - 2 of 2) sorted by null

  /external/iptables/extensions/
libip6t_DNAT.c 237 bool proto_specified = range->flags & NF_NAT_RANGE_PROTO_SPECIFIED; local
241 proto_specified ? "[" : "",
243 proto_specified ? "]" : "");
248 proto_specified ? "[" : "",
250 proto_specified ? "]" : "");
253 if (proto_specified) {
libip6t_SNAT.c 247 bool proto_specified = range->flags & NF_NAT_RANGE_PROTO_SPECIFIED; local
251 proto_specified ? "[" : "",
253 proto_specified ? "]" : "");
258 proto_specified ? "[" : "",
260 proto_specified ? "]" : "");
263 if (proto_specified) {

Completed in 609 milliseconds