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

  /external/iptables/extensions/
libip6t_udp.c 115 port_to_service(int port) function
130 if (numeric || (service = port_to_service(port)) == NULL)
libipt_udp.c 116 port_to_service(int port) function
131 if (numeric || (service = port_to_service(port)) == NULL)
libip6t_multiport.c 259 port_to_service(int port, u_int8_t proto) function
274 if (numeric || (service = port_to_service(port, protocol)) == NULL)
libip6t_tcp.c 231 port_to_service(int port) function
246 if (numeric || (service = port_to_service(port)) == NULL)
libipt_dccp.c 204 port_to_service(int port) function
219 if (numeric || (service = port_to_service(port)) == NULL)
libipt_multiport.c 267 port_to_service(int port, u_int8_t proto) function
282 if (numeric || (service = port_to_service(port, protocol)) == NULL)
libipt_tcp.c 232 port_to_service(int port) function
247 if (numeric || (service = port_to_service(port)) == NULL)
libip6t_sctp.c 329 port_to_service(int port) function
344 if (numeric || (service = port_to_service(port)) == NULL)
libipt_sctp.c 330 port_to_service(int port) function
345 if (numeric || (service = port_to_service(port)) == NULL)

Completed in 112 milliseconds