radcli_dict_lookup(3) Radius client library radcli_dict_lookup(3)

radcli_dict_lookup - Look up a dictionary attribute by its canonical name.

#include <radcli/>

const radcli_attr_def * radcli_dict_lookup(
    const radcli_ctx  *ctx,
    const char        *name
);

Case-insensitive, matching the legacy dictionary's own lookup rules.

a context with a dictionary loaded.
the attribute name, e.g. "Framed-IP-Address".

the attribute definition, or NULL if no such attribute is loaded.

radcli_attr_def_name(3), radcli_attr_def_oid(3), radcli_attr_def_type(3), radcli_dict_lookup_num(3), radcli_dict_lookup_oid(3), radcli_dict_lookup_value(3)

2026-09-03 radcli