| radcli_dae_reply(3) | Radius client library | radcli_dae_reply(3) |
NAME
radcli_dae_reply - Answer a request with an ACK or NAK, selecting 41/42 or 44/45 from the request's own code, mirroring its Proxy-State attributes, and computing the Response Authenticator over the request's Authenticator.
SYNOPSIS
#include <radcli/>
int radcli_dae_reply(
radcli_dae_request *req,
int ack
);
DESCRIPTION
PARAMETERS
RETURN VALUE
0 once the reply is handed to the network, -1 on failure (req is NULL, already replied to, or the reply could not be sent).
SEE ALSO
radcli_ctx_dispatch(3), radcli_ctx_get_poll(3), radcli_dae_free(3), radcli_dae_new(3), radcli_dae_process(3), radcli_dae_reply_error(3), radcli_dae_reply_to_buffer(3), radcli_dae_req_attrs(3), radcli_dae_req_code(3), radcli_dae_req_framed_ip(3), radcli_dae_req_nas_port(3), radcli_dae_req_session_id(3), radcli_dae_req_user_name(3), radcli_dae_request_free(3), radcli_dae_set_handler(3), radcli_dae_start(3)
| 2026-09-03 | radcli |