Searched refs:client_port (Results 1 – 5 of 5) sorted by relevance
/external/ppp/pppd/plugins/radius/ |
D | buildreq.c | 162 int rc_auth(UINT4 client_port, VALUE_PAIR *send, VALUE_PAIR **received, in rc_auth() argument 170 return rc_auth_using_server(authserver, client_port, send, received, in rc_auth() 187 UINT4 client_port, in rc_auth_using_server() argument 212 if (rc_avpair_add(&(data.send_pairs), PW_NAS_PORT, &client_port, 0, VENDOR_NONE) == NULL) in rc_auth_using_server() 290 UINT4 client_port, in rc_acct_using_server() argument 316 if (rc_avpair_add(&(data.send_pairs), PW_NAS_PORT, &client_port, 0, VENDOR_NONE) == NULL) in rc_acct_using_server() 360 int rc_acct(UINT4 client_port, VALUE_PAIR *send) in rc_acct() argument 365 return rc_acct_using_server(acctserver, client_port, send); in rc_acct()
|
D | radius.c | 112 int client_port; member 276 rstate.client_port = get_client_port(portnummap ? devnam : ifname); in radius_pap_auth() 298 rstate.client_port, send, in radius_pap_auth() 301 result = rc_auth(rstate.client_port, send, &received, radius_msg, NULL); in radius_pap_auth() 376 rstate.client_port = get_client_port (portnummap ? devnam : ifname); in radius_chap_verify() 469 rstate.client_port, send, in radius_chap_verify() 472 result = rc_auth(rstate.client_port, send, &received, radius_msg, in radius_chap_verify() 944 rstate.client_port, send); in radius_acct_start() 946 result = rc_acct(rstate.client_port, send); in radius_acct_start() 1099 rstate.client_port, send); in radius_acct_stop() [all …]
|
/external/libvncserver/x11vnc/misc/ |
D | ultravnc_repeater.pl | 209 my $client_port = shift; 212 $client_port = 5900 unless $client_port; 224 LocalPort => $client_port, 236 LocalPort => $client_port, 246 die "$prog: error: client listen on port $client_port: $err1 - $err2\n"; 295 lprint("watching for IPv4 connections on $client_port/client.") if $client_listen; 297 lprint("watching for IPv6 connections on $client_port/client.") if $client_listen6;
|
/external/libvncserver/x11vnc/ |
D | x11vnc.h | 671 int client_port; member
|
D | connections.c | 191 sprintf(tmp, "%d:", cd->client_port); in list_clients() 328 if (cd != NULL && cd->client_port > 0) { in client_match() 329 if (cd->client_port != port) { in client_match() 519 if (cd && cd->client_port > 0) { in run_user_command() 520 sprintf(str, "%d", cd->client_port); in run_user_command() 3892 if (cd->client_port < 0) { in client_set_net() 3894 cd->client_port = get_remote_port(client->sock); in client_set_net() 3971 cd->client_port = -1; in new_client()
|