HomeSort by relevance Sort by last modified time
    Searched full:byte_max (Results 1 - 1 of 1) sorted by null

  /external/iptables/extensions/
libxt_iprange.c 165 const unsigned char *byte_min, *byte_max; local
168 byte_max = (const unsigned char *)&range->max_ip;
171 byte_max[0], byte_max[1], byte_max[2], byte_max[3]);

Completed in 87 milliseconds