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

  /external/iptables/extensions/
libip6t_udp.c 65 #define UDP_SRC_PORTS 0x01
80 if (*flags & UDP_SRC_PORTS)
87 *flags |= UDP_SRC_PORTS;
libipt_udp.c 66 #define UDP_SRC_PORTS 0x01
81 if (*flags & UDP_SRC_PORTS)
88 *flags |= UDP_SRC_PORTS;

Completed in 101 milliseconds