.\" File automatically generated by doxy2man0.3 .\" Generation date: Thu Sep 3 2026 .TH radcli_dae_req_framed_ip 3 2026-09-03 "radcli" "Radius client library" .SH "NAME" radcli_dae_req_framed_ip \- Return the request's Framed-IP-Address or Framed-IPv6-Address. .SH SYNOPSIS .nf .B #include .sp \fBint radcli_dae_req_framed_ip\fP( \fBconst radcli_dae_request *\fP\fIreq\fP, \fBstruct sockaddr_storage *\fP\fIout\fP ); .fi .SH DESCRIPTION .SH PARAMETERS .TP .B req a request passed to a radcli_dae_handler. .TP .B out filled with an AF_INET or AF_INET6 address on success; untouched on failure. .SH RETURN VALUE .PP 0 on success, -1 if req or out is NULL, or the request carried neither attribute. .SH SEE ALSO .PP .nh .ad l \fIradcli_ctx_dispatch\fP(3), \fIradcli_ctx_get_poll\fP(3), \fIradcli_dae_free\fP(3), \fIradcli_dae_new\fP(3), \fIradcli_dae_process\fP(3), \fIradcli_dae_reply\fP(3), \fIradcli_dae_reply_error\fP(3), \fIradcli_dae_reply_to_buffer\fP(3), \fIradcli_dae_req_attrs\fP(3), \fIradcli_dae_req_code\fP(3), \fIradcli_dae_req_nas_port\fP(3), \fIradcli_dae_req_session_id\fP(3), \fIradcli_dae_req_user_name\fP(3), \fIradcli_dae_request_free\fP(3), \fIradcli_dae_set_handler\fP(3), \fIradcli_dae_start\fP(3) .ad .hy