.\" File automatically generated by doxy2man0.3 .\" Generation date: Thu Sep 3 2026 .TH radcli_request_server 3 2026-09-03 "radcli" "Radius client library" .SH "NAME" radcli_request_server \- Return the name of the server a request was (or will be) sent to. .SH SYNOPSIS .nf .B #include .sp \fBconst char * radcli_request_server\fP( \fBconst radcli_request *\fP\fIr\fP ); .fi .SH DESCRIPTION .SH PARAMETERS .TP .B r a request from radcli_request_new(). .SH RETURN VALUE .PP the server name, valid for r's lifetime; never NULL. .SH SEE ALSO .PP .nh .ad l \fIradcli_aaa\fP(3), \fIradcli_request_attrs\fP(3), \fIradcli_request_code\fP(3), \fIradcli_request_done\fP(3), \fIradcli_request_free\fP(3), \fIradcli_request_new\fP(3), \fIradcli_request_perform\fP(3) .ad .hy