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 september. Please use hippie2000@webnmail.de instead.
Property:cableinfo (avmcmd)
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 | Gallery |
Startup-Scr | Hotplug-Scr | BusyBox-Cmds | Bash-Cmds | AVM-Cmds | Chipset-Cmds | Linux-Cmds | Shared-Libs | Kernel-Mods | Research |
Name-Collision - multiple objects in this wiki use the name cableinfo!
|
AVM-Command
Command: | cableinfo (avmcmd) - type Exec | Wiki | Freetz | IPPF | whmf | AVM | Web |
Location: | Shell-Commands >> AVM-Commands - Origin: AVM | ||||||
Path: | Release: /sbin Lab+Rel: /sbin | ||||||
Properties: | Size: 72 - 171k - Firmware: 6.12 - 7.50 | ||||||
Function: | DVB-C and SAT-IP streaming daemon. |
Goto: Examples - Endpoints - Events - Config - 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-01-30 06:34 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 | 1** | 7.29 - 7.39 | Communication channel between routing dæmons and the kernel packet forwarding (#0) | Linux |
Multicast | group | RTMGRP_IPV4_IFADD | 1** | 7.29 - 7.39 | IPv4 address change of a Network-Interface | Linux |
Multicast | group | RTMGRP_IPV4_ROUTE | 1** | 7.29 - 7.39 | IPv4 Routing Table change | Linux |
Multicast | group | RTMGRP_IPV6_IFADDR | 1** | 7.29 - 7.39 | IPv6 address change of a Network-Interface | Linux |
Multicast | group | RTMGRP_IPV6_ROUTE | 1** | 7.29 - 7.39 | IPv6 Routing Table change | Linux |
Multicast | group | RTMGRP_LINK | 1** | 7.29 - 7.39 | Creation / deletion or up / down change of a Network-Interface. | Linux |
Multicast | group | RTMGRP_NOTIFY | 1** | 7.29 - 7.39 | Enable notification about changes in subscribed rtnetlink groups | Linux |
Multicast | group | RTMGRP_TC | 1** | 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.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_dvbif.ctl | 5* | 6.60 - 7.29 | avmipc endpoint of cableinfo | AVM |
Listens to | avmipc | @ | 1** | 7.29 - 7.39 | Special event for listeners of nameless private messages. | AVM |
Listens to | avmipc | dvbipc_state | 1** | 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: 2023-01-30 18: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 |
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: 2023-01-30 18:58 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) | 6* | 6.20 - 7.29 | DVB-C and SAT-IP streaming daemon. | AVM |
Registers | wdog | cableinfo (watchdog) | 6* | 6.20 - 7.29 | DVB-C and SAT-IP streaming daemon. | AVM |
Serving | port | Port-554-tcp | 6* | 6.20 - 7.29 | RTSP - Real Time Streaming Protocol / SAT-IP | AVM |
Serving | sock | me_SATIP.ctl | 6* | 6.20 - 7.29 | avmipc endpoint of cableinfo | AVM |
Serving | sock | me_cableinfo.ctl | 6* | 6.20 - 7.29 | avmipc endpoint of cableinfo | AVM |
Serving | sock | me_dvbif.ctl | 5* | 6.60 - 7.29 | avmipc endpoint of cableinfo | AVM |
Depends on | lib | libavmcsock.so | 11 | 6.12 - 7.50 | Networking, I/O and helper functions | AVM |
Depends on | lib | libavmhmac.so | 11 | 6.12 - 7.50 | HMAC / SHA / MD5 hashing. | AVM |
Depends on | lib | libboxlib.so | 11 | 6.12 - 7.50 | Box status, logging and statistics functions | AVM |
Depends on | lib | libc.so | 11 | 6.12 - 7.50 | Standard C library | Linux |
Depends on | lib | libdl.so | 11 | 6.12 - 7.50 | Dynamic linking library | Linux |
Depends on | lib | libewnwled.so | 10 | 7.39 - 7.50 | LED event helper functions | AVM |
Depends on | lib | libewnwlinux.so | 11 | 6.12 - 7.50 | Linux networking functions | AVM |
Depends on | lib | libewnwnet.so | 11 | 6.12 - 7.50 | 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 | 11 | 6.12 - 7.50 | POSIX threading library | Linux |
Depends on | lib | libupnpdev.so | 11 | 6.12 - 7.50 | 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: 2023-01-30 16:58 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 6490 Cable (arm) | 6.20 - 7.39 | /sbin | 72 - 171k |
FRITZ!Box 6490 Cable (atom) | 6.20 - 7.39 | /sbin | 151k - 171k |
FRITZ!Box 6590 Cable (arm) | 6.83 - 7.39 | /sbin | 151k - 171k |
FRITZ!Box 6590 Cable (atom) | 6.83 - 7.39 | /sbin | 151k - 171k |
FRITZ!Box 6591 Cable (arm) | 7.19 - 7.39 | /sbin | 152k - 171k |
FRITZ!Box 6591 Cable (atom) | 7.19 - 7.39 | /sbin | 152k - 171k |
FRITZ!Box 6660 Cable (arm) | 7.19 - 7.39 | /sbin | 152k - 171k |
FRITZ!Box 6660 Cable (atom) | 7.19 - 7.39 | /sbin | 152k - 171k |
FRITZ!Box 6690 Cable (arm) | 7.28 - 7.50 | /sbin | 168k - 171k |
FRITZ!Box 6690 Cable (atom) | 7.28 - 7.50 | /sbin | 168k - 171k |
FRITZ!WLAN Repeater DVB-C | 6.12 - 7.02 | /sbin | 151k - 164k |
11 models use this command |
Symbols
Daily updated index of all symbols of this command. Last update: 2023-01-30 18:58 GMT.
Firmware | Symbol |
---|---|
6.12 - 7.02 | DVBCFG_bouquet_tid_alloc |
6.12 - 7.02 | DVBCFG_dvbcfg_alloc |
6.12 - 7.02 | DVBCFG_dvbcfg_free |
6.12 - 7.02 | DVBCFG_init |
6.12 - 7.02 | DVBCFG_struct_channel_alloc |
6.12 - 7.02 | DVBCFG_struct_pid_alloc |
6.12 - 7.50 | add_multihome_url_redirect |
6.12 - 7.50 | add_url_redirect |
6.12 - 7.50 | add_url_redirect_with_id |
6.12 - 7.50 | assemble_chunks |
6.12 - 7.29 | buf_write2sock |
6.20 - 7.02 | cableinfo_log_exit |
6.20 - 7.02 | cableinfo_log_init |
6.20 - 7.02 | cableinfo_log_msg |
6.12 - 7.02 | cablestream_bouquet_spectrum |
6.12 - 7.02 | cablestream_bouquets_found |
6.92 - 7.02 | cablestream_check_reset |
6.98 - 7.02 | cablestream_check_tuners_changed |
6.12 - 7.02 | cablestream_deinit |
6.12 - 7.02 | cablestream_deinit_lib |
6.12 - 7.02 | cablestream_get_bouquet_spectrum_status |
6.12 - 7.02 | cablestream_get_number_of_tuners |
6.12 - 7.02 | cablestream_get_spectrum_status |
6.12 - 7.02 | cablestream_get_tv_led_status |
6.12 - 7.02 | cablestream_init |
6.12 - 7.02 | cablestream_init_lib |
6.12 - 7.02 | cablestream_ip_update |
6.12 - 6.92 | cablestream_is_stopped |
6.12 - 7.02 | cablestream_load |
6.12 - 7.02 | cablestream_reinit |
6.12 - 6.51 | cablestream_save |
6.12 - 7.02 | cablestream_scan |
6.30 - 7.02 | cablestream_scan_stop |
6.12 - 6.92 | cablestream_select |
6.12 - 7.02 | cablestream_select_with_cb |
6.12 - 7.02 | cablestream_start_bouquet_spectrum |
6.12 - 6.92 | cablestream_start_epg |
6.12 - 7.02 | cablestream_start_spectrum |
6.12 - 7.02 | cablestream_stop_bouquet_spectrum |
6.12 - 7.02 | cablestream_stop_spectrum |
6.12 - 6.92 | change_stream |
6.12 - 7.50 | check_and_process_auth |
6.12 - 7.12 | check_auth_info |
6.12 - 6.64 | check_for_auth_brute_force_protection |
6.12 - 7.50 | check_for_client_supports_chunk |
6.12 - 7.50 | check_for_sid_auth |
6.12 - 6.92 | check_hangup |
6.12 - 7.50 | client_accepted |
6.12 - 7.50 | client_close_all |
6.12 - 7.50 | client_link |
6.12 - 7.50 | client_requestcomplete |
6.12 - 7.50 | client_unlink |
6.12 - 7.50 | client_valid |
6.12 - 7.50 | connector_error2httperror |
6.20 - 7.02 | cs_check_pids_in_ts |
6.12 - 7.02 | cs_export_table |
6.12 - 7.02 | cs_find_map_by_rtsp |
6.12 - 7.02 | cs_get_tuner_info |
6.12 - 7.02 | cs_get_tuner_map_by_number |
6.12 - 6.92 | cs_rtsp_find_sid_name |
6.12 - 7.02 | cs_start_stream |
6.12 - 7.02 | cs_stop_and_free_stream_by_rtsp |
6.20 - 7.02 | cs_write_stream_info |
6.12 - 7.02 | db_config_get |
6.12 - 7.02 | db_config_save |
6.12 - 7.02 | db_free_network |
6.12 - 6.92 | db_free_sid_epg |
6.12 - 7.02 | db_get_channel_for_rtsp |
6.12 - 7.02 | db_get_network |
6.12 - 7.02 | db_get_sid |
6.36 - 7.02 | 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.02 | db_get_sid_first |
6.12 - 6.32 | db_get_sid_last |
6.12 - 6.23 | db_get_tsid |
6.12 - 7.02 | db_get_tsid_by_frequency |
6.12 - 7.02 | db_get_tsid_first |
6.12 - 7.02 | db_init_network |
6.36 - 7.02 | db_sort_sids_kernel |
6.12 - 7.02 | di_add_pid |
6.12 - 7.02 | di_alloc_stream |
6.12 - 7.02 | di_alloc_stream_param |
6.23 - 7.02 | di_automode_supported |
6.12 - 7.02 | di_close_stream |
6.12 - 7.02 | di_exit |
6.12 - 7.02 | di_free_stream |
6.12 - 7.02 | di_free_stream_param |
6.12 - 7.02 | di_get_error_rates |
6.12 - 7.02 | di_get_input_signal_power |
6.12 - 7.02 | di_get_lock_status |
6.12 - 7.02 | di_get_number_of_tuners |
6.12 - 7.02 | di_get_signal_noise_ratio |
6.12 - 7.02 | di_get_support_data |
6.12 - 7.02 | di_init |
6.12 - 7.02 | di_open_stream |
6.12 - 7.02 | di_recvpid_stream |
6.12 - 7.02 | di_remove_pid |
6.92 - 7.02 | di_reset |
6.12 - 7.02 | di_spectrum_progress |
6.12 - 7.02 | di_spectrum_start |
6.12 - 7.02 | di_spectrum_stop |
6.12 - 7.02 | di_tune_stream |
6.12 - 7.50 | digest_random_string |
6.12 - 7.02 | dvb_config_add_bouquet_tid |
6.12 - 7.02 | dvb_config_add_channel |
6.12 - 7.02 | dvb_config_add_pid |
6.12 - 7.02 | dvb_config_get |
6.12 - 7.02 | dvb_config_save |
6.12 - 7.50 | emit_error |
6.12 - 7.50 | emit_error_extended |
6.12 - 7.02 | emit_rtsp_error_extended |
6.12 - 7.50 | errorpages_free |
6.12 - 7.50 | 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.50 | free_sid_auth |
6.12 - 7.50 | free_sid_auth_list |
6.12 - 7.50 | get_auth_content |
6.12 - 7.50 | 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.50 | header_addauthreq |
6.12 - 7.50 | header_adddate |
6.12 - 7.50 | header_addint |
6.12 - 7.50 | header_addint64 |
6.12 - 7.50 | header_addproxyauthreq |
6.12 - 7.50 | header_addstr |
6.12 - 7.50 | header_alloc |
6.12 - 7.50 | header_cbuf_write |
6.12 - 7.50 | header_copy |
6.12 - 7.50 | header_delete |
6.12 - 7.12 | header_exit |
6.12 - 7.50 | header_free |
6.12 - 7.50 | header_get |
6.12 - 7.50 | header_getauth |
6.12 - 7.50 | header_getdate |
6.12 - 7.50 | header_getfieldnumber |
6.12 - 7.29 | header_getint |
6.12 - 7.50 | header_getstr |
6.12 - 7.29 | header_getulong |
6.12 - 7.12 | header_init |
6.12 - 7.50 | header_list_shcasematch_contains |
6.12 - 7.50 | header_listcontains |
6.12 - 7.50 | header_mapfields |
6.12 - 7.50 | header_nameaddstr |
6.12 - 7.50 | header_namebegin_delete |
6.12 - 7.50 | header_namedelete |
6.12 - 7.50 | header_nameget |
6.12 - 7.50 | header_namegetstr |
6.12 - 7.50 | header_parseheader |
6.12 - 7.50 | header_parseline |
6.12 - 7.50 | header_parsestr |
6.12 - 7.50 | httperror2str |
6.12 - 7.50 | httpstatuscode2str |
6.36 - 7.02 | infomsglog |
6.36 - 7.02 | infomsglog_enable |
6.12 - 7.50 | is_valid_real_path |
6.12 - 7.50 | iscachablemethod |
6.12 - 7.50 | isgenaclimethod |
6.12 - 7.50 | isgenasrvmethod |
6.12 - 7.50 | ispostmethod |
6.12 - 7.39 | main |
6.12 - 7.50 | make_client_auth_string |
6.12 - 7.12 | make_etag |
6.12 - 7.50 | method2str |
6.12 - 7.50 | method_expect_with11 |
6.12 - 7.50 | 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.50 | mkrfc1123 |
6.12 - 6.110 | multihome_config_free |
6.12 - 7.50 | parse_chunk_len |
6.12 - 7.50 | parse_iso3307_time |
6.12 - 7.50 | parse_rfc1123 |
6.12 - 7.50 | process_html5_cors |
6.12 - 7.50 | process_request |
6.12 - 6.64 | remove_auth_brute_force_protection |
6.12 - 7.50 | remove_sid_auth |
6.12 - 7.50 | remove_url_redirect |
6.12 - 7.50 | remove_url_redirect_with_id |
6.12 - 7.50 | replacement_init_context |
6.12 - 7.50 | replacement_processing |
6.12 - 7.50 | replacement_processing_end |
6.12 - 7.50 | replacement_processing_ex |
6.12 - 7.50 | reply_alloc |
6.12 - 7.50 | reply_genreply |
6.12 - 7.50 | reply_link |
6.12 - 7.50 | reply_unlink |
6.12 - 7.50 | request2url |
6.12 - 7.50 | request2url_for_logfile |
6.12 - 7.50 | request_authcomplete |
6.12 - 7.50 | request_change_url |
6.12 - 7.50 | request_create |
6.12 - 7.50 | request_create_already_parsed |
6.12 - 7.50 | request_link |
6.12 - 7.50 | request_parseheaderfields |
6.12 - 7.50 | request_process_url |
6.12 - 7.50 | request_sendbody |
6.12 - 7.50 | request_sendrequest |
6.12 - 7.50 | request_unlink |
6.12 - 7.50 | rfc1738_escape |
6.12 - 7.50 | rfc1738_escape_no_blank |
6.12 - 7.50 | rfc1738_escape_with_amp |
6.98 - 7.02 | rtpsession_add_payload |
6.98 - 7.02 | rtpsession_alloc_packet |
6.12 - 7.02 | rtpsession_close |
6.12 - 7.02 | rtpsession_init_ts |
6.23 - 7.02 | rtpsession_no_data_timer_start |
6.12 - 7.02 | rtpsession_rtpcreate |
6.98 - 7.02 | rtpsession_send_packet |
6.12 - 7.02 | rtpsession_send_ts |
6.98 - 7.02 | rtpsession_set_application_specific |
6.12 - 7.02 | rtpsession_set_cname |
6.12 - 7.02 | rtpsession_set_connection_status |
6.12 - 7.02 | rtpsession_set_priorities |
6.98 - 7.02 | rtpsession_set_remoteaddr |
6.12 - 7.02 | rtpsession_set_seq_number |
6.12 - 7.02 | rtpsession_set_ssrc |
6.12 - 7.02 | rtsp_check_rtp_data_dead |
6.12 - 6.32 | rtsp_deinit_rtp |
6.12 - 7.02 | rtsp_get_first_rtsp |
6.12 - 7.02 | rtsp_get_session_id_counter |
6.12 - 7.02 | rtsp_get_stream |
6.12 - 7.02 | rtsp_handle_data |
6.12 - 7.02 | rtsp_init_rtp |
6.12 - 7.02 | rtsp_is_stream_activ |
6.12 - 7.02 | rtsp_is_tuner_blocked_by_scan |
6.12 - 7.02 | rtsp_parse_setup_options |
6.12 - 7.02 | rtsp_parse_setup_transport |
6.12 - 7.02 | rtsp_parse_stream_id |
6.12 - 7.02 | rtsp_pid_delete_old |
6.12 - 7.02 | rtsp_pid_get_higher_pid |
6.12 - 6.92 | rtsp_rtp_test |
7.12 - 7.39 | rtsp_select |
6.12 - 7.02 | rtsp_session_delete |
6.12 - 7.02 | rtsp_session_find |
6.12 - 7.02 | rtsp_session_new |
6.98 - 7.02 | rtsp_set_rtcp_update_time |
6.98 - 7.02 | rtsp_set_rtp_update_time |
6.12 - 7.02 | rtsp_set_tuner_blocked_by_scan |
6.23 - 7.02 | rtsp_start_rtp_no_data_timer |
6.20 - 6.92 | rtsp_supoortdata_streams |
6.98 - 7.02 | rtsp_supportdata_streams |
6.12 - 7.02 | rtsp_timer_start |
6.12 - 7.50 | send_authorization_needed |
6.12 - 7.29 | send_chunk |
6.12 - 7.50 | set_cors_config |
6.12 - 7.50 | set_file_get_replacement_func |
6.12 - 7.50 | set_file_redirect_handler |
6.12 - 7.50 | set_fileget_cb_handler |
6.12 - 7.50 | set_header_cb_handler |
6.12 - 7.50 | set_proxy_request_handler |
6.12 - 7.50 | set_url_hit_count_handler |
6.98 - 7.02 | setup_rtcp_timer |
6.12 - 7.50 | setupnpclient_handler |
6.12 - 7.50 | setupnpserver_handler |
6.12 - 6.92 | sid_tabele_event_add |
6.12 - 7.50 | statusline_cbuf_write |
6.12 - 7.50 | statusline_parse |
6.12 - 7.50 | statusline_set |
6.12 - 7.50 | statusline_set_ex |
6.12 - 7.12 | store_auth_info |
6.12 - 7.50 | str2method |
6.12 - 7.50 | str2url |
6.12 - 6.64 | update_auth_brute_force_protection |
6.12 - 7.50 | update_sid_auth |
6.12 - 7.02 | upnpsatip_start |
6.12 - 7.02 | upnpsatip_stop |
6.12 - 7.50 | use_html5_cors |
6.12 - 7.12 | uudecode |
6.12 - 7.12 | uuencode |
6.12 - 7.50 | websrv_changed_srv_type |
6.12 - 7.50 | websrv_client_inject |
6.12 - 7.50 | websrv_config_changed |
6.12 - 7.50 | websrv_freeconfig |
6.12 - 7.50 | websrv_init |
6.12 - 7.50 | websrv_poll |
6.12 - 7.50 | websrv_proxy_client_sleep |
6.12 - 7.50 | websrv_proxy_client_wakeup |
6.12 - 7.50 | websrv_proxy_enable |
6.12 - 7.50 | websrv_proxy_handle_auth |
6.12 - 7.50 | websrv_proxy_handle_redirect |
6.12 - 7.50 | websrv_proxy_set_datahandler |
6.12 - 7.50 | websrv_proxy_set_dnscontext |
6.12 - 7.50 | websrv_proxy_set_hooks |
6.12 - 7.50 | websrv_proxy_set_hooks_v2 |
6.12 - 7.50 | websrv_proxy_set_netmark |
6.12 - 7.50 | websrv_proxy_set_ssl_ctx |
6.12 - 7.50 | websrv_proxy_set_tcclass |
6.12 - 7.50 | websrv_reset_sid_auth_cache |
6.12 - 7.50 | websrv_set_auth_param |
6.12 - 7.50 | websrv_set_redirect_filenames |
6.12 - 7.50 | websrv_set_statistic_callback |
6.12 - 7.12 | websrv_signature |
6.12 - 7.50 | websrv_stop |
6.12 - 7.50 | websrv_switch_sid_auth_cache |
6.12 - 7.50 | websrv_update_ssl_config |
6.12 - 7.50 | websrvlib_format_url |
6.12 - 7.50 | websrvlib_parse_url |
304 symbols for this command |