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

  /external/iptables/extensions/
libip6t_udp.c 66 #define UDP_DST_PORTS 0x02
91 if (*flags & UDP_DST_PORTS)
98 *flags |= UDP_DST_PORTS;
libipt_udp.c 67 #define UDP_DST_PORTS 0x02
92 if (*flags & UDP_DST_PORTS)
99 *flags |= UDP_DST_PORTS;

Completed in 48 milliseconds