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

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

Completed in 47 milliseconds