radcli_dae_req_framed_ip(3) Radius client library radcli_dae_req_framed_ip(3) NAME radcli_dae_req_framed_ip - Return the request's Framed-IP-Address or Framed-IPv6-Address. SYNOPSIS #include int radcli_dae_req_framed_ip( const radcli_dae_request *req, struct sockaddr_storage *out ); DESCRIPTION PARAMETERS req a request passed to a radcli_dae_handler. out filled with an AF_INET or AF_INET6 address on success; untouched on failure. RETURN VALUE 0 on success, -1 if req or out is NULL, or the request carried neither attribute. 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(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_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) radcli 2026-09-03 radcli_dae_req_framed_ip(3)