mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 17:05:14 -04:00
are currently supported: - NV_TYPE_NULL - only name, no data; - NV_TYPE_BOOL - boolean (true or false); - NV_TYPE_NUMBER - 64bit unsigned integer; - NV_TYPE_STRING - C string; - NV_TYPE_NVLIST - nested nvlist; - NV_TYPE_DESCRIPTOR - file descriptor; - NV_TYPE_BINARY - binary data. For detailed documentation and examples see nv(3) manual page. Sponsored by: The FreeBSD Foundation |
||
|---|---|---|
| .. | ||
| common_impl.h | ||
| dnv.h | ||
| dnvlist.c | ||
| Makefile | ||
| msgio.c | ||
| msgio.h | ||
| nv.3 | ||
| nv.h | ||
| nv_impl.h | ||
| nvlist.c | ||
| nvlist_impl.h | ||
| nvpair.c | ||
| nvpair_impl.h | ||