/external/ppp/pppd/plugins/radius/ |
buildreq.c | 154 * Purpose: Builds an authentication request for port id client_port 162 int rc_auth(UINT4 client_port, VALUE_PAIR *send, VALUE_PAIR **received, 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 [all...] |
radius.c | 110 int client_port; member in struct:radius_state 274 rstate.client_port = get_client_port(portnummap ? devnam : ifname); 296 rstate.client_port, send, 299 result = rc_auth(rstate.client_port, send, &received, radius_msg, NULL); 374 rstate.client_port = get_client_port (portnummap ? devnam : ifname); 476 rstate.client_port, send, 479 result = rc_auth(rstate.client_port, send, &received, radius_msg, 907 rstate.client_port, send); 909 result = rc_acct(rstate.client_port, send); 1055 rstate.client_port, send) [all...] |
/external/qemu/slirp/ |
tftp.c | 33 u_int16_t client_port; member in struct:tftp_session 74 spt->client_port = tp->udp.uh_sport; 91 if (spt->client_port == tp->udp.uh_sport) { 161 daddr.sin_port = spt->client_port; 201 daddr.sin_port = spt->client_port; 247 daddr.sin_port = spt->client_port;
|
/external/qemu/slirp-android/ |
tftp.c | 33 uint16_t client_port; member in struct:tftp_session 74 spt->client_port = port_geth(tp->udp.uh_sport); 91 if (spt->client_port == port_geth(tp->udp.uh_sport)) { 163 spt->client_port ); 205 spt->client_port ); 253 spt->client_port );
|