Home
last modified time | relevance | path

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

/dports/net/proxy-suite/proxy-suite-1.9.2.4/ftp-proxy/
H A Dftp-client.h115 u_int16_t pas_urng; /* Upper port range (passive) */ member
H A Dftp-client.c1577 ctx->pas_urng = u; in client_setup_file()
1580 ctx->pas_urng = INPORT_ANY; in client_setup_file()
1584 ctx->pas_lrng, ctx->pas_urng); in client_setup_file()
H A Dftp-ldap.c699 ctx->pas_urng = u; in ldap_fetch()
703 ctx->pas_lrng, ctx->pas_urng); in ldap_fetch()
H A Dftp-cmds.c938 if ((port = socket_d_listen(addr, ctx->pas_lrng, ctx->pas_urng, in cmds_pasv()
943 (int) ctx->pas_urng, ctx->cli_ctrl->peer); in cmds_pasv()