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

  /external/iptables/extensions/
libxt_udp.c 64 port_to_service(int port) function
79 if (numeric || (service = port_to_service(port)) == NULL)
libxt_dccp.c 130 port_to_service(int port) function
145 if (numeric || (service = port_to_service(port)) == NULL)
libxt_tcp.c 212 port_to_service(int port) function
227 if (numeric || (service = port_to_service(port)) == NULL)
libxt_multiport.c 259 port_to_service(int port, uint8_t proto) function
274 if (numeric || (service = port_to_service(port, protocol)) == NULL)
libxt_sctp.c 302 port_to_service(int port) function
317 if (numeric || (service = port_to_service(port)) == NULL)

Completed in 67 milliseconds