.\" File automatically generated by doxy2man0.3 .\" Generation date: Thu Sep 3 2026 .TH radcli_dict_lookup 3 2026-09-03 "radcli" "Radius client library" .SH "NAME" radcli_dict_lookup \- Look up a dictionary attribute by its canonical name. .SH SYNOPSIS .nf .B #include .sp \fBconst radcli_attr_def * radcli_dict_lookup\fP( \fBconst radcli_ctx *\fP\fIctx\fP, \fBconst char *\fP\fIname\fP ); .fi .SH DESCRIPTION .PP Case-insensitive, matching the legacy dictionary's own lookup rules. .SH PARAMETERS .TP .B ctx a context with a dictionary loaded. .TP .B name the attribute name, e.g. "Framed-IP-Address". .SH RETURN VALUE .PP the attribute definition, or NULL if no such attribute is loaded. .SH SEE ALSO .PP .nh .ad l \fIradcli_attr_def_name\fP(3), \fIradcli_attr_def_oid\fP(3), \fIradcli_attr_def_type\fP(3), \fIradcli_dict_lookup_num\fP(3), \fIradcli_dict_lookup_oid\fP(3), \fIradcli_dict_lookup_value\fP(3) .ad .hy