Home | History | Annotate | Download | only in radius

Lines Matching refs:client_port

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
360 int rc_acct(UINT4 client_port, VALUE_PAIR *send)
365 return rc_acct_using_server(acctserver, client_port, send);