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 134 port_to_service(int port) function
149 if (numeric || (service = port_to_service(port)) == NULL)
libxt_tcp.c 207 port_to_service(int port) function
222 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 298 port_to_service(int port) function
313 if (numeric || (service = port_to_service(port)) == NULL)

Completed in 98 milliseconds