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:cableinfo (avmcmd)

From BoxMatrix


BoxMatrix >> Shell-Commands >> cableinfo (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 cableinfo!
cableinfo (avmcmd) DVB-C and SAT-IP streaming daemon.
cableinfo (process) DVB-C and SAT-IP streaming daemon.
cableinfo (watchdog) DVB-C and SAT-IP streaming daemon.

AVM-Command

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

Details

cableinfo is the DVB-C and SAT-IP streaming daemon on 6490+ cable models and the FRITZ!WLAN Repeater DVB-C.

cableinfo announces the satip UPnP root device via SSDP which is described by satipdesc.xml.
The description satipdesc.xml is dynamically created by preprocessing the satipdesc-template.xml.

fw 7.29 help:

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

usage: cableinfo cableinfo [options]

options:
  -?                 - print this help
  -f                 - run in foreground. (NOTSET)
  -s                 - stop daemon. (NOTSET)
  -v                 - verbose. (NOTSET)
  -I                 - send cableinfo a SIGHUP. (NOTSET)
  -M STRING          - memory debug output. (NULL)
  -p STRING          - Pidfile. ("/var/run/cableinfo.pid")
  -S                 - force scan on start. (NOTSET)
  -N                 - no automatic initial scan. (NOTSET)
  -x                 - no check of dead rtsp sessions (use only for SAT>IP debugging). (NOTSET)
  -C                 - logfile messages to console. (NOTSET)
  -D STRING          - switch debug logs on. (FUNC)

start server:             cableinfo
stop server :             cableinfo -s
start server with scan:   cableinfo -S

Examples

A sample RTSP URL as provided to VLC in the M3U channel playlist:

rtsp://192.168.178.1:554/
    ?avm=1          # 0= Branding / 1 = retail firmware???
    &freq=314       # Frequency in MHz
    &bw=8           # Channel bandwidth in MHz
    &msys=dvbc      # Modulation system (always dvbc)
    &mtype=256qam   # Modulation type (qpsk, 16qam - 1024qam)
    &sr=6900        # Symbol rate in KSym/s
    &specinv=0      # Spectral inversion
    &pids=0,        # Packet IDentifiers
         16,
         17,
         18,
         20,
        100,
        101,
         84,
        102,
        103,
        104,
        105,
        106,
       1176,
       2070,
       2171

See also the Vodafone DVB-C Channels page

Endpoints

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

cableinfo supportdata      # from supportdata

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 2** 7.29 - 7.39 Communication channel between routing dæmons and the kernel packet forwarding (#0) Linux
Multicast group RTMGRP_IPV4_IFADD 2** 7.29 - 7.39 IPv4 address change of a Network-Interface Linux
Multicast group RTMGRP_IPV4_ROUTE 2** 7.29 - 7.39 IPv4 Routing Table change Linux
Multicast group RTMGRP_IPV6_IFADDR 2** 7.29 - 7.39 IPv6 address change of a Network-Interface Linux
Multicast group RTMGRP_IPV6_ROUTE 2** 7.29 - 7.39 IPv6 Routing Table change Linux
Multicast group RTMGRP_LINK 2** 7.29 - 7.39 Creation / deletion or up / down change of a Network-Interface. Linux
Multicast group RTMGRP_NOTIFY 2** 7.29 - 7.39 Enable notification about changes in subscribed rtnetlink groups Linux
Multicast group RTMGRP_TC 2** 7.29 - 7.39 Packet Scheduler Traffic Control change Linux
Endpoint sock me_SATIP.ctl 6* 6.20 - 7.29 avmipc endpoint of cableinfo AVM
Listens to avmipc @ 1** 7.29 - 7.39 Special event for listeners of nameless private messages. AVM
Endpoint sock me_cableinfo.ctl 6* 6.20 - 7.50 avmipc endpoint of cableinfo AVM
Listens to avmipc @ 2** 7.29 - 7.39 Special event for listeners of nameless private messages. AVM
Endpoint sock me_dvbif.ctl 5* 6.60 - 7.50 avmipc endpoint of cableinfo AVM
Listens to avmipc @ 2** 7.29 - 7.39 Special event for listeners of nameless private messages. AVM
Listens to avmipc dvbipc_state 2** 7.29 - 7.39 State of the DVB cable tuner in JSON format. AVM
15 event relations for this command

Config

Daily updated index of Configuration files accessed by this command. Last update: 2024-03-29 07:10 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 dvb.cfg (tffs) - 6.08 - 7.24 TODO AVM
1 config relation for this command

Logs

This is a subset of the Temp-Files section, filtered for logfiles of cableinfo:

Daily updated index of all cableinfo logfiles found scanning Supportdata-Probes. Last update: 2024-03-29 07:10 GMT.
The label (temp) in the Logfile column shows there are other objects in this wiki using this name.
The Mod column shows the amount of models using the respective logfile. Click the column header to sort by this number.

Source

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

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

dvbconfig.c
cablestream.c
upnp-satip.c
cableinfo.c
client.c
dvbdb.c
error.c
header.c
util.c
mimeinfo.c
replacement.c
reply.c
request.c
rtsp.c
websrvlib.c
rtpsession.c  

Dependencies

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

Relation Typ Object Mod Firmware Info Origin
Runs as proc cableinfo (process) 7* 6.20 - 7.61 DVB-C and SAT-IP streaming daemon. AVM
Registers wdog cableinfo (watchdog) 7* 6.20 - 7.61 DVB-C and SAT-IP streaming daemon. AVM
Serving port Port-554-tcp 7* 6.20 - 7.61 RTSP - Real Time Streaming Protocol / SAT-IP AVM
Serving sock me_SATIP.ctl 7* 6.20 - 7.61 avmipc endpoint of cableinfo AVM
Serving sock me_cableinfo.ctl 7* 6.20 - 7.61 avmipc endpoint of cableinfo AVM
Serving sock me_dvbif.ctl 6* 6.60 - 7.61 avmipc endpoint of cableinfo AVM
Depends on lib libavmcsock.so 42 6.12 - 7.57 Networking, I/O and helper functions AVM
Depends on lib libavmhmac.so 42 6.12 - 7.57 HMAC / SHA / MD5 hashing. AVM
Depends on lib libboxlib.so 42 6.12 - 7.57 Box status, logging and statistics functions AVM
Depends on lib libc.so 42 6.12 - 7.57 Standard C library Linux
Depends on lib libdl.so 42 6.12 - 7.57 Dynamic linking library Linux
Depends on lib libewnwled.so 41 7.39 - 7.57 LED event helper functions AVM
Depends on lib libewnwlinux.so 42 6.12 - 7.57 Linux networking functions AVM
Depends on lib libewnwnet.so 42 6.12 - 7.57 Internet helper functions AVM
Depends on lib libgcc_s.so 5 6.12 - 6.110 GCC low-level runtime library Linux
Depends on lib libled2.so 11 6.12 - 7.29 LED API - second+third generation AVM
Depends on lib libpthread.so 42 6.12 - 7.57 POSIX threading library Linux
Depends on lib libupnpdev.so 42 6.12 - 7.57 UPnP root device helper library AVM
18 dependencies for this command

Model-Matrix

Daily updated index of the presence, path and size of this command for each model. Last update: 2024-03-29 06:17 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 4020 7.39 /sbin 171k
FRITZ!Box 4040 7.39 /sbin 171k
FRITZ!Box 4060 7.39 /sbin 171k
FRITZ!Box 5530 Fiber (main) 7.39 /sbin 171k
FRITZ!Box 5590 Fiber (arm) 7.39 /sbin 171k
FRITZ!Box 6430 Cable (arm) 7.57 /sbin 171k
FRITZ!Box 6490 Cable (arm) 6.20 - 7.57 /sbin 72 - 171k
FRITZ!Box 6490 Cable (atom) 6.20 - 7.51 /sbin 151k - 171k
FRITZ!Box 6590 Cable (arm) 6.83 - 7.57 /sbin 151k - 171k
FRITZ!Box 6590 Cable (atom) 6.83 - 7.51 /sbin 151k - 171k
FRITZ!Box 6591 Cable (arm) 7.19 - 7.57 /sbin 152k - 171k
FRITZ!Box 6591 Cable (atom) 7.19 - 7.57 /sbin 152k - 171k
FRITZ!Box 6660 Cable (arm) 7.19 - 7.57 /sbin 152k - 171k
FRITZ!Box 6660 Cable (atom) 7.19 - 7.57 /sbin 152k - 171k
FRITZ!Box 6670 Cable (arm) 7.57 - 7.61 /sbin 171k - 175k
FRITZ!Box 6670 Cable (atom) 7.61 /sbin 175k
FRITZ!Box 6690 Cable (arm) 7.28 - 7.57 /sbin 168k - 171k
FRITZ!Box 6690 Cable (atom) 7.28 - 7.57 /sbin 168k - 171k
FRITZ!Box 6820 LTE v1 7.39 /sbin 171k
FRITZ!Box 6820 LTE v2 7.39 /sbin 171k
FRITZ!Box 6840 LTE 7.39 /sbin 171k
FRITZ!Box 6850 LTE 7.39 /sbin 171k
FRITZ!Box 6850 5G 7.39 /sbin 171k
FRITZ!Box 6890 LTE 7.39 /sbin 171k
FRITZ!Box 6890 LTE v1 7.39 /sbin 171k
FRITZ!Box 6890 LTE v2 7.39 /sbin 171k
FRITZ!Box 7272 7.39 /sbin 171k
FRITZ!Box 7430 7.39 /sbin 171k
FRITZ!Box 7490 (main) 7.39 - 7.57 /sbin 171k
FRITZ!Box 7520 7.39 /sbin 171k
FRITZ!Box 7520 v2 (arm) 7.39 /sbin 171k
FRITZ!Box 7530 7.39 /sbin 171k
FRITZ!Box 7530 AX 7.39 /sbin 171k
FRITZ!Box 7560 7.39 /sbin 171k
FRITZ!Box 7590 7.39 /sbin 171k
FRITZ!Box 7590 AX 7.39 /sbin 171k
FRITZ!Repeater 600 7.39 /sbin 171k
FRITZ!Repeater 1200 7.39 /sbin 171k
FRITZ!WLAN Repeater 1750E 7.39 /sbin 171k
FRITZ!Repeater 2400 7.39 /sbin 171k
FRITZ!Repeater 3000 7.39 /sbin 171k
FRITZ!Repeater 3000 AX 7.39 /sbin 171k
FRITZ!WLAN Repeater DVB-C 6.12 - 7.03 /sbin 151k - 164k
FRITZ!Powerline 1260E 7.39 /sbin 171k
44 models use this command

Symbols

Daily updated index of all symbols of this command. Last update: 2024-03-29 08:04 GMT.

Firmware Symbol
6.12 - 7.03 DVBCFG_bouquet_tid_alloc
6.12 - 7.03 DVBCFG_dvbcfg_alloc
6.12 - 7.03 DVBCFG_dvbcfg_free
6.12 - 7.03 DVBCFG_init
6.12 - 7.03 DVBCFG_struct_channel_alloc
6.12 - 7.03 DVBCFG_struct_pid_alloc
6.12 - 7.61 add_multihome_url_redirect
6.12 - 7.61 add_url_redirect
6.12 - 7.61 add_url_redirect_with_id
6.12 - 7.61 assemble_chunks
6.12 - 7.29 buf_write2sock
6.20 - 7.03 cableinfo_log_exit
6.20 - 7.03 cableinfo_log_init
6.20 - 7.03 cableinfo_log_msg
6.12 - 7.03 cablestream_bouquet_spectrum
6.12 - 7.03 cablestream_bouquets_found
6.92 - 7.03 cablestream_check_reset
6.98 - 7.03 cablestream_check_tuners_changed
6.12 - 7.03 cablestream_deinit
6.12 - 7.03 cablestream_deinit_lib
6.12 - 7.03 cablestream_get_bouquet_spectrum_status
6.12 - 7.03 cablestream_get_number_of_tuners
6.12 - 7.03 cablestream_get_spectrum_status
6.12 - 7.03 cablestream_get_tv_led_status
6.12 - 7.03 cablestream_init
6.12 - 7.03 cablestream_init_lib
6.12 - 7.03 cablestream_ip_update
6.12 - 6.92 cablestream_is_stopped
6.12 - 7.03 cablestream_load
6.12 - 7.03 cablestream_reinit
6.12 - 6.51 cablestream_save
6.12 - 7.03 cablestream_scan
6.30 - 7.03 cablestream_scan_stop
6.12 - 6.92 cablestream_select
6.12 - 7.03 cablestream_select_with_cb
6.12 - 7.03 cablestream_start_bouquet_spectrum
6.12 - 6.92 cablestream_start_epg
6.12 - 7.03 cablestream_start_spectrum
6.12 - 7.03 cablestream_stop_bouquet_spectrum
6.12 - 7.03 cablestream_stop_spectrum
6.12 - 6.92 change_stream
6.12 - 7.61 check_and_process_auth
6.12 - 7.12 check_auth_info
6.12 - 6.64 check_for_auth_brute_force_protection
6.12 - 7.61 check_for_client_supports_chunk
6.12 - 7.61 check_for_sid_auth
6.12 - 6.92 check_hangup
6.12 - 7.61 client_accepted
6.12 - 7.61 client_close_all
6.12 - 7.61 client_link
6.12 - 7.61 client_requestcomplete
6.12 - 7.61 client_unlink
6.12 - 7.61 client_valid
6.12 - 7.61 connector_error2httperror
6.20 - 7.03 cs_check_pids_in_ts
6.12 - 7.03 cs_export_table
6.12 - 7.03 cs_find_map_by_rtsp
6.12 - 7.03 cs_get_tuner_info
6.12 - 7.03 cs_get_tuner_map_by_number
6.12 - 6.92 cs_rtsp_find_sid_name
6.12 - 7.03 cs_start_stream
6.12 - 7.03 cs_stop_and_free_stream_by_rtsp
6.20 - 7.03 cs_write_stream_info
6.12 - 7.03 db_config_get
6.12 - 7.03 db_config_save
6.12 - 7.03 db_free_network
6.12 - 6.92 db_free_sid_epg
6.12 - 7.03 db_get_channel_for_rtsp
6.12 - 7.03 db_get_network
6.12 - 7.03 db_get_sid
6.36 - 7.03 db_get_sid_by_frequency
6.30 - 6.32 db_get_sid_by_frequnency
6.20 - 6.23 db_get_sid_by_tsid
6.12 - 7.03 db_get_sid_first
6.12 - 6.32 db_get_sid_last
6.12 - 6.23 db_get_tsid
6.12 - 7.03 db_get_tsid_by_frequency
6.12 - 7.03 db_get_tsid_first
6.12 - 7.03 db_init_network
6.36 - 7.03 db_sort_sids_kernel
6.12 - 7.03 di_add_pid
6.12 - 7.03 di_alloc_stream
6.12 - 7.03 di_alloc_stream_param
6.23 - 7.03 di_automode_supported
6.12 - 7.03 di_close_stream
6.12 - 7.03 di_exit
6.12 - 7.03 di_free_stream
6.12 - 7.03 di_free_stream_param
6.12 - 7.03 di_get_error_rates
6.12 - 7.03 di_get_input_signal_power
6.12 - 7.03 di_get_lock_status
6.12 - 7.03 di_get_number_of_tuners
6.12 - 7.03 di_get_signal_noise_ratio
6.12 - 7.03 di_get_support_data
6.12 - 7.03 di_init
6.12 - 7.03 di_open_stream
6.12 - 7.03 di_recvpid_stream
6.12 - 7.03 di_remove_pid
6.92 - 7.03 di_reset
6.12 - 7.03 di_spectrum_progress
6.12 - 7.03 di_spectrum_start
6.12 - 7.03 di_spectrum_stop
6.12 - 7.03 di_tune_stream
6.12 - 7.61 digest_random_string
6.12 - 7.03 dvb_config_add_bouquet_tid
6.12 - 7.03 dvb_config_add_channel
6.12 - 7.03 dvb_config_add_pid
6.12 - 7.03 dvb_config_get
6.12 - 7.03 dvb_config_save
6.12 - 7.61 emit_error
6.12 - 7.61 emit_error_extended
6.12 - 7.03 emit_rtsp_error_extended
6.12 - 7.61 errorpages_free
6.12 - 7.61 errorpages_init
6.12 - 6.92 event_tabele_event_add
6.12 - 6.92 event_tabele_event_first
6.12 - 6.92 event_tabele_free
6.12 - 7.61 free_sid_auth
6.12 - 7.61 free_sid_auth_list
6.12 - 7.61 get_auth_content
6.12 - 7.61 get_auth_name_from_request
6.12 - 7.29 get_len
6.12 - 7.29 get_len64
6.12 - 7.29 get_webdir
6.12 - 7.61 header_addauthreq
6.12 - 7.61 header_adddate
6.12 - 7.61 header_addint
6.12 - 7.61 header_addint64
6.12 - 7.61 header_addproxyauthreq
6.12 - 7.61 header_addstr
6.12 - 7.61 header_alloc
6.12 - 7.61 header_cbuf_write
6.12 - 7.61 header_copy
6.12 - 7.61 header_delete
6.12 - 7.12 header_exit
6.12 - 7.61 header_free
6.12 - 7.61 header_get
6.12 - 7.61 header_getauth
6.12 - 7.61 header_getdate
6.12 - 7.61 header_getfieldnumber
6.12 - 7.29 header_getint
6.12 - 7.61 header_getstr
6.12 - 7.29 header_getulong
6.12 - 7.12 header_init
6.12 - 7.61 header_list_shcasematch_contains
6.12 - 7.61 header_listcontains
6.12 - 7.61 header_mapfields
6.12 - 7.61 header_nameaddstr
6.12 - 7.61 header_namebegin_delete
6.12 - 7.61 header_namedelete
6.12 - 7.61 header_nameget
6.12 - 7.61 header_namegetstr
6.12 - 7.61 header_parseheader
6.12 - 7.61 header_parseline
6.12 - 7.61 header_parsestr
6.12 - 7.61 httperror2str
6.12 - 7.61 httpstatuscode2str
6.36 - 7.03 infomsglog
6.36 - 7.03 infomsglog_enable
6.12 - 7.61 is_valid_real_path
6.12 - 7.61 iscachablemethod
6.12 - 7.61 isgenaclimethod
6.12 - 7.61 isgenasrvmethod
6.12 - 7.61 ispostmethod
6.12 - 7.51 main
6.12 - 7.61 make_client_auth_string
6.12 - 7.12 make_etag
6.12 - 7.61 method2str
6.12 - 7.61 method_expect_with11
6.12 - 7.61 method_needs_expect
6.12 - 7.29 mimeinfo_exit
6.12 - 7.29 mimeinfo_find
6.12 - 7.29 mimeinfo_init
6.12 - 7.29 mimeinfo_internal_add
6.12 - 7.61 mkrfc1123
6.12 - 6.110 multihome_config_free
6.12 - 7.61 parse_chunk_len
6.12 - 7.61 parse_iso3307_time
6.12 - 7.61 parse_rfc1123
6.12 - 7.61 process_html5_cors
6.12 - 7.61 process_request
6.12 - 6.64 remove_auth_brute_force_protection
6.12 - 7.61 remove_sid_auth
6.12 - 7.61 remove_url_redirect
6.12 - 7.61 remove_url_redirect_with_id
6.12 - 7.61 replacement_init_context
6.12 - 7.61 replacement_processing
6.12 - 7.61 replacement_processing_end
6.12 - 7.61 replacement_processing_ex
6.12 - 7.61 reply_alloc
6.12 - 7.61 reply_genreply
6.12 - 7.61 reply_link
6.12 - 7.61 reply_unlink
6.12 - 7.61 request2url
6.12 - 7.61 request2url_for_logfile
6.12 - 7.61 request_authcomplete
6.12 - 7.61 request_change_url
6.12 - 7.61 request_create
6.12 - 7.61 request_create_already_parsed
6.12 - 7.61 request_link
6.12 - 7.61 request_parseheaderfields
6.12 - 7.61 request_process_url
6.12 - 7.61 request_sendbody
6.12 - 7.61 request_sendrequest
6.12 - 7.61 request_unlink
6.12 - 7.61 rfc1738_escape
6.12 - 7.61 rfc1738_escape_no_blank
6.12 - 7.61 rfc1738_escape_with_amp
6.98 - 7.03 rtpsession_add_payload
6.98 - 7.03 rtpsession_alloc_packet
6.12 - 7.03 rtpsession_close
6.12 - 7.03 rtpsession_init_ts
6.23 - 7.03 rtpsession_no_data_timer_start
6.12 - 7.03 rtpsession_rtpcreate
6.98 - 7.03 rtpsession_send_packet
6.12 - 7.03 rtpsession_send_ts
6.98 - 7.03 rtpsession_set_application_specific
6.12 - 7.03 rtpsession_set_cname
6.12 - 7.03 rtpsession_set_connection_status
6.12 - 7.03 rtpsession_set_priorities
6.98 - 7.03 rtpsession_set_remoteaddr
6.12 - 7.03 rtpsession_set_seq_number
6.12 - 7.03 rtpsession_set_ssrc
6.12 - 7.03 rtsp_check_rtp_data_dead
6.12 - 6.32 rtsp_deinit_rtp
6.12 - 7.03 rtsp_get_first_rtsp
6.12 - 7.03 rtsp_get_session_id_counter
6.12 - 7.03 rtsp_get_stream
6.12 - 7.03 rtsp_handle_data
6.12 - 7.03 rtsp_init_rtp
6.12 - 7.03 rtsp_is_stream_activ
6.12 - 7.03 rtsp_is_tuner_blocked_by_scan
6.12 - 7.03 rtsp_parse_setup_options
6.12 - 7.03 rtsp_parse_setup_transport
6.12 - 7.03 rtsp_parse_stream_id
6.12 - 7.03 rtsp_pid_delete_old
6.12 - 7.03 rtsp_pid_get_higher_pid
6.12 - 6.92 rtsp_rtp_test
7.12 - 7.51 rtsp_select
6.12 - 7.03 rtsp_session_delete
6.12 - 7.03 rtsp_session_find
6.12 - 7.03 rtsp_session_new
6.98 - 7.03 rtsp_set_rtcp_update_time
6.98 - 7.03 rtsp_set_rtp_update_time
6.12 - 7.03 rtsp_set_tuner_blocked_by_scan
6.23 - 7.03 rtsp_start_rtp_no_data_timer
6.20 - 6.92 rtsp_supoortdata_streams
6.98 - 7.03 rtsp_supportdata_streams
6.12 - 7.03 rtsp_timer_start
6.12 - 7.61 send_authorization_needed
6.12 - 7.29 send_chunk
6.12 - 7.61 set_cors_config
6.12 - 7.61 set_file_get_replacement_func
6.12 - 7.61 set_file_redirect_handler
6.12 - 7.61 set_fileget_cb_handler
6.12 - 7.61 set_header_cb_handler
6.12 - 7.61 set_proxy_request_handler
6.12 - 7.61 set_url_hit_count_handler
6.98 - 7.03 setup_rtcp_timer
6.12 - 7.61 setupnpclient_handler
6.12 - 7.61 setupnpserver_handler
6.12 - 6.92 sid_tabele_event_add
6.12 - 7.61 statusline_cbuf_write
6.12 - 7.61 statusline_parse
6.12 - 7.61 statusline_set
6.12 - 7.61 statusline_set_ex
6.12 - 7.12 store_auth_info
6.12 - 7.61 str2method
6.12 - 7.61 str2url
6.12 - 6.64 update_auth_brute_force_protection
6.12 - 7.61 update_sid_auth
6.12 - 7.03 upnpsatip_start
6.12 - 7.03 upnpsatip_stop
6.12 - 7.61 use_html5_cors
6.12 - 7.12 uudecode
6.12 - 7.12 uuencode
6.12 - 7.61 websrv_changed_srv_type
6.12 - 7.61 websrv_client_inject
6.12 - 7.61 websrv_config_changed
6.12 - 7.61 websrv_freeconfig
6.12 - 7.61 websrv_init
6.12 - 7.61 websrv_poll
6.12 - 7.61 websrv_proxy_client_sleep
6.12 - 7.61 websrv_proxy_client_wakeup
6.12 - 7.61 websrv_proxy_enable
6.12 - 7.61 websrv_proxy_handle_auth
6.12 - 7.61 websrv_proxy_handle_redirect
6.12 - 7.61 websrv_proxy_set_datahandler
6.12 - 7.61 websrv_proxy_set_dnscontext
6.12 - 7.61 websrv_proxy_set_hooks
6.12 - 7.61 websrv_proxy_set_hooks_v2
6.12 - 7.61 websrv_proxy_set_netmark
6.12 - 7.61 websrv_proxy_set_ssl_ctx
6.12 - 7.61 websrv_proxy_set_tcclass
6.12 - 7.61 websrv_reset_sid_auth_cache
6.12 - 7.61 websrv_set_auth_param
6.12 - 7.61 websrv_set_redirect_filenames
6.12 - 7.61 websrv_set_statistic_callback
6.12 - 7.12 websrv_signature
6.12 - 7.61 websrv_stop
6.12 - 7.61 websrv_switch_sid_auth_cache
6.12 - 7.61 websrv_update_ssl_config
6.12 - 7.61 websrvlib_format_url
6.12 - 7.61 websrvlib_parse_url
304 symbols for this command

SMW-Browser

Information is currently being retrieved from the backend.