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:simulate umts
BoxMatrix >> Shell-Commands >> simulate_umts | @ 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 |
AVM-Command
Command: | simulate_umts - type Exec | Wiki | Freetz | IPPF | whmf | AVM | Web |
Location: | Shell-Commands >> AVM-Commands - Origin: AVM | ||||||
Path: | Release: Lab+Rel: /bin | ||||||
Properties: | Size: 629k - 930k - Firmware: 7.39 - 7.90 | ||||||
Function: | UMTS modem and ISP connection simulator. |
Goto: Examples - Endpoints - Source - Dependencies - Model-Matrix - Symbols - SMW-Browser
Details
This is research in progress and may be partially or completely wrong.
simulate_umts seems to be a full featured UMTS modem and ISP connection simulator, a tool to test PPP dialup.
It creates a virtual ptmx tty pair, and cyclically attempts to set the slave end line discipline.
fw 7.39 help:
root@fritz:/var/mod/root# simulate_umts -? usage: simulate_umts -c configfile options: -? - print this help -d - Debug for PPP-Stack. (NOTSET) -v - verbose. (NOTSET) -6 - with IPv6. (NOTSET) -t INTEGER - inactivity timer. (0) -i - interactive (start in forground). (NOTSET) -s - stop server. (NOTSET) -p STRING - Pidfile. ("/var/run/simulate_umts.pid") -D STRING - switch debug logs on. (FUNC) acting as server, create a pty pair and switch slave to ldisc MODEM, to test ttychannel simulate_umts /var/run/simulate_umts.pid <snip-binary-output>
Examples
simulate_umts can be run in daemon mode in which case it logs to the 'log' shared ringbuffer:
root@fritz:/var/mod/root# simulate_umts root@fritz:/var/mod/root# showshringbuf log | tail -n 5 1970-01-01 02:57:32.041 - simulate_umts: ERROR: ioctl(TIOCSETD) failed - No such process (3) 1970-01-01 02:57:33.042 - simulate_umts: ERROR: ioctl(TIOCSETD) failed - No such process (3) 1970-01-01 02:57:34.043 - simulate_umts: ERROR: ioctl(TIOCSETD) failed - No such process (3) 1970-01-01 02:57:35.044 - simulate_umts: ERROR: ioctl(TIOCSETD) failed - No such process (3) 1970-01-01 02:57:36.045 - simulate_umts: ERROR: ioctl(TIOCSETD) failed - No such process (3) root@fritz:/var/mod/root# simulate_umts -s 1970-01-01 02:59:54 simulate_umts: stopped.
simulate_umts can also be run in interactive mode in which case it logs to the console snd offers a few commands:
root@fritz:/var/mod/root# simulate_umts -i Commands: q - quit d - disconnect x - fast close simulate_umts: ioctl(TIOCSETD) failed - No such process (3) simulate_umts: ioctl(TIOCSETD) failed - No such process (3) simulate_umts: ioctl(TIOCSETD) failed - No such process (3) simulate_umts: ioctl(TIOCSETD) failed - No such process (3) simulate_umts: ioctl(TIOCSETD) failed - No such process (3)
Both do the same. Once a second /dev/ptmx
is opened and then /dev/pts/2
to try a TIOCSETD
ioctl on it.
While the opening of both devices works, the ioctl on the pts tty fails. Maybe that's waiting for a dialer to use /dev/ptmx
.
root@fritz:/var/mod/root# stty -F /dev/ptmx -a speed 38400 baud;stty: /dev/ptmx line = 0; intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = <undef>; eol2 = <undef>; swtch = <undef>; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R; werase = ^W; lnext = ^V; flush = ^O; min = 1; time = 0; -parenb -parodd -cmspar cs8 -hupcl -cstopb cread -clocal -crtscts -ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ixoff -iuclc -ixany -imaxbel -iutf8 opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0 isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt echoctl echoke -flusho
See also:
- https://man7.org/linux/man-pages/man4/tty_ioctl.4.html
- https://www.kernel.org/doc/Documentation/serial/tty.rst
Endpoints
aicmd endpoint(s) provided by simulate_umts, with these functions: (fw 7.29)
root@fritz:/var/mod/root# aicmd simulate_umts # provided by simulate_umts: - fw 7.39+ HELP - show help SLABDUMP - show slab allocation SLABSHOW - show slab information QUIT - disconnect show state - show state # 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
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 /bin/simulate_umts | grep -e '\.c$' -e '\.cpp$' sharedlibs/ppplib/test/simulate_umts.c sharedlibs/ewnwlinux/linmbuf.c sharedlibs/datapipe/dpdhcpc.c sharedlibs/datapipe/dpdhcpd.c sharedlibs/datapipe/onlinecheck.c
Dependencies
Daily updated index of all dependencies of this command. Last update: 2024-12-21 07:44 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 | 11 | 7.39 - 7.90 | Dynamic linker / loader | Linux |
Depends on | lib | libavmcipher.so | 28 | 7.39 - 7.90 | AES / DES / Rijndael encryption / decryption. | AVM |
Depends on | lib | libavmcsock.so | 28 | 7.39 - 7.90 | Networking, I/O and helper functions | AVM |
Depends on | lib | libavmhmac.so | 28 | 7.39 - 7.90 | HMAC / SHA / MD5 hashing. | AVM |
Depends on | lib | libc.so | 28 | 7.39 - 7.90 | Standard C library | Linux |
Depends on | lib | libdl.so | 5 | 7.39 - 7.90 | Dynamic linking library | Linux |
Depends on | lib | libpthread.so | 5 | 7.39 - 7.90 | POSIX threading library | Linux |
Depends on | lib | librt.so | 5 | 7.39 - 7.90 | POSIX realtime extensions library | Linux |
Depends on | lib | libsvctl.so | 28 | 7.39 - 7.90 | supervisor notification library | AVM |
Depends on | lib | libz.so | 28 | 7.39 - 7.90 | Zlib compressor / decompressor | Linux |
10 dependencies for this command |
Model-Matrix
Daily updated index of the presence, path and size of this command for each model. Last update: 2024-12-21 05:44 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/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 4040 | 7.39 - 7.90 | /bin | 693k - 697k |
FRITZ!Box 4050 | 7.90 | /bin | 693k |
FRITZ!Box 4060 | 7.39 - 7.90 | /bin | 693k |
FRITZ!Box 5530 Fiber (main) | 7.39 - 7.70 | /bin | 845k - 854k |
FRITZ!Box 5590 Fiber (main) | 7.39 - 7.90 | /bin | 693k |
FRITZ!Box 6490 Cable (atom) | 7.39 - 7.51 | /bin | 853k - 857k |
FRITZ!Box 6590 Cable (atom) | 7.39 - 7.51 | /bin | 853k - 857k |
FRITZ!Box 6591 Cable (atom) | 7.39 - 7.90 | /bin | 803k - 875k |
FRITZ!Box 6660 Cable (atom) | 7.39 - 7.90 | /bin | 803k - 884k |
FRITZ!Box 6670 Cable (atom) | 7.90 | /bin | 888k |
FRITZ!Box 6690 Cable (atom) | 7.39 - 7.90 | /bin | 803k - 884k |
FRITZ!Box 6820 LTE v1 (main) | 7.51 | /bin | 889k |
FRITZ!Box 6820 LTE v2 (main) | 7.51 | /bin | 889k |
FRITZ!Box 6820 LTE v3 (main) | 7.51 | /bin | 889k |
FRITZ!Box 6850 LTE | 7.39 - 7.90 | /bin | 673k - 841k |
FRITZ!Box 6850 5G | 7.39 - 7.90 | /bin | 693k - 697k |
FRITZ!Box 6890 LTE (main) | 7.39 - 7.51 | /bin | 841k - 845k |
FRITZ!Box 6890 LTE v1 (main) | 7.39 - 7.51 | /bin | 841k - 845k |
FRITZ!Box 6890 LTE v2 (main) | 7.39 - 7.51 | /bin | 841k - 845k |
FRITZ!Box 7490 (main) | 7.51 | /bin | 889k |
FRITZ!Box 7510 | 7.39 - 7.90 | /bin | 693k |
FRITZ!Box 7520 | 7.39 - 7.51 | /bin | 693k |
FRITZ!Box 7520 v2 (main) | 7.39 - 7.90 | /bin | 693k - 697k |
FRITZ!Box 7530 | 7.39 - 7.90 | /bin | 669k - 697k |
FRITZ!Box 7530 AX | 7.39 - 7.70 | /bin | 629k - 650k |
FRITZ!Box 7590 (main) | 7.39 - 7.90 | /bin | 829k - 930k |
FRITZ!Box 7590 AX (main) | 7.39 - 7.70 | /bin | 829k - 854k |
FRITZ!Box 7690 | 7.90 | /bin | 693k |
28 models use this command |
Symbols
Daily updated index of all symbols of this command. Last update: 2024-12-21 07:44 GMT.
Firmware | Symbol |
---|---|
7.39 - 7.90 | AlertLCPCloseStat |
7.51 | AlertNCPCloseStat |
7.39 - 7.90 | BeautifyMsg |
7.39 - 7.90 | CallISDNNumber |
7.39 - 7.90 | CheckComputeChallange |
7.39 - 7.90 | CheckComputeChallangeReply |
7.39 - 7.90 | CheckMagic |
7.39 - 7.90 | ComputeChallange |
7.39 - 7.90 | DHCPOPTIONS_dhcpoptions_memberbymagic |
7.39 - 7.90 | DHCPOPTIONS_generic_option_alloc |
7.39 - 7.90 | DHCPOPTIONS_generic_option_free |
7.39 - 7.90 | DHCPOPTIONS_vendor_specific_alloc |
7.39 - 7.90 | DoOption |
7.39 - 7.90 | DropOutOfDate |
7.39 - 7.90 | ForceLineDown |
7.39 - 7.90 | GenEcho |
7.39 - 7.90 | GenInfo |
7.39 - 7.90 | GenLCPOpenReaction |
7.39 - 7.90 | GenLCPReaction |
7.39 - 7.90 | GenLCPReject |
7.39 - 7.90 | GenLCPReply |
7.39 - 7.90 | GenNCPReaction |
7.39 - 7.90 | GenNCPReject |
7.39 - 7.90 | GenNCPReply |
7.39 - 7.90 | HandleCHAPPacket |
7.39 - 7.90 | IsValidObj |
7.39 - 7.90 | LCPAction |
7.39 - 7.90 | PPPAlertLCP |
7.39 - 7.90 | PPPCFG_pppcfg_target_alloc |
7.39 - 7.90 | PPPCHAPChkReq |
7.39 - 7.90 | PPPCHAPGenAck |
7.39 - 7.90 | PPPCHAPGenReq |
7.39 - 7.90 | PPPCHAPInit |
7.39 - 7.90 | PPPCHAPTick |
7.39 - 7.90 | PPPChannelCloseHandler |
7.39 - 7.90 | PPPChannelDown |
7.39 - 7.90 | PPPChannelLcpEchoReplyRcvd |
7.39 - 7.90 | PPPChannelUp |
7.39 - 7.90 | PPPClearNCP |
7.39 - 7.90 | PPPConfigIP |
7.39 - 7.90 | PPPConfigIPV6 |
7.39 - 7.90 | PPPDP_alloc_interface |
7.39 - 7.90 | PPPDP_exit |
7.39 - 7.90 | PPPDP_free_interface |
7.39 - 7.90 | PPPDP_get_Pid |
7.39 - 7.90 | PPPDP_init |
7.39 - 7.90 | PPPDP_listen |
7.39 - 7.90 | PPPDP_poll |
7.39 - 7.90 | PPPDP_set_callbacks |
7.39 - 7.90 | PPPDP_setup_incomming |
7.39 - 7.90 | PPPDP_synclost |
7.39 - 7.90 | PPPDecode |
7.39 - 7.90 | PPPDecode2 |
7.39 - 7.90 | PPPDisconnectLCP |
7.39 - 7.90 | PPPDumpPkg |
7.39 - 7.90 | PPPExitLCP |
7.39 - 7.90 | PPPGetOldPacket |
7.39 - 7.90 | PPPIPV6GetIfaceid |
7.39 - 7.90 | PPPIPV6cpChkReq |
7.39 - 7.90 | PPPIPV6cpGenAck |
7.39 - 7.90 | PPPIPV6cpGenReq |
7.39 - 7.90 | PPPIPV6cpInit |
7.39 - 7.90 | PPPIPcpChkReq |
7.39 - 7.90 | PPPIPcpGenAck |
7.39 - 7.90 | PPPIPcpGenReq |
7.39 - 7.90 | PPPIPcpInit |
7.39 - 7.90 | PPPInitLCP |
7.39 - 7.90 | PPPInitNCP |
7.39 - 7.90 | PPPLCPAccept |
7.39 - 7.90 | PPPLCPAlert |
7.39 - 7.90 | PPPLCPEvent |
7.39 - 7.90 | PPPLExit |
7.39 - 7.90 | PPPLIB_async_encode |
7.39 - 7.90 | PPPLIB_async_inject_bytes |
7.39 - 7.90 | PPPLIB_channel_accept |
7.39 - 7.90 | PPPLIB_channel_alloc |
7.39 - 7.90 | PPPLIB_channel_assign_interface |
7.90 | PPPLIB_channel_down |
7.39 - 7.90 | PPPLIB_channel_get_lowchannel |
7.39 - 7.90 | PPPLIB_channel_get_target_config |
7.39 - 7.90 | PPPLIB_channel_inject |
7.39 - 7.90 | PPPLIB_channel_physical_down |
7.39 - 7.90 | PPPLIB_channel_reject |
7.39 - 7.90 | PPPLIB_channel_set_target_config |
7.39 - 7.90 | PPPLIB_channel_up_incoming |
7.39 - 7.90 | PPPLIB_channel_up_outgoing |
7.39 - 7.90 | PPPLIB_exit |
7.39 - 7.90 | PPPLIB_init |
7.39 - 7.90 | PPPLIB_interface_activity |
7.39 - 7.90 | PPPLIB_interface_add_channel |
7.39 - 7.90 | PPPLIB_interface_add_channel_failed |
7.39 - 7.90 | PPPLIB_interface_alloc |
7.39 - 7.90 | PPPLIB_interface_assign_channel |
7.39 - 7.90 | PPPLIB_interface_connect_ip |
7.39 - 7.90 | PPPLIB_interface_connect_ipv6 |
7.39 - 7.90 | PPPLIB_interface_disconnect |
7.39 - 7.90 | PPPLIB_interface_disconnect_ipv4 |
7.39 - 7.90 | PPPLIB_interface_disconnect_ipv6 |
7.39 - 7.90 | PPPLIB_interface_find_by_authname |
7.39 - 7.90 | PPPLIB_interface_find_by_callingnumber |
7.39 - 7.90 | PPPLIB_interface_free |
7.39 - 7.90 | PPPLIB_interface_get_config |
7.39 - 7.90 | PPPLIB_interface_get_dnsservers |
7.39 - 7.90 | PPPLIB_interface_get_ip6addrs |
7.39 - 7.90 | PPPLIB_interface_get_ipaddrs |
7.39 - 7.90 | PPPLIB_interface_get_mtu |
7.39 - 7.90 | PPPLIB_interface_getacname |
7.39 - 7.90 | PPPLIB_interface_getgwmac |
7.39 - 7.90 | PPPLIB_interface_getsid |
7.39 - 7.90 | PPPLIB_interface_ip_enable |
7.39 - 7.90 | PPPLIB_interface_send_packet |
7.39 - 7.90 | PPPLIB_interface_state |
7.39 - 7.90 | PPPLIB_interface_synclost |
7.39 - 7.90 | PPPLIB_second |
7.39 - 7.90 | PPPLIB_set_dns_servers |
7.39 - 7.90 | PPPLIB_set_incoming_defaults |
7.39 - 7.90 | PPPLIB_set_lcpdebug |
7.39 - 7.90 | PPPLIB_set_ncpdebug |
7.39 - 7.90 | PPPLIB_set_packettrace |
7.39 - 7.90 | PPPLInit |
7.39 - 7.90 | PPPLTick |
7.39 - 7.90 | PPPLastLineDown |
7.39 - 7.90 | PPPLcpChkReq |
7.39 - 7.90 | PPPLcpGenAck |
7.39 - 7.90 | PPPLcpGenReq |
7.39 - 7.90 | PPPLcpInit |
7.39 - 7.90 | PPPLineDown |
7.39 - 7.90 | PPPLineSetConfig |
7.39 - 7.90 | PPPLineUp |
7.39 - 7.90 | PPPMallocLCPkg |
7.39 - 7.90 | PPPMallocNCPkg |
7.39 - 7.90 | PPPNCPAlert |
7.39 - 7.90 | PPPNCPEvent |
7.39 - 7.90 | PPPNExit |
7.39 - 7.90 | PPPNInit |
7.39 - 7.90 | PPPNTick |
7.39 - 7.90 | PPPPAPChkReq |
7.39 - 7.90 | PPPPAPGenAck |
7.39 - 7.90 | PPPPAPGenReq |
7.39 - 7.90 | PPPPAPInit |
7.39 - 7.90 | PPPPutOldPacket |
7.39 - 7.90 | PPPReceive |
7.39 - 7.90 | PPPRegisterLCP |
7.39 - 7.90 | PPPSendTick |
7.39 - 7.90 | PPPSetInterfaceState |
7.39 - 7.90 | PPPdebugmsg |
7.39 - 7.90 | PacketFree |
7.39 - 7.90 | PacketMalloc |
7.39 - 7.90 | PacketReAlloc |
7.39 - 7.90 | PacketReSize |
7.39 - 7.90 | PhyLayDownForNotClosed |
7.39 - 7.90 | ReceiveFrame |
7.39 - 7.90 | ReceiveNCPFrame |
7.39 - 7.90 | SendFrame |
7.39 - 7.90 | SendFrameOPTorDrop |
7.39 - 7.90 | SendNCPFrame |
7.39 - 7.90 | SendNCPFrameFinal |
7.39 - 7.90 | alert2str |
7.39 - 7.90 | check_irc |
7.39 - 7.90 | connquery_rcv_high |
7.39 - 7.90 | connquery_rcv_low |
7.39 - 7.90 | connquery_snd_high |
7.39 - 7.90 | connquery_snd_low |
7.39 - 7.90 | csum_partial |
7.39 - 7.90 | ct_app_unbind |
7.39 - 7.90 | ct_extern_hold |
7.39 - 7.90 | ct_extern_new_simple |
7.39 - 7.90 | ct_extern_put |
7.39 - 7.90 | ct_extern_set_expire |
7.39 - 7.90 | ct_extern_set_expire_nolock |
7.39 - 7.90 | ct_extern_touch |
7.39 - 7.90 | ct_extern_unset_expire_nolock |
7.39 - 7.90 | dhcp_cons_options |
7.39 - 7.90 | dhcp_find_125_option |
7.39 - 7.90 | dhcp_find_43_option |
7.39 - 7.90 | dhcp_free_dhcpoption |
7.39 - 7.90 | dhcp_free_options |
7.39 - 7.90 | dhcp_parse_option_buffer |
7.39 - 7.90 | dhcp_parse_options |
7.39 - 7.90 | dp_4to6_use_ds_lite |
7.39 - 7.90 | dp_4to6_use_ds_lite_only |
7.90 | dp_4to6_use_lw4o6 |
7.90 | dp_4to6_use_map_e |
7.90 | dp_4to6_use_map_t |
7.39 - 7.90 | dp_add_module |
7.39 - 7.90 | dp_add_route |
7.39 - 7.90 | dp_call_notifier |
7.39 - 7.90 | dp_clear_routes |
7.39 - 7.90 | dp_commit_routes |
7.39 - 7.90 | dp_create |
7.39 - 7.90 | dp_create_complete |
7.39 - 7.90 | dp_debugmsg |
7.39 - 7.90 | dp_del_route |
7.39 - 7.90 | dp_destroy |
7.39 - 7.90 | dp_dhcpc_stop |
7.39 - 7.90 | dp_find_route |
7.39 - 7.90 | dp_flush |
7.39 - 7.90 | dp_get_dnsmasq_used_dnsservers |
7.39 - 7.90 | dp_get_ipv4_dnsservers |
7.39 - 7.90 | dp_get_ipv6_linklocal |
7.39 - 7.90 | dp_get_ipv6_mtu |
7.39 - 7.90 | dp_get_macaddr |
7.39 - 7.90 | dp_get_number_of_pa_sessions |
7.90 | dp_get_rcv_usemtu |
7.39 - 7.90 | dp_get_snd_mtu |
7.39 - 7.90 | dp_ip4_get_mode |
7.39 - 7.90 | dp_ip4_get_snd_flow |
7.39 - 7.90 | dp_ip4_mode_is_tunnel |
7.39 - 7.90 | dp_ip4_set_mode |
7.39 - 7.90 | dp_ip4ctl_connect |
7.39 - 7.90 | dp_ip4ctl_disconnect |
7.39 - 7.90 | dp_ip6_6to4_use_6rd |
7.39 - 7.90 | dp_ip6_6to4_use_anycast_pop |
7.39 - 7.90 | dp_ip6_dhcpc_abort |
7.39 - 7.90 | dp_ip6_dhcpc_connect |
7.39 - 7.90 | dp_ip6_dhcpc_is_running |
7.39 - 7.90 | dp_ip6_dhcpc_need_ia_na |
7.39 - 7.90 | dp_ip6_dhcpc_request_ia_na |
7.39 - 7.90 | dp_ip6_dhcpc_request_ia_pd |
7.39 - 7.90 | dp_ip6_dhcpc_request_pd_exclude |
7.39 - 7.90 | dp_ip6_dhcpc_stop |
7.39 - 7.90 | dp_ip6_get_snd_flow |
7.39 - 7.90 | dp_ip6_got_no_aftr |
7.39 - 7.90 | dp_ip6_has_no_aftr |
7.39 - 7.90 | dp_ip6_mode_is_tunnel |
7.39 - 7.90 | dp_ip6_set_mode |
7.39 - 7.90 | dp_ip6_set_mtu_via_ppp |
7.39 - 7.90 | dp_ip6_use_tunnel |
7.39 - 7.90 | dp_ip6ctl_connect |
7.39 - 7.90 | dp_ip6ctl_disconnect |
7.39 - 7.90 | dp_ipmasq_invalidate_masqentries |
7.90 | dp_ipv4_port_restriction_notify |
7.39 - 7.90 | dp_is_my_in6_addr |
7.39 - 7.90 | dp_onlinecheck_dnservers_add_v4 |
7.39 - 7.90 | dp_onlinecheck_dnservers_add_v6 |
7.39 - 7.90 | dp_onlinecheck_dnservers_commit |
7.39 - 7.90 | dp_onlinecheck_dnsservers_mark_old |
7.39 - 7.90 | dp_packet_change_direction_to_rcv |
7.39 | dp_packet_change_direction_to_rcv_allow_pa |
7.39 - 7.90 | dp_packet_change_direction_to_snd |
7.39 - 7.90 | dp_pcp44_set_pcpserver |
7.39 - 7.90 | dp_pcp66_set_pcpserver |
7.39 - 7.90 | dp_ping6_abort |
7.39 - 7.90 | dp_ping_abort |
7.39 - 7.90 | dp_pingresp_del_all_ipaddrs |
7.39 - 7.90 | dp_poll |
7.90 | dp_port_restriction_disable |
7.90 | dp_port_restriction_enable |
7.39 - 7.90 | dp_rcv_packet |
7.39 - 7.90 | dp_set_debug |
7.39 - 7.90 | dp_set_dns_filter_for_active_directory |
7.39 - 7.90 | dp_set_dnsmasq_dnsservers |
7.39 - 7.90 | dp_set_dslite_mtu |
7.39 - 7.90 | dp_set_gateway |
7.39 - 7.90 | dp_set_ipaddr |
7.39 - 7.90 | dp_set_ipmasq_masquerading |
7.39 - 7.90 | dp_set_ipmasq_stateful_inspection |
7.39 - 7.90 | dp_set_ipmasq_transparent |
7.39 - 7.90 | dp_set_ipv4_dnsservers |
7.39 - 7.90 | dp_set_ipv6_dhcpc_mode |
7.39 - 7.90 | dp_set_ipv6_dhcpc_params |
7.39 - 7.90 | dp_set_ipv6_gua |
7.39 - 7.90 | dp_set_ipv6_linklocal |
7.39 - 7.90 | dp_set_ipv6_pd_prefix |
7.90 | dp_set_masqaddr |
7.39 - 7.90 | dp_set_module_debug |
7.39 - 7.90 | dp_set_module_trace |
7.39 - 7.90 | dp_set_netmask |
7.39 - 7.90 | dp_set_ntp_servers |
7.39 - 7.90 | dp_set_snd_ipaddr |
7.39 - 7.90 | dp_set_snd_mtu |
7.39 - 7.90 | dp_set_trace |
7.39 - 7.90 | dp_setname |
7.39 - 7.90 | dp_setport |
7.39 - 7.90 | dp_snd_packet |
7.39 - 7.90 | dp_snd_ping |
7.39 - 7.90 | dp_snd_ping6 |
7.39 - 7.90 | dp_u64_add_u32 |
7.39 - 7.90 | dp_u64_set |
7.90 | dp_unregister_all_notifier |
7.39 - 7.90 | dp_unset_box_info |
7.39 - 7.90 | dp_v4_set_drop_rx_flag |
7.39 - 7.90 | dp_v4_set_reject_tx_flag |
7.39 - 7.90 | dp_v6_set_drop_rx_flag |
7.39 - 7.90 | dp_walk_routes |
7.39 - 7.90 | dpenv_cache_alloc |
7.39 - 7.90 | dpenv_cache_free |
7.39 - 7.90 | dpenv_create_caches |
7.39 - 7.90 | dpenv_destroy_caches |
7.39 - 7.90 | dpenv_errmsg |
7.39 - 7.90 | dpenv_exit |
7.39 - 7.90 | dpenv_free |
7.39 - 7.90 | dpenv_infomsg |
7.39 - 7.90 | dpenv_init |
7.39 - 7.90 | dpenv_malloc |
7.39 - 7.90 | dpenv_malloc0 |
7.39 - 7.90 | dpenv_register_module |
7.39 - 7.90 | dpenv_set_global_input_filter |
7.39 - 7.90 | dpenv_set_global_output_filter |
7.39 - 7.90 | dpenv_strdup |
7.39 | dphelper_addrcidr2network |
7.39 - 7.90 | dphelper_get_iphdr |
7.39 - 7.90 | dphelper_mask2prefixlen |
7.39 - 7.90 | dphelper_output_hash_v4 |
7.39 - 7.90 | dphelper_output_hash_v6 |
7.39 - 7.90 | dphelper_pkttype2encaplen |
7.39 - 7.90 | dphelper_prefixlen2mask |
7.39 - 7.90 | dphelper_replace_with_icmp |
7.39 - 7.90 | dphelper_swap_hardheader |
7.39 - 7.90 | dpmod_4to6_deactivate |
7.39 - 7.90 | dpmod_4to6_set_learned_aftr |
7.39 - 7.90 | dpmod_4to6_set_learned_aftrfqdn |
7.39 - 7.90 | dpmod_attack_event |
7.39 - 7.90 | dpmod_bugmsg |
7.39 - 7.90 | dpmod_call_errorcb |
7.39 | dpmod_call_ipv4_errorcb |
7.39 - 7.90 | dpmod_call_ipv6_errorcb |
7.39 - 7.90 | dpmod_errmsg |
7.39 - 7.90 | dpmod_flow_create |
7.39 - 7.90 | dpmod_flow_destroy |
7.39 - 7.90 | dpmod_free |
7.39 - 7.90 | dpmod_get_virtualaddress |
7.39 - 7.90 | dpmod_icmp6_ratelimit_allow |
7.39 - 7.90 | dpmod_icmp_ratelimit_allow |
7.39 - 7.90 | dpmod_ip4_got_pcp_server |
7.39 - 7.90 | dpmod_ip4_using_aftr |
7.39 - 7.90 | dpmod_ip4to6_connect |
7.39 - 7.90 | dpmod_ip4to6_disconnect |
7.39 - 7.90 | dpmod_ip6_6to4_connect |
7.39 - 7.90 | dpmod_ip6_6to4_disconnect |
7.39 - 7.90 | dpmod_ip6_aftr_learned |
7.39 - 7.90 | dpmod_ip6_bound |
7.39 - 7.90 | dpmod_ip6_call_got_replicat_cb |
7.51 - 7.90 | dpmod_ip6_ct_extern_out_exists |
7.39 - 7.90 | dpmod_ip6_got_addr |
7.39 - 7.90 | dpmod_ip6_got_aftr_fqdn |
7.39 - 7.90 | dpmod_ip6_got_begin |
7.39 - 7.90 | dpmod_ip6_got_commit |
7.39 - 7.90 | dpmod_ip6_got_dnsserver |
7.39 - 7.90 | dpmod_ip6_got_dslite_mtu |
7.39 - 7.90 | dpmod_ip6_got_exclude_prefix |
7.90 | dpmod_ip6_got_lw4o6_config |
7.90 | dpmod_ip6_got_map_e_config |
7.90 | dpmod_ip6_got_map_t_config |
7.39 - 7.90 | dpmod_ip6_got_mtu |
7.39 - 7.90 | dpmod_ip6_got_no_aftr |
7.90 | dpmod_ip6_got_no_softwire |
7.39 - 7.90 | dpmod_ip6_got_ntpserver |
7.39 - 7.90 | dpmod_ip6_got_pcp_server |
7.39 - 7.90 | dpmod_ip6_got_prefix |
7.39 - 7.90 | dpmod_ip6_got_tr069info |
7.39 - 7.90 | dpmod_ip6_register_set_ra_needed |
7.39 - 7.90 | dpmod_ip6_reset_exclude_prefix |
7.39 - 7.90 | dpmod_ip6_unbound |
7.39 - 7.90 | dpmod_ip6ctl_errorcb |
7.39 - 7.90 | dpmod_ipv4_got_6rd_params |
7.39 - 7.90 | dpmod_is_virtualaddress |
7.39 - 7.90 | dpmod_malloc |
7.90 | dpmod_map_t_active |
7.39 - 7.90 | dpmod_patchmss |
7.39 - 7.90 | dpmod_patchmss_ipv6 |
7.39 - 7.90 | dpmod_ratelimit_allow |
7.39 - 7.90 | dpmod_rcv_frag_needed |
7.39 - 7.90 | dpmod_rcv_getports |
7.39 - 7.90 | dpmod_rcv_icmp |
7.39 - 7.90 | dpmod_rcv_icmpv6 |
7.39 - 7.90 | dpmod_rcv_packet_reject |
7.39 - 7.90 | dpmod_register_notifier |
7.39 - 7.90 | dpmod_replace_in_packet |
7.90 | dpmod_replace_in_packet_raw |
7.39 - 7.90 | dpmod_replace_with_icmp |
7.39 - 7.90 | dpmod_replace_with_icmpv6 |
7.39 - 7.90 | dpmod_reset_conninfos_on_reconf |
7.39 - 7.90 | dpmod_resume_connection |
7.39 - 7.90 | dpmod_setup_connection |
7.39 - 7.90 | dpmod_snd_getports |
7.39 - 7.90 | dpmod_snd_icmp |
7.39 - 7.90 | dpmod_snd_icmpv6 |
7.39 - 7.90 | dpmod_snd_packet_noroute |
7.39 - 7.90 | dpmod_snd_packet_reject |
7.39 - 7.90 | dpmod_strdup |
7.39 - 7.90 | dpmod_swap_hardheader |
7.39 - 7.90 | dpmod_trace |
7.39 - 7.90 | dpmod_unregister_all_notifier |
7.39 - 7.90 | dpmod_v4_dp_rcv_packet |
7.39 - 7.90 | dpmod_v4_dp_snd_packet |
7.39 - 7.90 | dpmod_v6_dp_rcv_packet |
7.39 - 7.90 | dpmod_v6_dp_snd_packet |
7.39 - 7.90 | dpmodchain_connallowed |
7.39 - 7.90 | dpmodchain_connected |
7.39 - 7.90 | dpmodchain_connecting |
7.39 - 7.90 | dpmodchain_disconnected |
7.39 - 7.90 | dpmodchain_get_connstatus |
7.39 - 7.90 | dpmodchain_resumed |
7.39 - 7.90 | dpmodchain_set_connect_allowfunc |
7.39 - 7.90 | dpmodchain_set_connectfunc |
7.39 - 7.90 | dpmodchain_set_connstatus_callbacks |
7.39 - 7.90 | dpmodchain_set_resumefunc |
7.39 - 7.90 | dpmodchain_setup_connection |
7.39 - 7.90 | dpmodchain_suspended |
7.39 - 7.90 | ethaddr2str |
7.39 - 7.90 | etherarpentrystate2str |
7.39 - 7.90 | fsmstate2str |
7.39 - 7.90 | ftp_parse_eprt |
7.39 - 7.90 | ftp_parse_ip_and_port |
7.39 - 7.90 | icmp_rep2req |
7.39 - 7.90 | interfacestate2str |
7.90 | ip4to6_snd_packet_encap |
7.90 | ip4to6_snd_packet_xlat |
7.90 | ip6_4to6_rcv_packet_encap |
7.90 | ip6_4to6_rcv_packet_xlat |
7.39 - 7.90 | ip6_is_ext_hdr |
7.39 - 7.90 | ip6_packet_valid |
7.39 - 7.90 | ip6_skip_exthdr |
7.39 - 7.90 | ip6_skip_exthdr_raw |
7.39 - 7.90 | ip6addr2str |
7.39 - 7.90 | ip6h2str |
7.39 - 7.90 | ipaccess_add_rulestruct |
7.90 | ipaccess_alloc_rule |
7.39 - 7.90 | ipaccess_destroy_rule |
7.39 - 7.90 | ipaccess_destroy_set |
7.39 - 7.90 | ipaccess_exit |
7.39 - 7.90 | ipaccess_init |
7.39 - 7.90 | ipaccess_match |
7.39 - 7.90 | ipaccess_optim_rulestruct |
7.39 - 7.90 | ipaccess_prepend_rulestruct |
7.39 - 7.90 | ipaccess_simple_match |
7.39 - 7.90 | ipaccessconnectionflag_parse |
7.39 - 7.90 | ipaccessconnectionflag_string |
7.39 - 7.90 | ipaccesslogging_parse |
7.39 - 7.90 | ipaccesslogging_string |
7.39 - 7.90 | ipaccessoperator_parse |
7.39 - 7.90 | ipaccessoperator_string |
7.39 - 7.90 | ipaccesspolicy_parse |
7.39 - 7.90 | ipaccesspolicy_string |
7.39 - 7.90 | ipaccesstcpflag_parse |
7.39 - 7.90 | ipaccesstcpflag_string |
7.39 - 7.90 | ipaddr2str |
7.90 | ipfrag_fragment_packet |
7.39 - 7.90 | iph2str |
7.39 - 7.90 | ipmasq_app_bind_appl |
7.39 | ipmasq_app_bind_appl_nolock |
7.39 - 7.90 | ipmasq_app_name |
7.39 - 7.90 | ipmasq_app_unbind |
7.39 - 7.90 | ipmasq_backward_new |
7.39 - 7.90 | ipmasq_forward_new |
7.39 - 7.90 | ipmasq_forward_possible |
7.39 - 7.90 | ipmasq_hold |
7.39 - 7.90 | ipmasq_in_get |
7.90 | ipmasq_init_portmng |
7.39 - 7.90 | ipmasq_new |
7.39 - 7.90 | ipmasq_out_get |
7.90 | ipmasq_out_saddr_is_port_restricted |
7.39 - 7.90 | ipmasq_put |
7.39 - 7.90 | ipmasq_put_nolock |
7.39 - 7.90 | ipmasq_set_control_nolock |
7.39 - 7.90 | ipmasq_set_dst |
7.39 - 7.90 | ipmasq_set_dstaddr |
7.39 - 7.90 | ipmasq_set_dstport |
7.39 - 7.90 | ipmasq_set_expire |
7.39 - 7.90 | ipmasq_set_expire_nolock |
7.39 - 7.90 | ipmasq_show_masqentry |
7.39 - 7.90 | ipmasq_touch |
7.39 - 7.90 | ipmasqmc_rcv_add |
7.39 - 7.90 | ipmasqmc_rcv_allow_sources |
7.39 - 7.90 | ipmasqmc_rcv_block_sources |
7.39 - 7.90 | ipmasqmc_rcv_del |
7.39 - 7.90 | ipmasqmc_rcv_qrecvd |
7.39 - 7.90 | ipmasqmc_rcv_set_sources |
7.39 - 7.90 | ippacket_valid |
7.39 - 7.90 | ipproto2str |
7.39 - 7.90 | ipproto_parse |
7.39 - 7.90 | is_port_protocol |
7.39 - 7.90 | lispctx_unconfig |
7.39 - 7.90 | main |
7.39 - 7.90 | notify_update_connection |
7.39 - 7.90 | parse_ipaddr |
7.39 - 7.90 | parse_nonblank |
7.39 - 7.90 | parse_u16 |
7.39 - 7.90 | parse_u8 |
7.39 - 7.90 | parse_ulong |
7.39 - 7.90 | parse_ushort |
7.39 - 7.90 | pidfile_lock |
7.39 - 7.90 | pidfile_read |
7.39 - 7.90 | pidfile_stop |
7.39 - 7.90 | pidfile_unlock |
7.39 - 7.90 | pingerresult2str |
7.39 - 7.90 | ppp_async_decode_bytes |
7.39 - 7.90 | ppp_async_encode |
7.39 - 7.90 | ppp_async_exit |
7.39 - 7.90 | ppp_async_get_decoded_packet |
7.39 - 7.90 | ppp_async_get_encoded_packet |
7.39 - 7.90 | ppp_async_init |
7.39 - 7.90 | ppp_async_input_error |
7.39 - 7.90 | ppp_async_set |
7.39 - 7.90 | pppevent2str |
7.39 - 7.90 | pppproto2str |
7.90 | s46_addrinfo_calc_from_wanprefix |
7.90 | s46_find_basic_mapping_rule |
7.90 | s46_free_lw4o6 |
7.90 | s46_free_map_e |
7.90 | s46_free_map_t |
7.90 | s46_infomsg_lw4o6 |
7.90 | s46_infomsg_map_e |
7.90 | s46_infomsg_map_t |
7.90 | s46_ipv4address_type2str |
7.90 | s46_lw4o6_config_alloc |
7.90 | s46_lw4o6_config_free |
7.90 | s46_lw4o6_determine_ipv6_daddr |
7.90 | s46_lw4o6_remote_is_borderrelay |
7.90 | s46_map_e_determine_ipv6_daddr |
7.90 | s46_map_e_determine_remote_addrinfo |
7.90 | s46_map_e_rules_alloc |
7.90 | s46_map_e_rules_free |
7.90 | s46_map_e_rules_free_delayed |
7.90 | s46_map_t_determine_ipv6_daddr |
7.90 | s46_map_t_determine_local_addrinfo |
7.90 | s46_map_t_determine_local_ipv4_addr |
7.90 | s46_map_t_determine_remote_addrinfo |
7.90 | s46_map_t_determine_remote_ipv4_addr |
7.90 | s46_map_t_dmr_addr2in6_addr |
7.90 | s46_map_t_rules_alloc |
7.90 | s46_map_t_rules_free |
7.90 | s46_map_t_rules_free_delayed |
7.90 | s46_mapping_rule_alloc |
7.90 | s46_mapping_rule_calc |
7.90 | s46_mapping_rule_free |
7.90 | s46_parse_lw4o6 |
7.90 | s46_parse_map_e |
7.90 | s46_parse_map_t |
7.90 | s46_port_restriction_calc |
7.90 | s46_show_lw4o6 |
7.90 | s46_show_map_e |
7.90 | s46_show_map_t |
7.39 - 7.90 | sctp_end_cksum |
7.39 - 7.90 | sctp_start_cksum |
7.39 - 7.90 | str2in6_addr |
7.39 - 7.90 | tcpflags2str |
7.39 - 7.90 | tcpseq_fix_ack_seq |
7.39 - 7.90 | tcpseq_fix_seq |
7.39 - 7.90 | tcpseq_seq_update |
7.39 - 7.90 | update_checksum |
542 symbols for this command |