Searched defs:port_to_service (Results 1 - 5 of 5) sorted by relevance

/external/iptables/extensions/
H A Dlibxt_udp.c64 port_to_service(int port) function
79 if (numeric || (service = port_to_service(port)) == NULL)
H A Dlibxt_dccp.c130 port_to_service(int port) function
145 if (numeric || (service = port_to_service(port)) == NULL)
H A Dlibxt_multiport.c259 port_to_service(int port, uint8_t proto) function
274 if (numeric || (service = port_to_service(port, protocol)) == NULL)
H A Dlibxt_sctp.c302 port_to_service(int port) function
317 if (numeric || (service = port_to_service(port)) == NULL)
H A Dlibxt_tcp.c212 port_to_service(int port) function
227 if (numeric || (service = port_to_service(port)) == NULL)

Completed in 72 milliseconds