Searched refs:IPPORT_RESERVED (Results 1 – 9 of 9) sorted by relevance
89 if (*alport < IPPORT_RESERVED - 1) { in rresvport_af()
46 #define ENDPORT (IPPORT_RESERVED - 1)
200 if (!ses.allowprivport && port < IPPORT_RESERVED) { in svr_remotetcpreq()
245 #define IPPORT_RESERVED 1024 macro
1127 || (listen_port != 0 && listen_port < IPPORT_RESERVED && in server_input_global_request()
198 int p = IPPORT_RESERVED - 1; in ssh_create_socket()
264 if (newfwd->listen_port < IPPORT_RESERVED && original_real_uid != 0) in add_local_forward()
2972 if (port < IPPORT_RESERVED && !is_root)
816 ns->so_fport=htons(IPPORT_RESERVED-1); /* Use a fake port. */ in tcp_emu()