Searched refs:client_port (Results 1 – 4 of 4) 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 | 110 int client_port; member 274 rstate.client_port = get_client_port(portnummap ? devnam : ifname); in radius_pap_auth() 296 rstate.client_port, send, in radius_pap_auth() 299 result = rc_auth(rstate.client_port, send, &received, radius_msg, NULL); in radius_pap_auth() 374 rstate.client_port = get_client_port (portnummap ? devnam : ifname); in radius_chap_verify() 476 rstate.client_port, send, in radius_chap_verify() 479 result = rc_auth(rstate.client_port, send, &received, radius_msg, in radius_chap_verify() 907 rstate.client_port, send); in radius_acct_start() 909 result = rc_acct(rstate.client_port, send); in radius_acct_start() 1055 rstate.client_port, send); in radius_acct_stop() [all …]
|
/external/qemu/slirp-android/ |
D | tftp.c | 33 uint16_t client_port; member 74 spt->client_port = port_geth(tp->udp.uh_sport); in tftp_session_allocate() 91 if (spt->client_port == port_geth(tp->udp.uh_sport)) { in tftp_session_find() 163 spt->client_port ); in tftp_send_oack() 205 spt->client_port ); in tftp_send_error() 253 spt->client_port ); in tftp_send_data()
|
/external/qemu/slirp/ |
D | tftp.c | 33 u_int16_t client_port; member 74 spt->client_port = tp->udp.uh_sport; in tftp_session_allocate() 91 if (spt->client_port == tp->udp.uh_sport) { in tftp_session_find() 161 daddr.sin_port = spt->client_port; in tftp_send_oack() 201 daddr.sin_port = spt->client_port; in tftp_send_error() 247 daddr.sin_port = spt->client_port; in tftp_send_data()
|