Searched defs:client_port (Results 1 - 3 of 3) sorted by relevance

/external/ppp/pppd/plugins/radius/
H A Dbuildreq.c154 * Purpose: Builds an authentication request for port id client_port
162 int rc_auth(UINT4 client_port, VALUE_PAIR *send, VALUE_PAIR **received, argument
170 return rc_auth_using_server(authserver, client_port, send, received,
177 * Purpose: Builds an authentication request for port id client_port
187 UINT4 client_port,
212 if (rc_avpair_add(&(data.send_pairs), PW_NAS_PORT, &client_port, 0, VENDOR_NONE) == NULL)
282 * Purpose: Builds an accounting request for port id client_port
290 UINT4 client_port,
316 if (rc_avpair_add(&(data.send_pairs), PW_NAS_PORT, &client_port, 0, VENDOR_NONE) == NULL)
353 * Purpose: Builds an accounting request for port id client_port
186 rc_auth_using_server(SERVER *authserver, UINT4 client_port, VALUE_PAIR *send, VALUE_PAIR **received, char *msg, REQUEST_INFO *info) argument
289 rc_acct_using_server(SERVER *acctserver, UINT4 client_port, VALUE_PAIR *send) argument
360 rc_acct(UINT4 client_port, VALUE_PAIR *send) argument
[all...]
H A Dradius.c112 int client_port; member in struct:radius_state
276 rstate.client_port = get_client_port(portnummap ? devnam : ifname);
298 rstate.client_port, send,
301 result = rc_auth(rstate.client_port, send, &received, radius_msg, NULL);
376 rstate.client_port = get_client_port (portnummap ? devnam : ifname);
469 rstate.client_port, send,
472 result = rc_auth(rstate.client_port, send, &received, radius_msg,
944 rstate.client_port, send);
946 result = rc_acct(rstate.client_port, send);
1099 rstate.client_port, sen
[all...]
/external/libvncserver/x11vnc/
H A Dx11vnc.h671 int client_port; member in struct:_ClientData

Completed in 113 milliseconds