Home
last modified time | relevance | path

Searched refs:big_port (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/apr/network_io/unix/
Dsockaddr.c210 int big_port; in apr_parse_addr_port() local
226 big_port = atoi(str); in apr_parse_addr_port()
227 if (big_port < 1 || big_port > 65535) { in apr_parse_addr_port()
230 *port = big_port; in apr_parse_addr_port()
238 big_port = atoi(ch + 1); in apr_parse_addr_port()
239 if (big_port < 1 || big_port > 65535) { in apr_parse_addr_port()
242 *port = big_port; in apr_parse_addr_port()