Sources/uci/uci.h - OpenWrt
https://lxr.openwrt.org/source/uci/uci.hOtherwise it will return UCI_OK. 161 * 162 * Note that failures in looking up other parts, if they are also specfied, 163 * including section and option, will also have a return value UCI_OK but with 164 * ptr->flags * UCI_LOOKUP_COMPLETE not set. 165 */ 166 extern int uci_lookup_ptr(struct uci_context *ctx, struct uci_ptr *ptr, char *str, bool extended); 167 168 /** 169 * …
[OpenWrt Wiki] The UCI system
https://openwrt.org/docs/guide-user/base-system/uci27.11.2021 · UCI is the successor to the NVRAM-based configuration found in the White Russian series of OpenWrt. It is the main configuration user interface for the most important system settings including the main network interface configuration, wireless settings, logging functionality and remote access configuration.