If you like BoxMatrix then please contribute Supportdata, Supportdata2, Firmware and/or Hardware (get in touch).
My metamonk@yahoo.com is not reachable by me since years. Please use hippie2000@webnmail.de instead.
Property:libavmfbstate.so
BoxMatrix >> Shell-Commands >> libavmfbstate.so | @ BoxMatrix - IRC-Chat - Translate: de es fr it nl pl |
News | Selectors | Models | Accessories | Components | Environment | Config | Commands | System | Webif | Software | Develop | Lexicon | Community | Project | Media |
Startup-Scr | Hotplug-Scr | BusyBox-Cmds | Bash-Cmds | AVM-Cmds | Chipset-Cmds | Linux-Cmds | Shared-Libs | Kernel-Mods | Research |
Command: | libavmfbstate.so - type Link, Lib | Wiki | Freetz | IPPF | whmf | AVM | Web |
Location: | Shell-Commands >> Shared-Libraries - Origin: AVM | ||||||
Path: | Release: /lib Lab+Rel: /lib | ||||||
Properties: | Size: 6.8k - 101k, Link - Firmware: 7.02 - 8.00 | ||||||
Function: | IPC fritzbox state notification |
Goto: Examples - Dependencies - Model-Matrix - Symbols - SMW-Browser
Details
libavmfbstate.so is an IPC fritzbox state notification library.
It sends (or receives) *_FBSTATE
states to the AVMIPC-Datastore, typically with attached JSON status reports.
The system parts which are monitored differ across firnware versions and maybe with running services
To see the status in human readable form there is the supportdata helper showfbstate.
Examples
fw 7.29 possible notifications:
root@fritz2:/var/mod/root# strings /lib/libavmfbstate.so | grep _FBSTATE | sort STATE_DHCPV6STATUS_FBSTATE STATE_ETHSTATUS_FBSTATE STATE_EXTADDRSTATUS_FBSTATE STATE_LDAP_STATE_FBSTATE STATE_LLDPSTATUS_FBSTATE
To see which are used and which size the attached JSON status reports have:
root@fritz2:/var/mod/root# aicmd avmipcd datastore show | grep _FBSTATE | sort STATE_DHCPV6STATUS_FBSTATE : size 183, set by local , local:dhcpv6info STATE_ETHSTATUS_FBSTATE : size 1077, set by local , remote: local:meshd local:ctlmgr local:multid STATE_EXTADDRSTATUS_FBSTATE : size 169, set by local , local:dsld local:ddnsd local:_anony2354-3658467316 STATE_LDAP_STATE_FBSTATE : size 32, set by local , STATE_LLDPSTATUS_FBSTATE : size 195, set by local , local:meshd
Let's query the external addresses JSON:
root@fritz1:/var/mod/root# aicmd avmipcd datastore query STATE_EXTADDRSTATUS_FBSTATE full STATE_EXTADDRSTATUS_FBSTATE: local:dsld local:_anony1292-204469012 local:ddnsd DATA: <<!EOF! extaddrstatus { ipv4 { valid = yes; external = 84.59.XXX.XXX; } ipv6 { valid = no; external = ::; } dsldstat_ipv4 { valid = yes; external = 84.59.XXX.XXX; } } // EOF !EOF!
fw 7.39 possible notifications:
root@fritz:/var/mod/root# strings /lib/libavmfbstate.so | grep _FBSTATE]] | sort STATE_DEVICENAME_FBSTATE STATE_DHCPRANGESSTATUS_FBSTATE STATE_DHCPV6STATUS_FBSTATE STATE_DOMAINNAME_FBSTATE STATE_ETHSTATUS_FBSTATE STATE_EXTADDRSTATUS_FBSTATE STATE_INTERNET_CONFIG_STATUS_FBSTATE STATE_IPCLIENT_PB_STATUS_FBSTATE STATE_LDAP_STATE_FBSTATE STATE_LLDPSTATUS_FBSTATE STATE_MULTIDSTATUS_FBSTATE STATE_SYSTEMTIMESTATUS_FBSTATE STATE_UPNPDEVSTATUS_FBSTATE STATE_USBSTATUS_FBSTATE
To see which are used and which size the attached JSON status reports have:
root@fritz:/var/mod/root# aicmd avmipcd datastore show | grep _FBSTATE]] | sort STATE_DHCPRANGESSTATUS_FBSTATE : size 0, set by remote, local:vpnd STATE_DHCPV6STATUS_FBSTATE : size 102, set by local , local:dhcpv6info STATE_DOMAINNAME_FBSTATE : size 41, set by local , local:vpnd STATE_ETHSTATUS_FBSTATE : size 1784, set by local , local:meshd local:ctlmgr local:avmcounterd STATE_EXTADDRSTATUS_FBSTATE : size 152, set by local , local:mailbuilder local:_anony-ctlmgr-1861-1290544093 local:dsld STATE_INTERNET_CONFIG_STATUS_FBSTATE : size 45, set by local , local:multid local:_anony-ctlmgr-1861-1290544093 STATE_IPCLIENT_PB_STATUS_FBSTATE : size 68, set by local , STATE_LDAP_STATE_FBSTATE : size 15, set by local , local:multid STATE_LLDPSTATUS_FBSTATE : size 254, set by local , local:meshd STATE_SYSTEMTIMESTATUS_FBSTATE : size 0, set by remote, local:_anony-ctlmgr-1861-1290544093 STATE_UPNPDEVSTATUS_FBSTATE : size 291, set by local , local:multid STATE_USBSTATUS_FBSTATE : size 50, set by local , local:multid
Let's query the new UPnP-AV status JSON:
root@fritz:/var/mod/root# aicmd avmipcd datastore query STATE_UPNPDEVSTATUS_FBSTATE full STATE_UPNPDEVSTATUS_FBSTATE: local:multid DATA: <<!EOF! upnpdevstatus { devices_status { devices { name = "libmediasrv"; location = "MediaServerDevDesc.xml"; } { name = "igd"; location = "igddesc.xml"; } { name = "fbox"; location = "fboxdesc.xml"; } { name = "TR064"; location = "tr64desc.xml"; } { name = "igd2"; location = "igd2desc.xml"; } } } !EOF!
Dependencies
Daily updated index of all dependencies of this library. Last update: 2024-11-15 07:54 GMT.
A *
in the Mod
column marks info from Supportdata-Probes, which will always stay incomplete.
Relation | Typ | Object | Mod | Firmware | Info | Origin |
---|---|---|---|---|---|---|
Depends on | lib | ld.so | 47 | 7.08 - 8.00 | Dynamic linker / loader | Linux |
Depends on | lib | libavmcsock.so | 69 | 7.02 - 8.00 | Networking, I/O and helper functions | AVM |
Depends on | lib | libc.so | 69 | 7.02 - 8.00 | Standard C library | Linux |
Depends on | lib | libdl.so | 48 | 7.02 - 8.00 | Dynamic linking library | Linux |
Depends on | lib | libpthread.so | 48 | 7.02 - 8.00 | POSIX threading library | Linux |
Depends on | lib | librt.so | 48 | 7.02 - 8.00 | POSIX realtime extensions library | Linux |
Depends on | lib | libsvctl.so | 59 | 7.19 - 8.00 | supervisor notification library | AVM |
Depends on | lib | libz.so | 59 | 7.19 - 8.00 | Zlib compressor / decompressor | Linux |
Required by | lib | libar7cfg.so | 43 | 7.39 - 7.81 | TFFS-Configuration API to ar7.cfg and many more. | AVM |
Required by | lib | libavmluautils.so | 43 | 7.39 - 8.00 | Utility Lua-Library | AVM |
Required by | lib | libavmnexus_tab.so | 43 | 7.39 - 8.00 | TFFS-Configuration API to avmnexus.cfg | AVM |
Required by | lib | libavmnexusmail.so | 43 | 7.39 - 8.00 | Push-Mail across a Mesh network | AVM |
Required by | lib | libavmupnpbig.so | 43 | 7.39 - 7.81 | UPnP support API (big version) | AVM |
Required by | lib | libboxlib.so | 43 | 7.39 - 8.00 | Box status, logging and statistics functions | AVM |
Required by | lib | libcfgimpexp.so | 33 | 7.39 - 8.00 | TFFS-Configuration API for configuration import and export. | AVM |
Required by | lib | libcm.so | 43 | 7.39 - 7.81 | ctlmgr / cm_logic messaging API | AVM |
Required by | lib | libcmapi.so | 54 | 7.08 - 8.00 | API library for ctlmgr and its plugins. | AVM |
Required by | lib | libcmquery.so | 31 | 7.39 - 7.81 | Asynchronous ctlmgr query | Linux |
Required by | lib | libctlrext.so | 13 | 7.24 - 7.63 | ctlmgr plugin library for Repeater configuration | AVM |
Required by | lib | libctlusb.so | 27 | 7.39 - 8.00 | ctlmgr plugin library for USB configuration | AVM |
Required by | lib | libemailservice.so | 43 | 7.39 - 7.81 | Email sender using mailer | AVM |
Required by | lib | libethgstats.so | 31 | 7.39 - 8.00 | avmcounterd plugin library for ethernet stats | AVM |
Required by | lib | libfon.so | 38 | 7.08 - 8.00 | ctlmgr plugin library for Telephony configuration | AVM |
Required by | lib | libfwsign.so | 43 | 7.39 - 7.81 | Firmware signature validation | AVM |
Required by | lib | libfwupdate.so | 43 | 7.39 - 8.00 | TODO | Linux |
Required by | lib | libfwupdatetrace.so | 43 | 7.39 - 8.00 | TFFS-Configuration API to fwupdatetrace.cfg | AVM |
Required by | lib | libikev1.so | 31 | 7.39 - 8.00 | IPSec IKE v1 protocol (RFC-2409) | AVM |
Required by | lib | libikev2.so | 31 | 7.39 - 8.00 | IPSec IKE v2 protocol (RFC-4306) | AVM |
Required by | lib | libluaevent.so | 43 | 7.39 - 7.81 | Lua-Library for event handling | AVM |
Required by | lib | libmailbuilder.so | 54 | 7.08 - 8.00 | ctlmgr plugin library and Lua-Library for creating Push-Mail | AVM |
Required by | lib | libmesh_plcservice.so | 41 | 7.19 - 8.00 | meshd topology extension for Powerline devices | AVM |
Required by | lib | libmeshd.so | 51 | 7.19 - 8.00 | API library for meshd and its extensions. | AVM |
Required by | lib | libmove_nw_d.so | 31 | 7.39 - 8.00 | moved plugin library for destination Network import | AVM |
Required by | lib | libmove_nw_s.so | 31 | 7.39 - 8.00 | moved plugin library for source Network export | AVM |
Required by | lib | libmoved.so | 31 | 7.39 - 7.81 | API to the moved service. | AVM |
Required by | lib | libmovetrace.so | 31 | 7.39 - 8.00 | TODO | Linux |
Required by | lib | librextcfg.so | 12 | 7.39 - 7.63 | TFFS-Configuration API to rext.cfg and many more. | AVM |
Required by | lib | libspeedtest.so | 43 | 7.39 - 8.00 | Kernel speedtest API | AVM |
Required by | lib | libtr064.so | 53 | 7.08 - 8.00 | ctlmgr plugin library for TR-064 configuration | AVM |
Required by | lib | libtr069.so | 54 | 7.08 - 8.00 | ctlmgr plugin library for TR-069 configuration | AVM |
Required by | lib | libuser.so | 41 | 7.08 - 8.00 | ctlmgr plugin library for Box-User configuration | AVM |
Required by | lib | libusp.so | 31 | 7.39 - 8.00 | ctlmgr plugin library for TR-369 / USP configuration | AVM |
Required by | lib | libvoipkpi.so | 28 | 7.39 - 8.00 | VoIP quality KPI collector for voipkpid | AVM |
Required by | cmd | allcfgconv | 43 | 7.39 - 7.81 | Converts or changes AVM config files. | AVM |
Required by | cmd | ar7cfg_addbadguys | 25 | 7.39 - 7.70 | Adds a hardcoded list of 'badguy' IP blocks to ar7.cfg to ban them. | AVM |
Required by | cmd | ar7cfgctl (avmcmd) | 43 | 7.39 - 7.81 | Read or write values in AVM config files (ar7.cfg). | AVM |
Required by | cmd | ar7cfgget | 43 | 7.39 - 8.00 | Get abstract value from ar7 configuration. | AVM |
Required by | cmd | ar7login | 43 | 7.39 - 8.00 | Start a new shell session (ie. for telnetd) for local login. | AVM |
Required by | cmd | assetsd (avmcmd) | 22 | 7.90 - 8.00 | Asset-Bundles package-management daemon. | AVM |
Required by | cmd | avmcounterd (avmcmd) | 31 | 7.39 - 7.81 | RRDtool based data logging daemon. | AVM |
Required by | cmd | avmike (avmcmd) | 31 | 7.39 - 8.00 | ISAKMP / IPSec negotiation server / proxy. | AVM |
Required by | cmd | avmipc_remote_link (avmcmd) | 2 | 7.39 | Inter-CPU Netlink peering daemon. | AVM |
Required by | cmd | avmipcd (avmcmd) | 9 | 7.39 | AVMIPC-Datastore communication management daemon. | AVM |
Required by | cmd | avmnexusd (avmcmd) | 43 | 7.39 - 8.00 | Mesh configuration peering daemon. | AVM |
Required by | cmd | avmntpd (avmcmd) | 43 | 7.39 - 8.00 | SNTP client daemon. | AVM |
Required by | cmd | captive_pic | 31 | 7.39 - 8.00 | Hotspot captive portal picture upload CGI. | AVM |
Required by | cmd | capture_notimeout (avmcmd) | 43 | 7.39 - 8.00 | Packet capture CGI. | AVM |
Required by | cmd | cloudmsgd (avmcmd) | 38 | 7.19 - 8.00 | Remote message peering daemon for AVM Smartphone-Apps. | AVM |
Required by | cmd | contfiltd (avmcmd) | 31 | 7.39 - 8.00 | Content and URL filtering transparent proxy | AVM |
Required by | cmd | ctlmgr (avmcmd) | 54 | 7.08 - 8.00 | System meta daemon also serving the Webinterface. | AVM |
Required by | cmd | ctlmgr_ctl (avmcmd) | 43 | 7.39 - 7.81 | Reads or writes configuration values using ctlmgr's UI-Modules. | AVM |
Required by | cmd | ddnsd (avmcmd) | 38 | 7.19 - 8.00 | DynDNS daemon. | AVM |
Required by | cmd | device_updatecheck (avmcmd) | 32 | 7.39 - 8.00 | Search for (own and peripheral) updates. | AVM |
Required by | cmd | deviceinfod (avmcmd) | 9 | 7.39 | MAC address collection and synchronization daemon. | AVM |
Required by | cmd | dsld (avmcmd) | 41 | 7.08 - 8.00 | Internet routing daemon. | AVM |
Required by | cmd | eventadd | 43 | 7.39 - 8.00 | Sends an event to the Event-Log. | AVM |
Required by | cmd | eventsdump | 43 | 7.39 - 8.00 | Lists the Event-Log. | AVM |
Required by | cmd | firmwarecfg | 43 | 7.39 - 8.00 | File transfer CGI for the Webinterface also callable from Shell. | AVM |
Required by | cmd | fwstream | 22 | 7.90 - 8.00 | Firmware tar image stream length clipper. | AVM |
Required by | cmd | fwupdate | 22 | 7.90 - 8.00 | Commandline Firmware updater and more. | AVM |
Required by | cmd | fwupdate_checkpoint | 43 | 7.39 - 8.00 | Set a custom checkpoint in fwupdatetrace.cfg. | AVM |
Required by | cmd | getprivkeypass | 27 | 7.39 - 8.00 | Prints the default password for loading an encrypted PEM certificate for FTPS. | AVM |
Required by | cmd | httpsdl | 43 | 7.39 - 7.81 | HTTPS downloader similar to wget for TR-069. | AVM |
Required by | cmd | l2tpv3d (avmcmd) | 43 | 7.39 - 7.81 | Layer 2 tunneling protocol v3 daemon. | AVM |
Required by | cmd | latencyd (avmcmd) | 22 | 7.61 - 8.00 | WAN / LAN / neighbour Flow Latency Monitoring daemon. | AVM |
Required by | cmd | letsencrypt (avmcmd) | 31 | 7.39 - 8.00 | Let's Encrypt certificate updater. | AVM |
Required by | cmd | luacgi (avmcmd) | 43 | 7.39 - 8.00 | Lua interpreter CGI. | AVM |
Required by | cmd | luavar | 31 | 7.39 - 7.81 | Lua commandline interpreter. | AVM |
Required by | cmd | mailer (avmcmd) | 43 | 7.39 - 8.00 | SMTP / SMTPS system MTA to send Email | AVM |
Required by | cmd | meshd (avmcmd) | 51 | 7.19 - 8.00 | Mesh topology and steering daemon. | AVM |
Required by | cmd | moved (avmcmd) | 31 | 7.39 - 8.00 | Box-Move daemon. | AVM |
Required by | cmd | multid (avmcmd) | 41 | 7.02 - 8.00 | LAN management daemon. | AVM |
Required by | cmd | nasupload_notimeout | 27 | 7.39 - 8.00 | File transfer CGI for the NAS. | AVM |
Required by | cmd | pumaglued (avmcmd) | 7 | 7.02 - 8.00 | Inter-CPU connector for the ARM side of Puma6 / Puma7 models. | AVM |
Required by | cmd | pumaupdatetrace (avmcmd) | 6 | 7.39 - 8.00 | Daemon receiving update status infor on Puma6 / Puma7 models (ATOM). |
AVM |
Required by | cmd | rextcfgctl | 12 | 7.39 - 7.63 | Reads or changes values in the WLAN repeater configuration rext.cfg. | AVM |
Required by | cmd | rextconv | 12 | 7.39 - 7.63 | Converts or changes the WLAN repeater configuration rext.cfg. | AVM |
Required by | cmd | rextd (avmcmd) | 20 | 7.08 - 7.63 | WLAN repeater management daemon. | AVM |
Required by | cmd | scgi_server (avmcmd) | 32 | 7.39 - 8.00 | Daemon to speed up CGI for the REST-API. | AVM |
Required by | cmd | showdsldstat | 43 | 7.39 - 8.00 | supportdata helper showing internet connections, PVCs or VLANs. | AVM |
Required by | cmd | showethstatus | 38 | 7.02 - 7.13 | supportdata helper showing interface and status of each LAN port. | AVM |
Required by | cmd | showfbstate | 68 | 7.08 - 8.00 | supportdata helper showing the status of all IPC fritzbox state notifications. | AVM |
Required by | cmd | showinetstat | 31 | 7.39 - 8.00 | supportdata helper showing upstream and downstram bandwidth history. | AVM |
Required by | cmd | showneighbours | 41 | 7.39 - 7.63 | supportdata helper showing alllowed subnets, neighbours and their pathes. | AVM |
Required by | cmd | showonlinestat | 31 | 7.39 - 7.81 | supportdata helper showing the internet volume counter stats. | AVM |
Required by | cmd | showvoipdstat | 28 | 7.39 - 8.00 | supportdata helper showing all registered VoIP numbers. | AVM |
Required by | cmd | speedtest (avmcmd) | 35 | 7.39 - 7.90 | Speedtest - Measure throughput | AVM |
Required by | cmd | tcppeerlocation | 27 | 7.39 - 8.00 | Check for source (homenet or internet) of peer of a TCP connection | AVM |
Required by | cmd | timetracedump | 31 | 7.39 - 7.81 | Possible future supportdata helper showing TimeTrace dumps. | AVM |
Required by | cmd | tr064cgi | 32 | 7.39 - 7.81 | TR-064 CGI program. | AVM |
Required by | cmd | tr069fwupdate | 43 | 7.39 - 7.81 | TR-069 Firmware updater and more. | AVM |
Required by | cmd | upnpd (avmcmd) | 43 | 7.39 - 8.00 | UPnP server daemon. | AVM |
Required by | cmd | usermand2 | 31 | 7.39 - 8.00 | User magager daemon, parental control, new version. | AVM |
Required by | cmd | voipd (avmcmd) | 28 | 7.39 - 8.00 | VoIP daemon, also performs T.38 Fax. | AVM |
Required by | cmd | voipkpid (avmcmd) | 28 | 7.39 - 8.00 | VoIP quality KPI collector daemon. | AVM |
Required by | cmd | vpnd (avmcmd) | 31 | 7.39 - 8.00 | VPN daemon. | AVM |
Required by | cmd | webget | 22 | 7.90 - 8.00 | Universal downloader similar to wget. | AVM |
Required by | cmd | wsdd (avmcmd) | 27 | 7.39 - 8.00 | Web Services Discovery (WS-Discovery) daemon | AVM |
108 dependencies for this library |
Model-Matrix
Daily updated index of the presence, path and size of this library for each model. Last update: 2024-11-15 05:54 GMT.
Showing all models using this library. Click any column header (click-wait-click) to sort the list by the respective data.
The (main/scrpn/boot/arm/prx/atom/rtl)
label in the Model
column shows which CPU is meant for Multi-Linux models.
Note that this list is merged from Firmware-Probes of all known AVM firmware for a model, including Recovery.exe and Labor-Files.
Model | Firmware | Path | Size |
---|---|---|---|
FRITZ!Box 3490 (main) | 7.11 - 7.30 | /lib | 10.9k - 33.7k, Link |
FRITZ!Box 4040 | 7.08 - 8.00 | /lib | 10.0k - 64.1k, Link |
FRITZ!Box 4050 | 7.58 - 7.90 | /lib | 62.3k - 68.9k, Link |
FRITZ!Box 4060 | 7.29 - 7.90 | /lib | 26.1k - 64.1k, Link |
FRITZ!Box 5490 (main) | 7.12 - 7.29 | /lib | 12.3k - 33.7k, Link |
FRITZ!Box 5491 (main) | 7.12 - 7.29 | /lib | 12.3k - 33.7k, Link |
FRITZ!Box 5530 Fiber (main) | 7.21 - 8.00 | /lib | 33.4k - 73.5k, Link |
FRITZ!Box 5590 Fiber (main) | 7.29 - 8.00 | /lib | 26.1k - 64.1k, Link |
FRITZ!Box 5590 Fiber (prx) | 7.29 - 7.30 | /lib | 34.1k, Link |
FRITZ!Box 5690 Pro (main) | 7.62 - 7.90 | /lib | 62.2k - 72.9k, Link |
FRITZ!Box 6430 Cable (arm) | 7.02 - 7.29 | /lib | 6.8k - 26.2k, Link |
FRITZ!Box 6430 Cable (atom) | 7.02 - 7.29 | /lib | 8.0k - 33.6k, Link |
FRITZ!Box 6490 Cable (arm) | 7.02 - 7.51 | /lib | 6.8k - 55.5k, Link |
FRITZ!Box 6490 Cable (atom) | 7.02 - 7.51 | /lib | 8.0k - 81.4k, Link |
FRITZ!Box 6590 Cable (arm) | 7.02 - 7.57 | /lib | 6.8k - 55.6k, Link |
FRITZ!Box 6590 Cable (atom) | 7.02 - 7.51 | /lib | 8.0k - 81.4k, Link |
FRITZ!Box 6591 Cable (arm) | 7.04 - 8.00 | /lib | 8.1k - 62.9k, Link |
FRITZ!Box 6591 Cable (atom) | 7.04 - 8.00 | /lib | 8.1k - 88.0k, Link |
FRITZ!Box 6660 Cable (arm) | 7.14 - 8.00 | /lib | 10.9k - 62.9k, Link |
FRITZ!Box 6660 Cable (atom) | 7.14 - 8.00 | /lib | 15.0k - 88.0k, Link |
FRITZ!Box 6670 Cable (arm) | 7.61 - 7.90 | /lib | 61.8k - 71.6k, Link |
FRITZ!Box 6670 Cable (atom) | 7.61 - 7.90 | /lib | 86.2k - 101k, Link |
FRITZ!Box 6690 Cable (arm) | 7.28 - 7.90 | /lib | 25.9k - 62.9k, Link |
FRITZ!Box 6690 Cable (atom) | 7.28 - 7.90 | /lib | 33.6k - 88.0k, Link |
FRITZ!Box 6820 LTE v1 (main) | 7.08 - 7.51 | /lib | 10.9k - 72.6k, Link |
FRITZ!Box 6820 LTE v2 (main) | 7.08 - 7.51 | /lib | 10.9k - 72.6k, Link |
FRITZ!Box 6820 LTE v3 (main) | 7.19 - 7.57 | /lib | 33.0k - 72.6k, Link |
FRITZ!Box 6850 LTE | 7.21 - 7.90 | /lib | 25.1k - 67.5k, Link |
FRITZ!Box 6850 5G | 7.24 - 7.90 | /lib | 25.1k - 64.1k, Link |
FRITZ!Box 6890 LTE (main) | 7.08 - 7.57 | /lib | 10.9k - 72.5k, Link |
FRITZ!Box 6890 LTE v1 (main) | 7.08 - 7.57 | /lib | 10.9k - 72.5k, Link |
FRITZ!Box 6890 LTE v2 (main) | 7.08 - 7.57 | /lib | 10.9k - 72.5k, Link |
FRITZ!Box 7362 SL (main) | 7.08 - 7.18 | /lib | 10.9k - 12.3k, Link |
FRITZ!Box 7430 (main) | 7.08 - 7.31 | /lib | 10.9k - 33.7k, Link |
FRITZ!Box 7490 (main) | 7.08 - 7.51 | /lib | 10.9k - 72.6k, Link |
FRITZ!Box 7510 | 7.30 - 8.00 | /lib | 26.1k - 64.1k, Link |
FRITZ!Box 7520 | 7.08 - 8.00 | /lib | 10.0k - 64.1k, Link |
FRITZ!Box 7520 v2 (main) | 7.30 - 8.00 | /lib | 25.6k - 64.1k, Link |
FRITZ!Box 7530 | 7.08 - 8.00 | /lib | 10.0k - 64.1k, Link |
FRITZ!Box 7530 AX | 7.20 - 8.00 | /lib | 25.1k - 64.2k, Link |
FRITZ!Box 7560 (main) | 7.08 - 7.30 | /lib | 10.9k - 34.1k, Link |
FRITZ!Box 7580 (main) | 7.08 - 7.30 | /lib | 10.9k - 34.1k, Link |
FRITZ!Box 7581 | 7.08 - 7.18 | /lib | 10.0k - 10.8k, Link |
FRITZ!Box 7582 | 7.08 - 7.18 | /lib | 10.0k - 10.8k, Link |
FRITZ!Box 7583 (main) | 7.10 - 7.59 | /lib | 10.9k - 72.5k, Link |
FRITZ!Box 7583 VDSL (main) | 7.19 - 8.00 | /lib | 33.4k - 73.5k, Link |
FRITZ!Box 7590 (main) | 7.08 - 8.00 | /lib | 10.9k - 73.5k, Link |
FRITZ!Box 7590 AX (main) | 7.19 - 8.00 | /lib | 33.4k - 73.5k, Link |
FRITZ!Box 7690 | 7.61 - 7.90 | /lib | 62.2k - 68.9k, Link |
FRITZ!Smart Gateway | 7.52 - 7.63 | /lib | 62.1k - 62.2k, Link |
FRITZ!WLAN Repeater 310 A | 7.08 - 7.16 | /lib | 10.9k - 12.3k, Link |
FRITZ!WLAN Repeater 310 B | 7.08 - 7.16 | /lib | 10.9k - 12.3k, Link |
FRITZ!WLAN Repeater 450E | 7.15 | /lib | 10.9k - 12.3k, Link |
FRITZ!Repeater 600 | 7.11 - 7.58 | /lib | 10.9k - 68.6k, Link |
FRITZ!Repeater 600 v2 | 7.27 - 7.58 | /lib | 29.7k - 68.6k, Link |
FRITZ!WLAN Repeater 1160 | 7.08 - 7.15 | /lib | 10.9k - 12.3k, Link |
FRITZ!Repeater 1200 | 7.11 - 7.58 | /lib | 10.0k - 62.3k, Link |
FRITZ!Repeater 1200 AX | 7.30 - 7.58 | /lib | 26.1k - 62.3k, Link |
FRITZ!WLAN Repeater 1750E | 7.31 - 7.32 | /lib | 10.9k - 33.7k, Link |
FRITZ!Repeater 2400 | 7.12 - 7.58 | /lib | 12.3k - 68.6k, Link |
FRITZ!Repeater 3000 | 7.08 - 7.58 | /lib | 10.0k - 62.3k, Link |
FRITZ!Repeater 3000 AX | 7.41 - 7.58 | /lib | 62.1k - 62.3k, Link |
FRITZ!Repeater 6000 | 7.19 - 7.58 | /lib | 25.5k - 62.3k, Link |
FRITZ!Powerline 540E | 7.08 - 7.15 | /lib | 10.9k - 12.3k, Link |
FRITZ!Powerline 546E | 7.15 | /lib | 10.9k - 12.3k, Link |
FRITZ!Powerline 1240 AX | 7.57 - 7.58 | /lib | 62.2k - 62.3k, Link |
FRITZ!Powerline 1240E | 7.16 | /lib | 10.9k - 12.3k, Link |
FRITZ!Powerline 1260E | 7.08 - 7.58 | /lib | 10.0k - 62.3k, Link |
FRITZ!Powerline 1260 | 7.27 - 7.58 | /lib | 25.6k - 62.3k, Link |
69 models use this library |
Symbols
Daily updated index of all symbols of this library. Last update: 2024-11-15 07:54 GMT.
Firmware | Symbol |
---|---|
7.39 - 7.81 | FBSTATECFG_devicename_alloc |
7.39 - 7.81 | FBSTATECFG_devicename_free |
7.39 - 8.00 | FBSTATECFG_dhcp_ranges_alloc |
7.39 - 8.00 | FBSTATECFG_dhcp_ranges_free |
7.39 - 8.00 | FBSTATECFG_dhcprange_alloc |
7.39 - 8.00 | FBSTATECFG_dhcprange_free |
7.39 - 7.81 | FBSTATECFG_dhcprangesstatus_alloc |
7.39 - 7.81 | FBSTATECFG_dhcprangesstatus_free |
7.19 | FBSTATECFG_dhcpv6d_client_info_alloc |
7.19 | FBSTATECFG_dhcpv6d_client_info_free |
7.19 - 8.00 | FBSTATECFG_dhcpv6d_iface_info_alloc |
7.19 - 8.00 | FBSTATECFG_dhcpv6d_iface_info_free |
7.19 - 8.00 | FBSTATECFG_dhcpv6d_info_alloc |
7.19 - 8.00 | FBSTATECFG_dhcpv6d_info_free |
7.19 - 7.81 | FBSTATECFG_dhcpv6status_alloc |
7.19 - 7.81 | FBSTATECFG_dhcpv6status_free |
7.39 - 7.81 | FBSTATECFG_domainname_alloc |
7.39 - 7.81 | FBSTATECFG_domainname_free |
7.02 - 8.00 | FBSTATECFG_ethportstatus_alloc |
7.02 - 8.00 | FBSTATECFG_ethportstatus_free |
7.02 - 7.81 | FBSTATECFG_ethstatus_alloc |
7.02 - 7.81 | FBSTATECFG_ethstatus_free |
7.08 - 7.81 | FBSTATECFG_extaddrstatus_alloc |
7.08 - 7.81 | FBSTATECFG_extaddrstatus_free |
7.08 - 8.00 | FBSTATECFG_extaddrstatus_v4_alloc |
7.08 - 8.00 | FBSTATECFG_extaddrstatus_v4_free |
7.08 - 8.00 | FBSTATECFG_extaddrstatus_v6_alloc |
7.08 - 8.00 | FBSTATECFG_extaddrstatus_v6_free |
7.19 - 8.00 | FBSTATECFG_interface_entry_alloc |
7.19 - 8.00 | FBSTATECFG_interface_entry_free |
7.39 - 7.81 | FBSTATECFG_internet_config_status_alloc |
7.39 - 7.81 | FBSTATECFG_internet_config_status_free |
7.39 - 7.81 | FBSTATECFG_ipclient_pb_status_alloc |
7.39 - 7.81 | FBSTATECFG_ipclient_pb_status_free |
7.19 - 7.81 | FBSTATECFG_ldap_state_alloc |
7.19 - 7.81 | FBSTATECFG_ldap_state_free |
7.19 - 8.00 | FBSTATECFG_lldpentry_alloc |
7.19 - 8.00 | FBSTATECFG_lldpentry_free |
7.19 - 7.81 | FBSTATECFG_lldpstatus_alloc |
7.19 - 7.81 | FBSTATECFG_lldpstatus_free |
7.90 - 8.00 | FBSTATECFG_management_address_alloc |
7.90 - 8.00 | FBSTATECFG_management_address_free |
7.39 - 7.81 | FBSTATECFG_multidstatus_alloc |
7.39 - 7.81 | FBSTATECFG_multidstatus_free |
7.24 - 8.00 | FBSTATECFG_speed_capability_entry_alloc |
7.24 - 8.00 | FBSTATECFG_speed_capability_entry_free |
7.39 - 7.81 | FBSTATECFG_systemtimestatus_alloc |
7.39 - 7.81 | FBSTATECFG_systemtimestatus_free |
7.39 - 8.00 | FBSTATECFG_upnp_device_alloc |
7.39 - 8.00 | FBSTATECFG_upnp_device_free |
7.39 - 8.00 | FBSTATECFG_upnp_devices_status_alloc |
7.39 - 8.00 | FBSTATECFG_upnp_devices_status_free |
7.39 - 7.81 | FBSTATECFG_upnpdevstatus_alloc |
7.39 - 7.81 | FBSTATECFG_upnpdevstatus_free |
7.39 - 7.81 | FBSTATECFG_usbstatus_alloc |
7.39 - 7.81 | FBSTATECFG_usbstatus_free |
7.90 | avmnexusdstatus_clone |
7.90 | avmnexusdstatus_free |
7.90 | avmnexusdstatus_getcfg |
7.90 | avmnexusdstatus_register |
7.90 | avmnexusdstatus_register_cbdata |
7.90 | avmnexusdstatus_register_with_cbdata |
7.90 | avmnexusdstatus_setcfg |
7.90 | avmnexusdstatus_unregister |
7.90 | avmnexusdstatus_unregister_with_cbdata |
7.39 - 8.00 | devicename_clone |
7.39 - 8.00 | devicename_free |
7.39 - 8.00 | devicename_getcfg |
7.39 - 8.00 | devicename_register |
7.39 - 8.00 | devicename_register_cbdata |
7.39 - 8.00 | devicename_register_with_cbdata |
7.39 - 8.00 | devicename_setcfg |
7.39 - 8.00 | devicename_unregister |
7.39 - 8.00 | devicename_unregister_with_cbdata |
7.39 - 8.00 | dhcprangesstatus_clone |
7.39 - 8.00 | dhcprangesstatus_free |
7.39 - 8.00 | dhcprangesstatus_getcfg |
7.39 - 8.00 | dhcprangesstatus_register |
7.39 - 8.00 | dhcprangesstatus_register_cbdata |
7.39 - 8.00 | dhcprangesstatus_register_with_cbdata |
7.39 - 8.00 | dhcprangesstatus_setcfg |
7.39 - 8.00 | dhcprangesstatus_unregister |
7.39 - 8.00 | dhcprangesstatus_unregister_with_cbdata |
7.19 - 8.00 | dhcpv6status_clone |
7.19 - 8.00 | dhcpv6status_free |
7.19 - 8.00 | dhcpv6status_getcfg |
7.19 - 8.00 | dhcpv6status_register |
7.39 - 8.00 | dhcpv6status_register_cbdata |
7.19 - 8.00 | dhcpv6status_register_with_cbdata |
7.19 - 8.00 | dhcpv6status_setcfg |
7.19 - 8.00 | dhcpv6status_unregister |
7.19 - 8.00 | dhcpv6status_unregister_with_cbdata |
7.39 - 7.81 | domainname_clone |
7.39 - 7.81 | domainname_free |
7.39 - 7.81 | domainname_getcfg |
7.39 - 7.81 | domainname_register |
7.39 - 7.81 | domainname_register_cbdata |
7.39 - 7.81 | domainname_register_with_cbdata |
7.39 - 7.81 | domainname_setcfg |
7.39 - 7.81 | domainname_unregister |
7.39 - 7.81 | domainname_unregister_with_cbdata |
7.02 - 8.00 | ethstatus_clone |
7.02 - 8.00 | ethstatus_free |
7.02 - 8.00 | ethstatus_getcfg |
7.02 - 8.00 | ethstatus_register |
7.39 - 8.00 | ethstatus_register_cbdata |
7.19 - 8.00 | ethstatus_register_with_cbdata |
7.02 - 8.00 | ethstatus_setcfg |
7.02 - 8.00 | ethstatus_unregister |
7.19 - 8.00 | ethstatus_unregister_with_cbdata |
7.08 - 8.00 | extaddrstatus_clone |
7.08 - 8.00 | extaddrstatus_free |
7.08 - 8.00 | extaddrstatus_getcfg |
7.08 - 8.00 | extaddrstatus_register |
7.39 - 8.00 | extaddrstatus_register_cbdata |
7.19 - 8.00 | extaddrstatus_register_with_cbdata |
7.08 - 8.00 | extaddrstatus_setcfg |
7.08 - 8.00 | extaddrstatus_unregister |
7.19 - 8.00 | extaddrstatus_unregister_with_cbdata |
7.90 | fbstate_alloc_avmnexusdstatus |
7.39 - 8.00 | fbstate_alloc_devicename |
7.39 - 8.00 | fbstate_alloc_dhcprangesstatus |
7.19 - 8.00 | fbstate_alloc_dhcpv6status |
7.39 - 7.81 | fbstate_alloc_domainname |
7.02 - 8.00 | fbstate_alloc_ethstatus |
7.08 - 8.00 | fbstate_alloc_extaddrstatus |
7.19 - 8.00 | fbstate_alloc_ldap_state |
7.19 - 8.00 | fbstate_alloc_lldpstatus |
7.39 - 8.00 | fbstate_alloc_multidstatus |
7.90 | fbstate_alloc_repeaterstatus |
7.39 - 8.00 | fbstate_alloc_upnpdevstatus |
7.39 - 8.00 | fbstate_alloc_usbstatus |
7.90 | fbstate_avmnexusdstatus_role2str |
7.90 | fbstate_clone_avmnexusdstatus |
7.39 - 8.00 | fbstate_clone_devicename |
7.39 - 8.00 | fbstate_clone_dhcprangesstatus |
7.19 - 8.00 | fbstate_clone_dhcpv6status |
7.39 - 7.81 | fbstate_clone_domainname |
7.02 - 8.00 | fbstate_clone_ethstatus |
7.08 - 8.00 | fbstate_clone_extaddrstatus |
7.19 - 8.00 | fbstate_clone_ldap_state |
7.19 - 8.00 | fbstate_clone_lldpstatus |
7.39 - 8.00 | fbstate_clone_multidstatus |
7.90 | fbstate_clone_repeaterstatus |
7.39 - 8.00 | fbstate_clone_upnpdevstatus |
7.39 - 8.00 | fbstate_clone_usbstatus |
7.39 - 8.00 | fbstate_dhcprangesstatus_append_interface |
7.19 | fbstate_dhcpv6status_append_client |
7.19 - 8.00 | fbstate_dhcpv6status_append_iface |
7.39 - 8.00 | fbstate_ethportstatus_append_speed_advertised |
7.24 - 8.00 | fbstate_ethportstatus_append_speed_capability |
7.02 - 8.00 | fbstate_ethstatus_append_port |
7.90 | fbstate_exit_multidstatus |
7.90 | fbstate_free_avmnexusdstatus |
7.39 - 8.00 | fbstate_free_devicename |
7.39 - 8.00 | fbstate_free_dhcprangesstatus |
7.19 - 8.00 | fbstate_free_dhcpv6status |
7.39 - 7.81 | fbstate_free_domainname |
7.02 - 8.00 | fbstate_free_ethstatus |
7.08 - 8.00 | fbstate_free_extaddrstatus |
7.19 - 8.00 | fbstate_free_ldap_state |
7.19 - 8.00 | fbstate_free_lldpstatus |
7.39 - 8.00 | fbstate_free_multidstatus |
7.90 | fbstate_free_repeaterstatus |
7.39 - 8.00 | fbstate_free_upnpdevstatus |
7.39 - 8.00 | fbstate_free_usbstatus |
7.90 | fbstate_init_multidstatus |
7.19 - 8.00 | fbstate_ldap_state_append_entry |
7.90 | fbstate_listen_avmnexusdstatus |
7.39 - 8.00 | fbstate_listen_devicename |
7.39 - 8.00 | fbstate_listen_dhcprangesstatus |
7.19 - 8.00 | fbstate_listen_dhcpv6status_cbdata |
7.39 - 7.81 | fbstate_listen_domainname |
7.02 - 8.00 | fbstate_listen_ethstatus |
7.19 - 8.00 | fbstate_listen_ethstatus_cbdata |
7.08 - 8.00 | fbstate_listen_extaddrstatus |
7.39 - 8.00 | fbstate_listen_extaddrstatus_with_cbdata |
7.39 - 8.00 | fbstate_listen_internet_config_status |
7.39 - 8.00 | fbstate_listen_ip_client_pb_status |
7.39 - 8.00 | fbstate_listen_ip_client_pb_status_cbdata |
7.19 - 8.00 | fbstate_listen_ldap_state |
7.19 - 8.00 | fbstate_listen_lldpstatus |
7.39 - 8.00 | fbstate_listen_multidstatus |
7.90 | fbstate_listen_repeaterstatus |
7.39 - 8.00 | fbstate_listen_systemtimestatus |
7.39 - 8.00 | fbstate_listen_upnpdevstatus_cbdata |
7.39 - 8.00 | fbstate_listen_usbstatus_cbdata |
7.90 - 8.00 | fbstate_listen_wan_config_status |
7.90 - 8.00 | fbstate_lldpentry_append_mngt_address |
7.19 - 8.00 | fbstate_lldpstatus_append_entry |
7.90 | fbstate_notify_avmnexusdstatus |
7.39 - 8.00 | fbstate_notify_devicename |
7.39 - 8.00 | fbstate_notify_dhcprangesstatus |
7.19 - 8.00 | fbstate_notify_dhcpv6status |
7.39 - 7.81 | fbstate_notify_domainname |
7.02 - 8.00 | fbstate_notify_ethstatus |
7.08 - 8.00 | fbstate_notify_extaddrstatus |
7.39 - 8.00 | fbstate_notify_internet_config_status |
7.39 - 8.00 | fbstate_notify_ip_client_pb_status |
7.19 - 8.00 | fbstate_notify_ldap_state |
7.19 - 8.00 | fbstate_notify_lldpstatus |
7.39 - 8.00 | fbstate_notify_multidstatus |
7.90 | fbstate_notify_repeaterstatus |
7.39 - 8.00 | fbstate_notify_systemtimestatus |
7.39 - 8.00 | fbstate_notify_upnpdevstatus |
7.39 - 8.00 | fbstate_notify_usbstatus |
7.90 | fbstate_preinit_multidstatus |
7.90 | fbstate_repeaterstatus_bridgemode2str |
7.90 | fbstate_unlisten_avmnexusdstatus |
7.39 - 8.00 | fbstate_unlisten_devicename |
7.39 - 8.00 | fbstate_unlisten_dhcprangesstatus |
7.19 - 8.00 | fbstate_unlisten_dhcpv6status_cbdata |
7.39 - 7.81 | fbstate_unlisten_domainname |
7.02 - 8.00 | fbstate_unlisten_ethstatus |
7.19 - 8.00 | fbstate_unlisten_ethstatus_cbdata |
7.08 - 8.00 | fbstate_unlisten_extaddrstatus |
7.39 - 8.00 | fbstate_unlisten_internet_config_status |
7.39 - 8.00 | fbstate_unlisten_ip_client_pb_status |
7.19 - 8.00 | fbstate_unlisten_ldap_state |
7.19 - 8.00 | fbstate_unlisten_lldpstatus |
7.39 - 8.00 | fbstate_unlisten_multidstatus |
7.90 | fbstate_unlisten_repeaterstatus |
7.39 - 8.00 | fbstate_unlisten_systemtimestatus |
7.39 - 8.00 | fbstate_unlisten_upnpdevstatus_cbdata |
7.39 - 8.00 | fbstate_unlisten_usbstatus_cbdata |
7.90 - 8.00 | fbstate_unlisten_wan_config_status |
7.39 - 8.00 | fbstate_upnpdevstatus_append_device |
7.90 - 8.00 | fbstate_wan_config_unset |
7.90 - 8.00 | fbstate_wan_now_configured |
7.39 - 8.00 | internet_config_status_clone |
7.39 - 8.00 | internet_config_status_free |
7.39 - 8.00 | internet_config_status_getcfg |
7.39 - 8.00 | internet_config_status_register |
7.39 - 8.00 | internet_config_status_register_cbdata |
7.39 - 8.00 | internet_config_status_register_with_cbdata |
7.39 - 8.00 | internet_config_status_setcfg |
7.39 - 8.00 | internet_config_status_unregister |
7.39 - 8.00 | internet_config_status_unregister_with_cbdata |
7.39 - 8.00 | ipclient_pb_status_clone |
7.39 - 8.00 | ipclient_pb_status_free |
7.39 - 8.00 | ipclient_pb_status_getcfg |
7.39 - 8.00 | ipclient_pb_status_register |
7.39 - 8.00 | ipclient_pb_status_register_cbdata |
7.39 - 8.00 | ipclient_pb_status_register_with_cbdata |
7.39 - 8.00 | ipclient_pb_status_setcfg |
7.39 - 8.00 | ipclient_pb_status_unregister |
7.39 - 8.00 | ipclient_pb_status_unregister_with_cbdata |
7.19 - 8.00 | ldap_state_clone |
7.19 - 8.00 | ldap_state_free |
7.19 - 8.00 | ldap_state_getcfg |
7.19 - 8.00 | ldap_state_register |
7.39 - 8.00 | ldap_state_register_cbdata |
7.19 - 8.00 | ldap_state_register_with_cbdata |
7.19 - 8.00 | ldap_state_setcfg |
7.19 - 8.00 | ldap_state_unregister |
7.19 - 8.00 | ldap_state_unregister_with_cbdata |
7.19 - 8.00 | lldpstatus_clone |
7.19 - 8.00 | lldpstatus_free |
7.19 - 8.00 | lldpstatus_getcfg |
7.19 - 8.00 | lldpstatus_register |
7.39 - 8.00 | lldpstatus_register_cbdata |
7.19 - 8.00 | lldpstatus_register_with_cbdata |
7.19 - 8.00 | lldpstatus_setcfg |
7.19 - 8.00 | lldpstatus_unregister |
7.19 - 8.00 | lldpstatus_unregister_with_cbdata |
7.39 - 8.00 | multidstatus_clone |
7.39 - 8.00 | multidstatus_free |
7.39 - 8.00 | multidstatus_getcfg |
7.39 - 8.00 | multidstatus_register |
7.39 - 8.00 | multidstatus_register_cbdata |
7.39 - 8.00 | multidstatus_register_with_cbdata |
7.39 - 8.00 | multidstatus_setcfg |
7.39 - 8.00 | multidstatus_unregister |
7.39 - 8.00 | multidstatus_unregister_with_cbdata |
7.90 | repeaterstatus_clone |
7.90 | repeaterstatus_free |
7.90 | repeaterstatus_getcfg |
7.90 | repeaterstatus_register |
7.90 | repeaterstatus_register_cbdata |
7.90 | repeaterstatus_register_with_cbdata |
7.90 | repeaterstatus_setcfg |
7.90 | repeaterstatus_unregister |
7.90 | repeaterstatus_unregister_with_cbdata |
7.39 - 8.00 | systemtimestatus_clone |
7.39 - 8.00 | systemtimestatus_free |
7.39 - 8.00 | systemtimestatus_getcfg |
7.39 - 8.00 | systemtimestatus_register |
7.39 - 8.00 | systemtimestatus_register_cbdata |
7.39 - 8.00 | systemtimestatus_register_with_cbdata |
7.39 - 8.00 | systemtimestatus_setcfg |
7.39 - 8.00 | systemtimestatus_unregister |
7.39 - 8.00 | systemtimestatus_unregister_with_cbdata |
7.39 - 8.00 | upnpdevstatus_clone |
7.39 - 8.00 | upnpdevstatus_free |
7.39 - 8.00 | upnpdevstatus_getcfg |
7.39 - 8.00 | upnpdevstatus_register |
7.39 - 8.00 | upnpdevstatus_register_cbdata |
7.39 - 8.00 | upnpdevstatus_register_with_cbdata |
7.39 - 8.00 | upnpdevstatus_setcfg |
7.39 - 8.00 | upnpdevstatus_unregister |
7.39 - 8.00 | upnpdevstatus_unregister_with_cbdata |
7.39 - 8.00 | usbstatus_clone |
7.39 - 8.00 | usbstatus_free |
7.39 - 8.00 | usbstatus_getcfg |
7.39 - 8.00 | usbstatus_register |
7.39 - 8.00 | usbstatus_register_cbdata |
7.39 - 8.00 | usbstatus_register_with_cbdata |
7.39 - 8.00 | usbstatus_setcfg |
7.39 - 8.00 | usbstatus_unregister |
7.39 - 8.00 | usbstatus_unregister_with_cbdata |
7.90 - 8.00 | wan_config_status_clone |
7.90 - 8.00 | wan_config_status_free |
7.90 - 8.00 | wan_config_status_getcfg |
7.90 - 8.00 | wan_config_status_register |
7.90 - 8.00 | wan_config_status_register_cbdata |
7.90 - 8.00 | wan_config_status_register_with_cbdata |
7.90 - 8.00 | wan_config_status_setcfg |
7.90 - 8.00 | wan_config_status_unregister |
7.90 - 8.00 | wan_config_status_unregister_with_cbdata |
319 symbols for this library |