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.

0
U

Property:upnpd (avmcmd)

From BoxMatrix


BoxMatrix >> Shell-Commands >> upnpd (avmcmd) @ 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

Info
  
Name-Collision - multiple objects in this wiki use the name upnpd!
upnpd (avmcmd) UPnP server daemon.
upnpd (process) UPnP server daemon.
upnpd (watchdog) UPnP server daemon.

AVM-Command

Goto:   Endpoints  -  Events  -  Config  -  Source  -  Dependencies   -   Model-Matrix   -   Symbols   -   SMW-Browser

Details

fw 7.29 help:

root@fritz2:/var/mod/root# upnpd -?

usage: upnpd upnpd -c configfile [options]

options:
  -?                 - print this help
  -f                 - run in foreground. (NOTSET)
  -s                 - stop daemon. (NOTSET)
  -v                 - verbose. (NOTSET)
  -I                 - send upnpd a SIGHUP. (NOTSET)
  -M STRING          - memory debug output. (NULL)
  -p STRING          - Pidfile. ("/var/run/upnpd.pid")
  -l                 - no plugin support. (NOTSET)
  -D STRING          - switch debug logs on. (FUNC)

start server:   upnpd
stop server :   upnpd -s

fw 1.63 help:

A completely different program by TI which was used in fw 1.63 only, see the Symbols. In fw 1.120 it was relplaced by igdd.

Usage: upnpd <external ifname> <internal ifname>

Example: upnpd ppp0 eth0
Example: upnpd eth1 eth0

upnpd must be run as root

Note that fw 1.63 (2004-05-03) is the oldest known firmware, which maybe never was used in the wild.
It is compeletly based on the AR7RD 2MB Flash / 8MB RAM reference design and its SDK from TI, with some adaption by AVM.
It already contained our well known CGI programs webcm and firmwarecfg and it already handled configuration in UI-Modules.
The beginning of FRITZ!OS could be considered the birth of ctlmgr, dsld and igdd in the second oldest fw 1.120 (2004-07-26).
The next important milestone was the birth of multid in fw 1.133 (2004-09-21). 4 important months in the history of FRITZ!OS.

Endpoints

aicmd endpoint(s) provided by upnpd, with these functions: (fw 7.29)

root@fritz2:/var/mod/root# aicmd upnpd

# provided by upnpd: - fw 7.01+

HELP                                     - show help
SLABDUMP                                 - show slab allocation
SLABSHOW                                 - show slab information
QUIT                                     - disconnect
 
show bfp                                 - show brute force information

# provided by upnpd: - fw 7.29+
 
show devices                             - show registered upnp devices
show service devname                     - show service details of an upnp device - optional params [serviceid] [actionname]
show ipaddr                              - show currently used ip addresses

# provided by libewnwlinux.so: - fw 7.01+

ewnwlinux show csockshell                - show shells running
ewnwlinux show genetlink                 - show gerneric netlink families

# provided by libewnwlinux.so: - fw 7.90+

ewnwlinux netlink show                   - show internal information
ewnwlinux netlink getroute [address]     - get route for inet address
ewnwlinux netlink interfaces             - show interfaces
ewnwlinux netlink routes [ 4 | 6 ]       - show routes

# provided by libavmcsock.so: - fw 7.01+

avmcsock show csock                      - show all csock
avmcsock show dnsconfig                  - show all dns context
avmcsock show timercb                    - show all timer
avmcsock show debughandles               - show all debughandles
avmcsock show cprocess                   - show all processes
avmcsock set debug                       - set debug flags

# provided by libavmcsock.so: - fw 7.29+

avmcsock show cbcontext                  - show all cbdata
avmcsock show daemon                     - show daemon status
avmcsock show cbuf                       - show cbuf status

# provided by libavmcsock.so: - fw 7.39+

avmcsock getsymbol <address>             - get symbol for address
avmcsock show dnsglobal                  - show all dns global values
avmcsock show dnscache                   - show cache
avmcsock show dnsqueries                 - show all pending queries
avmcsock show avmipc [endpoint shmatch]  - show avmipc events and states
avmcsock ctimer show                     - show all timer
avmcsock ctimer overview                 - show ctimer overview
avmcsock iotrace format unctrl|hexdump   - set format for csock iotrace
avmcsock iotrace file                    - enable iotrace to file
avmcsock iotrace enable                  - enable iotrace via debugmsg
avmcsock iotrace disable                 - disable iotrace
avmcsock iotrace match help|<match>      - show allowed matches or set match
avmcsock iotrace reset                   - remove all matches
avmcsock iotrace show                    - show configuration

# provided by libavmcsock.so: - fw 7.90+

avmcsock show signals                    - show signal handler
avmcsock show connector [cache|stats]    - show connector information
avmcsock show clogger                    - show clogger information
avmcsock set clogmod [ <module> [ '.' <submodule ] ... ] [ '=' <level> ]
                                         - set clogmod log level
avmcsock slab check                      - red zone/free check
avmcsock slab reap [heavy]               - call slab_reap/slab_reap_heavy
avmcsock slab dump [long]                - show slab allocation
avmcsock slab show                       - show slab information
avmcsock slab ewma [show|activate|deactivate|reset]
                                         - show average allocates/freed per second
avmcsock avmipc notifier [endpoint shmatch]
                                         - show registered notifier
avmcsock avmipc set [endpoint shmatch]   - show states/events sent
avmcsock avmipc csv [endpoint shmatch]   - show states/events sent and listing as csv

msgsend endpoint(s) provided by upnpd, with these functions: (endpoints + commands, collected manually)

upnpd reload             # from upnpd.service

upnpd_srv plugin force_notify libmediasrv.so new_partition            # from udev-mount-sd
upnpd_srv plugin notify libmediasrv.so "lost_partition:<mount-point>" # from udev-mount-sd, storage
upnpd_srv plugin notify libmediasrv.so remove_all_usb_partitions      # from storage

upnpd plugin force_notify libgpmsrv.so "new_partition:<mount-path>"   # from udev-mount-sd
upnpd plugin notify libgpmsrv.so "lost_partition:<mount-point>"       # from udev-mount-sd, storage
upnpd plugin notify libgpmsrv.so remove_all_usb_partitions            # from storage

upnpd plugin notify libcloudcds.so "lost_partition:<mount-point>"     # from udev-mount-sd, storage
upnpd plugin notify libcloudcds.so remove_all_usb_partitions          # from storage

Events

Daily updated index of AVM-Events and AVMIPC-Datastore nodes affecting this command. Last update: 2023-12-10 05:13 GMT.
The owners of Event-Sinks and Event-Sources are manual research, which may be incomplete or even wrong.
A * in the Mod column marks info from Supportdata-Probes, which will always stay incomplete.
A ** in the Mod column marks info from Supportdata2 probes, which by their nature will stay way more incomplete.
A - in the Mod column marks manual research, the Firmware then shows where the item occurs, not the Relation.

Relation Typ Object Mod Firmware Info Origin
Netlink family NETLINK_ROUTE 19** 7.01 - 7.57 Communication channel between routing dæmons and the kernel packet forwarding (#0) Linux
Multicast group RTMGRP_IPV4_IFADD 24** 6.04 - 7.57 IPv4 address change of a Network-Interface Linux
Multicast group RTMGRP_IPV4_ROUTE 24** 6.04 - 7.57 IPv4 Routing Table change Linux
Multicast group RTMGRP_IPV6_IFADDR 24** 6.04 - 7.57 IPv6 address change of a Network-Interface Linux
Multicast group RTMGRP_IPV6_ROUTE 24** 6.04 - 7.57 IPv6 Routing Table change Linux
Multicast group RTMGRP_LINK 24** 6.04 - 7.57 Creation / deletion or up / down change of a Network-Interface. Linux
Multicast group RTMGRP_NOTIFY 19** 7.01 - 7.57 Enable notification about changes in subscribed rtnetlink groups Linux
Multicast group RTMGRP_TC 19** 7.01 - 7.57 Packet Scheduler Traffic Control change Linux
Endpoint sock me_libtcloud.ctl 2* 6.83 - 7.27 avmipc endpoint of upnpd AVM
Endpoint sock me_upnpd.ctl 101* 4.76 - 7.57 avmipc_command endpoint of upnpd AVM
Listens to avmipc @ 22** 7.12 - 7.57 Special event for listeners of nameless private messages. AVM
Listens to avmipc aicmd_listener 22** 7.12 - 7.57 Special event covering all aicmd compatible listeners. AVM
Endpoint sock me_upnpd_authcb.ctl 21* 6.80 - 7.51 avmipc endpoint of upnpd AVM
Listens to avmipc @ 5** 7.30 - 7.50 Special event for listeners of nameless private messages. AVM
Endpoint sock me_upnpd_srv.ctl 11* 7.39 - 7.57 avmipc endpoint of libcmapi.so, libavmupnp.so, libavmupnpapi.so, libavmupnpbig.so AVM
Listens to avmipc @ 12** 7.39 - 7.57 Special event for listeners of nameless private messages. AVM
Endpoint sock me_upnpd_stream.ctl 40* 7.19 - 7.57 avmipc endpoint of libavmupnp.so, libupnpdev.so, libavmupnpbig.so AVM
Listens to avmipc @ 21** 7.29 - 7.57 Special event for listeners of nameless private messages. AVM
18 event relations for this command

Config

Daily updated index of Configuration files accessed by this command. Last update: 2024-04-24 06:35 GMT.
A - in the Mod column marks manual research, the Firmware then shows where the item occurs, not the Relation.

Relation Typ Object Mod Firmware Info Origin
Config from tffs ar7.cfg (tffs) - 4.07 - 7.90 TODO AVM
Config from tffs websrv_ssl_cert.pem (tffs) - 4.69 - 7.90 TODO AVM
Config from tffs websrv_ssl_key.pem (tffs) - 4.69 - 7.90 TODO AVM
3 config relations for this command

Source

The names of source files compiled into an executable often help to understand function blocks (and show gaps in the docs).
fw 7.39 source files:

$ strings sbin/upnpd/ | grep -e '\.c$' -e '\.cpp$'

ar7/upnpd/main.c
ar7/upnpd/authenticate_callback.cpp  

Dependencies

Daily updated index of all dependencies of this command. Last update: 2024-04-24 07:26 GMT.
A * in the Mod column marks info from Supportdata-Probes, which will always stay incomplete.

Relation Typ Object Mod Firmware Info Origin
Started by serv upnpd.service 56 7.39 - 7.90 supervisor service for upnpd. AVM
Runs as proc upnpd (process) 104* 4.76 - 7.90 UPnP server daemon. AVM
Registers wdog upnpd (watchdog) 69* 6.20 - 7.90 UPnP server daemon. AVM
Serving port Port-1900-udp 91* 5.04 - 7.90 SSDP - Simple Service Discovery Protocol (discovery of UPnP devices) AVM
Serving port Port-49000-tcp 89* 5.04 - 7.90 UPnP-TCP service by upnpd or igdd AVM
Serving port Port-49200-tcp 58* 5.05 - 7.90 UPnP-TCP AVM Media Server AVM
Serving port Port-49443-tcp 88* 5.04 - 7.90 Secure UPnP-TCP service by upnpd or igdd (ie TR-064) AVM
Serving port Port-56000-udp 2* 7.02 - 7.39 TODO AVM
Serving sock me_libtcloud.ctl 2* 6.83 - 7.27 avmipc endpoint of upnpd AVM
Serving sock me_upnpd.ctl 102* 4.76 - 7.90 avmipc_command endpoint of upnpd AVM
Serving sock me_upnpd_authcb.ctl 22* 6.80 - 7.80 avmipc endpoint of upnpd AVM
Serving sock me_upnpd_device_notify.ctl 1* 7.90 TODO AVM
Serving sock me_upnpd_srv.ctl 12* 7.39 - 7.90 avmipc endpoint of ctlmgr / libcmapi.so, upnpd, libavmupnp.so, libavmupnpapi.so, libavmupnpbig.so AVM
Serving sock me_upnpd_stream.ctl 41* 7.19 - 7.90 avmipc endpoint of upnpd, libavmupnp.so, libupnpdev.so, libavmupnpbig.so AVM
Depends on lib ld.so 40 7.08 - 7.90 Dynamic linker / loader Linux
Depends on lib libar7cfg.so 120 4.74 - 7.90 TFFS-Configuration API to ar7.cfg and many more. AVM
Depends on lib libavmauth.so 76 6.51 - 7.90 Fritzbox authentification helpers AVM
Depends on lib libavmcipher.so 120 4.74 - 7.90 AES / DES / Rijndael encryption / decryption. AVM
Depends on lib libavmcsock.so 120 4.74 - 7.90 Networking, I/O and helper functions AVM
Depends on lib libavmfbconf.so 53 7.39 - 7.80 API to hardcoded fbconf.cfg AVM
Depends on lib libavmfbstate.so 56 7.39 - 7.90 IPC fritzbox state notification AVM
Depends on lib libavmhmac.so 120 4.74 - 7.90 HMAC / SHA / MD5 hashing. AVM
Depends on lib libavmssl.so 61 7.19 - 7.90 SSL certificate creation / validation AVM
Depends on lib libavmupnp.so 120 4.74 - 7.90 UPnP support API (small version) AVM
Depends on lib libavmwdt.so 16 7.59 - 7.90 AVM-Watchdogs management API AVM
Depends on lib libboxenv.so 12 7.90 API to the rc.conf enhanced Config-Environment AVM
Depends on lib libboxlib.so 120 4.74 - 7.90 Box status, logging and statistics functions AVM
Depends on lib libboxnotify.so 1 6.35 boxnotifyd client API (old) AVM
Depends on lib libc.so 121 1.63 - 7.90 Standard C library Linux
Depends on lib libcore.so 16 7.59 - 7.90 Collects the MAC addresses of the device it's running on AVM
Depends on lib libcrypto.so 61 7.19 - 7.90 OpenSSL general crypto and X.509 library Linux
Depends on lib libdl.so 108 4.74 - 7.90 Dynamic linking library Linux
Depends on lib libdputil.so 82 6.35 - 7.90 DataPipe / packet utilities AVM
Depends on lib libewnwjson.so 12 7.90 JSON helper functions AVM
Depends on lib libewnwlinux.so 120 4.74 - 7.90 Linux networking functions AVM
Depends on lib libewnwnet.so 98 5.27 - 7.90 Internet helper functions AVM
Depends on lib libfbconf.so 16 7.59 - 7.90 API to hardcoded fbconf.cfg AVM
Depends on lib libgcc_s.so 62 4.74 - 7.90 GCC low-level runtime library Linux
Depends on lib libhtmltemplate.so 82 6.35 - 7.90 Template preprocessor for HTML / XML markup AVM
Depends on lib libjuisclient.so 12 7.90 Update-Search - second generation - JUIS AVM
Depends on lib liblocalize.so 12 7.90 Charset conversion helper functions AVM
Depends on lib libm.so 7 7.90 C math library Linux
Depends on lib libmxml.so 120 4.74 - 7.90 Mini-XML parser / generator Linux
Depends on lib liboauth2.so 12 7.90 OAuth v2.0 authentificator Linux
Depends on lib libpthread.so 109 1.63 - 7.90 POSIX threading library Linux
Depends on lib librt.so 70 6.35 - 7.90 POSIX realtime extensions library Linux
Depends on lib libslab_c++.so 12 7.90 C++ slab allocator AVM
Depends on lib libssl.so 61 7.19 - 7.90 OpenSSL implementations of SSL and TLS Linux
Depends on lib libstdc++.so 12 7.90 GNU C++ library Linux
Depends on lib libsvctl.so 61 7.19 - 7.90 supervisor notification library AVM
Depends on lib libtiinterpreter.so 56 7.39 - 7.90 Preprocessor for SSI-Files by TI. AVM
Depends on lib libwdt.so 117 4.74 - 7.80 AVM-Watchdogs management API AVM
Depends on lib libwebkpiclient.so 50 7.39 - 7.90 KPI sensor for system parts which use HTTP / HTTPS AVM
Depends on lib libwebsrv.so 120 4.74 - 7.90 HTTP / HTTPS webserver and tools. AVM
Depends on lib libyajl.so 12 7.90 Event-driven JSON parser Linux
Depends on lib libz.so 72 6.83 - 7.90 Zlib compressor / decompressor Linux
56 dependencies for this command

Model-Matrix

Daily updated index of the presence, path and size of this command for each model. Last update: 2024-04-24 05:11 GMT.
Showing all models using this command. Click any column header (click-wait-click) to sort the list by the respective data.
The (main/scrpn/boot/arm/prx/atom) label in the Model column shows which CPU is meant for models with multiple Linux instances.
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 SL 1.63 /usr/sbin 218k
FRITZ!Box WLAN 3270 4.76 - 5.54 /sbin 18.8k - 24.2k
FRITZ!Box WLAN 3270 v3 4.77 - 5.54 /sbin 18.8k - 24.2k
FRITZ!Box WLAN 3270 IT 5.23 - 5.52 /sbin 18.8k - 24.2k
FRITZ!Box 3272 5.50 - 6.89 /sbin 22.0k - 23.9k
FRITZ!Box WLAN 3370 5.01 - 6.56 /sbin 18.8k - 24.2k
FRITZ!Box 3390 5.50 - 6.56 /sbin 22.2k - 24.2k
FRITZ!Box 3490 (main) 6.20 - 7.30 /sbin 23.8k - 27.8k
FRITZ!Box 4020 7.39 /sbin 21.7k - 26.4k
FRITZ!Box 4040 6.52 - 7.57 /sbin 18.8k - 26.4k
FRITZ!Box 4050 7.57 /sbin 22.3k
FRITZ!Box 4060 7.26 - 7.57 /sbin 22.0k - 26.4k
FRITZ!Box Fon 5113 4.82 - 4.83 /sbin 18.9k
FRITZ!Box Fon 5124 4.76 - 4.77 /sbin 18.9k
VoIP Gateway 5188 4.80 - 4.81 /sbin 16.1k
FRITZ!Box 5490 (main) 6.51 - 7.29 /sbin 23.8k - 27.8k
FRITZ!Box 5491 (main) 7.01 - 7.29 /sbin 23.8k - 27.8k
FRITZ!Box 5530 Fiber (main) 7.21 - 7.80 /sbin 23.6k - 27.7k
FRITZ!Box 5590 Fiber (arm) 7.27 - 7.90 /sbin 22.0k - 26.4k
FRITZ!Box 5690 Pro (arm) 7.59 - 7.60 /sbin 22.3k
FRITZ!Box 6320 Cable v1 6.03 - 6.04 /sbin 18.7k
FRITZ!Box 6320 Cable v2 6.21 /sbin 18.7k
FRITZ!Box 6340 Cable 5.24 /sbin 18.1k
FRITZ!Box 6360 Cable 4.85 - 6.51 /sbin 15.0k - 18.8k
FRITZ!Box 6430 Cable (arm) 6.84 - 7.57 /sbin 19.3k - 26.5k
FRITZ!Box 6430 Cable (atom) 6.84 - 7.29 /sbin 19.3k - 22.0k
FRITZ!Box 6490 Cable (arm) 6.20 - 7.57 /sbin 18.7k - 26.5k
FRITZ!Box 6490 Cable (atom) 6.20 - 7.51 /sbin 19.3k - 26.2k
FRITZ!Box 6590 Cable (arm) 6.83 - 7.57 /sbin 19.3k - 26.5k
FRITZ!Box 6590 Cable (atom) 6.83 - 7.51 /sbin 19.3k - 26.2k
FRITZ!Box 6591 Cable (arm) 7.04 - 7.90 /sbin 20.2k - 34.5k
FRITZ!Box 6591 Cable (atom) 7.04 - 7.90 /sbin 20.2k - 34.5k
FRITZ!Box 6660 Cable (arm) 7.14 - 7.90 /sbin 22.1k - 34.5k
FRITZ!Box 6660 Cable (atom) 7.14 - 7.90 /sbin 22.1k - 34.5k
FRITZ!Box 6670 Cable (arm) 7.57 - 7.62 /sbin 26.5k
FRITZ!Box 6670 Cable (atom) 7.61 - 7.62 /sbin 26.5k
FRITZ!Box 6690 Cable (arm) 7.28 - 7.90 /sbin 22.1k - 34.5k
FRITZ!Box 6690 Cable (atom) 7.28 - 7.90 /sbin 22.1k - 34.5k
FRITZ!Box 6810 LTE 6.35 /sbin 18.8k - 24.2k
FRITZ!Box 6820 LTE v1 6.40 - 7.51 /sbin 23.8k - 27.8k
FRITZ!Box 6820 LTE v2 6.40 - 7.51 /sbin 23.8k - 27.8k
FRITZ!Box 6820 LTE v3 7.19 - 7.57 /sbin 24.4k - 27.8k
FRITZ!Box 6840 LTE 5.08 - 7.39 /sbin 18.8k - 26.4k
FRITZ!Box 6842 LTE /sbin 22.2k - 24.2k
FRITZ!Box 6850 LTE 7.21 - 7.90 /sbin 22.1k - 26.4k
FRITZ!Box 6850 5G 7.24 - 7.90 /sbin 22.1k - 26.4k
FRITZ!Box 6890 LTE 6.84 - 7.51 /sbin 21.8k - 27.7k
FRITZ!Box 6890 LTE v1 6.84 - 7.51 /sbin 21.8k - 27.7k
FRITZ!Box 6890 LTE v2 6.84 - 7.51 /sbin 21.8k - 27.7k
FRITZ!Box Fon WLAN 7112 4.76 - 4.88 /sbin 18.9k - 19.7k
FRITZ!Box Fon WLAN 7113 4.82 - 4.86 /sbin 18.9k
FRITZ!Box Fon WLAN 7113 INT 4.82 - 4.86 /sbin 18.9k
FRITZ!Box Fon WLAN 7140 4.76 - 4.77 /sbin 18.9k
FRITZ!Box Fon WLAN 7141 4.76 - 4.77 /sbin 18.9k
FRITZ!Box Fon WLAN 7170 4.76 - 4.88 /sbin 18.9k - 19.7k
FRITZ!Box Fon WLAN 7170 v1 4.76 - 4.88 /sbin 18.9k - 19.7k
FRITZ!Box Fon WLAN 7170 v2 4.76 - 4.88 /sbin 18.9k - 19.7k
FRITZ!Box Fon WLAN 7240 4.74 - 6.06 /sbin 18.8k - 24.2k
FRITZ!Box Fon WLAN 7270 v1 4.74 - 4.99 /sbin 18.8k - 20.5k
FRITZ!Box Fon WLAN 7270 v2 4.76 - 6.06 /sbin 18.8k - 24.5k
FRITZ!Box Fon WLAN 7270 v3 4.76 - 6.06 /sbin 18.8k - 24.5k
FRITZ!Box 7272 5.55 - 7.39 /sbin 21.9k - 26.4k
FRITZ!Box 7312 5.23 - 6.56 /sbin 18.8k - 24.2k
FRITZ!Box Fon WLAN 7320 4.85 - 6.35 /sbin 18.8k - 24.2k
FRITZ!Box 7330 5.06 - 6.56 /sbin 18.8k - 24.2k
FRITZ!Box 7330 SL 5.08 - 6.56 /sbin 18.8k - 24.2k
FRITZ!Box Fon WLAN 7340 4.83 - 5.05 /sbin 18.8k - 24.3k
FRITZ!Box Fon WLAN 7360 SL 5.04 - 6.34 /sbin 18.8k - 24.2k
FRITZ!Box Fon WLAN 7360 v1 5.06 - 6.36 /sbin 18.8k - 24.2k
FRITZ!Box Fon WLAN 7360 v2 5.22 - 6.88 /sbin 18.8k - 24.2k
FRITZ!Box 7362 SL 5.53 - 7.14 /sbin 22.2k - 27.7k
FRITZ!Box 7369 6.30 - 6.32 /sbin 23.9k
FRITZ!Box Fon WLAN 7390 4.81 - 5.22 /sbin 18.8k - 24.5k
FRITZ!Box 7412 6.21 - 6.88 /sbin 23.8k - 23.9k
FRITZ!Box 7430 6.26 - 7.39 /sbin 23.8k - 27.8k
FRITZ!Box 7490 (main) 5.57 - 7.57 /sbin 21.7k - 27.8k
FRITZ!Box 7510 7.30 - 7.57 /sbin 22.0k - 22.3k
FRITZ!Box 7520 6.98 - 7.51 /sbin 18.8k - 26.4k
FRITZ!Box 7520 v2 (arm) 7.30 - 7.57 /sbin 22.1k - 26.4k
FRITZ!Box 7530 6.98 - 7.56 /sbin 18.8k - 26.4k
FRITZ!Box 7530 AX 7.20 - 7.90 /sbin 22.2k - 26.5k
FRITZ!Box 7560 6.51 - 7.39 /sbin 21.8k - 27.7k
FRITZ!Box Fon WLAN 7570 vDSL 4.76 - 4.94 /sbin 18.8k - 20.5k
FRITZ!Box 7580 6.53 - 7.30 /sbin 21.8k - 27.7k
FRITZ!Box 7581 6.54 - 7.16 /sbin 18.8k - 22.2k
FRITZ!Box 7582 6.83 - 7.17 /sbin 18.8k - 26.2k
FRITZ!Box 7583 7.01 - 7.57 /sbin 23.6k - 27.7k
FRITZ!Box 7583 VDSL 7.19 - 7.31 /sbin 23.6k - 27.6k
FRITZ!Box 7590 6.83 - 7.90 /sbin 21.8k - 28.7k
FRITZ!Box 7590 AX 7.19 - 7.90 /sbin 23.6k - 28.7k
FRITZ!Box 7690 7.59 /sbin 22.3k
FRITZ!Smart Gateway 7.39 - 7.59 /sbin 22.3k
FRITZ!WLAN Repeater N/G 4.77 - 4.88 /sbin 15.4k - 16.9k
FRITZ!WLAN Repeater 300E 6.10 - 6.34 /sbin 21.8k - 23.9k
FRITZ!WLAN Repeater 310 A 6.10 - 7.16 /sbin 21.8k - 27.7k
FRITZ!WLAN Repeater 310 B 6.30 - 7.16 /sbin 21.7k - 27.7k
FRITZ!WLAN Repeater 450E 6.10 - 7.15 /sbin 21.8k - 27.7k
FRITZ!Repeater 600 7.11 - 7.58 /sbin 23.8k - 27.7k
FRITZ!Repeater 600 v2 7.19 - 7.58 /sbin 23.8k - 24.4k
FRITZ!WLAN Repeater 1160 6.51 - 7.15 /sbin 23.7k - 27.7k
FRITZ!Repeater 1200 7.11 - 7.58 /sbin 22.1k - 26.4k
FRITZ!Repeater 1200 AX 7.27 - 7.57 /sbin 22.0k - 22.3k
FRITZ!WLAN Repeater 1750E 6.12 - 7.39 /sbin 21.8k - 27.8k
FRITZ!Repeater 2400 7.12 - 7.58 /sbin 23.8k - 27.7k
FRITZ!Repeater 3000 6.98 - 7.58 /sbin 18.8k - 26.4k
FRITZ!Repeater 3000 AX 7.39 - 7.57 /sbin 22.3k - 26.4k
FRITZ!Repeater 6000 7.19 - 7.57 /sbin 22.0k - 22.3k
FRITZ!WLAN Repeater DVB-C 6.12 - 7.03 /sbin 21.8k - 23.9k
FRITZ!Powerline 540E 6.20 - 7.15 /sbin 21.8k - 27.7k
FRITZ!Powerline 546E 5.53 - 7.15 /sbin 21.3k - 27.7k
FRITZ!Powerline 1240 AX 7.51 - 7.57 /sbin 22.3k
FRITZ!Powerline 1240E 6.33 - 7.16 /sbin 21.8k - 27.7k
FRITZ!Powerline 1260E 6.90 - 7.57 /sbin 18.8k - 26.4k
FRITZ!Powerline 1260 7.27 - 7.57 /sbin 22.1k - 22.4k
congstar DSL-Box 4.80 - 4.81 /sbin 16.5k
congstar komplett Box 4.78 - 4.81 /sbin 16.5k - 16.6k
Speedport W 503V 4.78 - 4.81 /sbin 16.5k - 16.6k
Speedport W 503V MK 4.79 /sbin 18.9k
Speedport W 701V 4.80 - 4.81 /sbin 16.5k
Speedport W 920V 4.78 - 4.79 /sbin 15.8k
Alice IAD WLAN 3331 4.90 /sbin 18.9k
121 models use this command

Symbols

Daily updated index of all symbols of this command. Last update: 2024-04-24 07:26 GMT.

Firmware Symbol
1.63 AdvertiseAndReply
1.63 DeviceAdvertisement
1.63 DeviceReply
1.63 DeviceShutdown
1.63 FindServiceControlURLPath
1.63 FindServiceEventURLPath
1.63 FindServiceId
1.63 FreeListAlloc
1.63 FreeListDestroy
1.63 FreeListFree
1.63 FreeListInit
1.63 GateDeviceCallbackEventHandler
1.63 GateDeviceDestruct
1.63 GateDeviceStateTableInit
1.63 GetDeviceHandleInfo
1.63 GetFirstSubscription
1.63 GetHandleInfo
1.63 GetNextSubscription
1.63 GetSubscriptionSID
1.63 IPCon_Construct
1.63 IPCon_Destruct
1.63 IPCon_GetIfName
1.63 IPCon_GetIfStatStr
1.63 IPCon_GetIpAddrStr
1.63 ListAddBefore
1.63 ListAddTail
1.63 ListDelNode
1.63 ListDestroy
1.63 ListFind
1.63 ListHead
1.63 ListInit
1.63 ListNext
1.63 MD5Final
1.63 MD5Init
1.63 MD5Update
1.63 Parser_LoadDocument
1.63 Parser_freeNodeContent
1.63 Parser_isValidXmlName
1.63 Parser_setNodePrefixAndLocalName
1.63 PortMapAdd
1.63 PortMapDelete
1.63 PortMap_Construct
1.63 PortMap_Destruct
1.63 PortMap_delPortForward
1.63 RemoveSubscriptionSID
4.74 - 4.99 Second
1.63 SendReply
1.63 ServiceAdvertisement
1.63 ServiceReply
1.63 ServiceShutdown
1.63 SetGenaCallback
1.63 SetHTTPGetCallback
1.63 SetSoapCallback
1.63 StartMiniServer
1.63 StopMiniServer
1.63 TPAttrInit
1.63 TPAttrSetIdleTime
1.63 TPAttrSetJobsPerThread
1.63 TPAttrSetMaxThreads
1.63 TPAttrSetMinThreads
1.63 TPJobInit
1.63 TPJobSetFreeFunction
1.63 TPJobSetPriority
1.63 ThreadPoolAdd
1.63 ThreadPoolAddPersistent
1.63 ThreadPoolInit
1.63 ThreadPoolShutdown
1.63 TimerThreadInit
1.63 TimerThreadSchedule
1.63 TimerThreadShutdown
1.63 UpnpAcceptSubscriptionExt
1.63 UpnpAddToPropertySet
1.63 UpnpCreatePropertySet
1.63 UpnpDownloadXmlDoc
1.63 UpnpFinish
1.63 UpnpInit
1.63 UpnpNotifyExt
1.63 UpnpRegisterRootDevice
1.63 UpnpSendAdvertisement
1.63 UpnpSetWebServerRootDir
1.63 UpnpUnRegisterRootDevice
5.29 - 7.90 authenticate_and_generate_sid
5.29 - 7.90 authenticate_cancel
5.29 - 7.90 authentication_needed_from_homenetwork_or_localhost
4.74 - 4.99 closehandles
1.63 configure_urlbase
1.63 copy_URL_list
1.63 copy_subscription
1.63 error_respond
4.74 - 4.99 exec_shellcmd
1.63 freeServiceTable
1.63 freeSubscription
1.63 freeSubscriptionList
1.63 free_URL_list
1.63 free_upnp_timeout
1.63 genaCallback
1.63 genaInitNotify
1.63 genaInitNotifyExt
1.63 genaNotifyAll
1.63 genaNotifyAllExt
1.63 genaUnregisterDevice
1.63 gena_process_subscription_renewal_request
1.63 gena_process_subscription_request
1.63 gena_process_unsubscribe_request
1.63 getServiceTable
1.63 get_ieee_node_identifier
1.63 get_sdk_info
1.63 get_ssdp_sockets
1.63 get_system_time
4.80 - 4.92 get_uuid_from_oem
1.63 has_xml_content_type
1.63 http_CalcResponseVersion
1.63 http_CloseHttpGet
1.63 http_CloseHttpPost
1.63 http_Connect
1.63 http_Download
1.63 http_MakeMessage
1.63 http_OpenHttpGet
1.63 http_OpenHttpGetEx
1.63 http_OpenHttpPost
1.63 http_ReadHttpGet
1.63 http_RecvMessage
1.63 http_SendMessage
1.63 http_SendStatusResponse
1.63 http_WriteHttpPost
1.63 http_get_code_text
1.63 httpmsg_destroy
1.63 httpmsg_find_hdr
1.63 httpmsg_find_hdr_str
1.63 ixmlAttr_free
1.63 ixmlAttr_init
1.63 ixmlCDATASection_free
1.63 ixmlCDATASection_init
1.63 ixmlCloneDOMString
1.63 ixmlDocument_createAttributeEx
1.63 ixmlDocument_createAttributeNSEx
1.63 ixmlDocument_createCDATASectionEx
1.63 ixmlDocument_createDocumentEx
1.63 ixmlDocument_createElement
1.63 ixmlDocument_createElementEx
1.63 ixmlDocument_createTextNode
1.63 ixmlDocument_createTextNodeEx
1.63 ixmlDocument_free
1.63 ixmlDocument_getElementsByTagName
1.63 ixmlDocument_getElementsByTagNameNS
1.63 ixmlDocument_init
1.63 ixmlElement_free
1.63 ixmlElement_getElementsByTagName
1.63 ixmlElement_getElementsByTagNameNS
1.63 ixmlElement_init
1.63 ixmlElement_setAttributeNode
1.63 ixmlElement_setTagName
1.63 ixmlFreeDOMString
1.63 ixmlNamedNodeMap_addToNamedNodeMap
1.63 ixmlNamedNodeMap_free
1.63 ixmlNamedNodeMap_init
1.63 ixmlNodeList_addToNodeList
1.63 ixmlNodeList_free
1.63 ixmlNodeList_init
1.63 ixmlNodeList_item
1.63 ixmlNodeList_length
1.63 ixmlNode_appendChild
1.63 ixmlNode_cloneNode
1.63 ixmlNode_compare
1.63 ixmlNode_free
1.63 ixmlNode_getElementsByTagName
1.63 ixmlNode_getElementsByTagNameNS
1.63 ixmlNode_getFirstChild
1.63 ixmlNode_getLocalName
1.63 ixmlNode_getNamespaceURI
1.63 ixmlNode_getNextSibling
1.63 ixmlNode_getNodeName
1.63 ixmlNode_getNodeType
1.63 ixmlNode_getNodeValue
1.63 ixmlNode_init
1.63 ixmlNode_setNodeName
1.63 ixmlNode_setNodeProperties
1.63 ixmlNode_setNodeValue
1.63 ixmlParseBuffer
1.63 ixmlParseBufferEx
1.63 ixmlPrintNode
1.63 ixml_membuf_append
1.63 ixml_membuf_append_str
1.63 ixml_membuf_assign_str
1.63 ixml_membuf_destroy
1.63 ixml_membuf_init
1.63 linecopy
1.63 - 7.90 main
1.63 map_int_to_str
1.63 map_str_to_int
1.63 matchstr
1.63 membuffer_append
1.63 membuffer_append_str
1.63 membuffer_assign
1.63 membuffer_assign_str
1.63 membuffer_attach
1.63 membuffer_delete
1.63 membuffer_destroy
1.63 membuffer_detach
1.63 membuffer_init
1.63 membuffer_set_size
1.63 memptr_cmp
1.63 memptr_cmp_nocase
1.63 method_to_str
1.63 namecopy
1.63 parse_uri
1.63 parser_append
1.63 parser_get_entity_read_method
1.63 parser_parse
1.63 parser_parse_entity
1.63 parser_parse_headers
1.63 parser_parse_responseline
1.63 parser_request_init
1.63 parser_response_init
4.74 - 4.99 prepare_fds
4.74 - 4.99 prepare_tr064_certificate
1.63 print_http_headers
1.63 raw_to_int
1.63 readFromSSDPSocket
1.63 remove_dots
1.63 remove_escaped_chars
1.63 resolve_rel_url
1.63 soap_device_callback
1.63 sock_destroy
1.63 sock_init
1.63 sock_init_with_ip
1.63 sock_read
1.63 sock_write
1.63 ssdp_handle_device_request
1.63 ssdp_request_type
1.63 str_alloc
1.63 token_cmp
1.63 token_string_casecmp
1.63 uuid_create
1.63 uuid_unpack
1.63 web_server_callback
1.63 web_server_destroy
1.63 web_server_init
1.63 web_server_set_alias
1.63 web_server_set_root_dir
240 symbols for this command

SMW-Browser

Information is currently being retrieved from the backend.