Home
last modified time | relevance | path

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

/openbsd/usr.sbin/ftp-proxy/
H A Dftp-proxy.c379 struct sockaddr *client_sa, *server_sa, *fixed_server_sa; in handle_connection() local
395 client_sa = sstosa(&tmp_ss); in handle_connection()
431 memcpy(sstosa(&s->client_ss), client_sa, client_sa->sa_len); in handle_connection()
434 client_sa = sstosa(&s->client_ss); in handle_connection()
441 sock_ntop(client_sa)); in handle_connection()
506 sock_ntop(client_sa), sock_ntop(server_sa), in handle_connection()
978 client_sa = sstosa(&s->client_ss); in allow_data_connection()
1010 if (add_rdr(s->id, client_sa, s->client_rd, orig_sa, in allow_data_connection()
1015 if (add_nat(s->id, client_sa, getrtable(), server_sa, in allow_data_connection()
1040 if (add_nat(s->id, server_sa, s->client_rd, client_sa, in allow_data_connection()
[all …]