| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/ |
| H A D | rtmp.c | 346 r->Link.timeout = 30; in RTMP_Init() 347 r->Link.swfAge = 30; in RTMP_Init() 353 r->Link.protocol |= RTMP_FEATURE_WRITE; in RTMP_EnableWrite() 419 r->Link.sockshost.av_val = hostname; in SocksSetup() 420 r->Link.sockshost.av_len = strlen(hostname); in SocksSetup() 422 r->Link.socksport = socksport ? atoi(socksport + 1) : 1080; in SocksSetup() 423 RTMP_Log(RTMP_LOGDEBUG, "Connecting via SOCKS proxy: %s:%d", r->Link.sockshost.av_val, in SocksSetup() 424 r->Link.socksport); in SocksSetup() 428 r->Link.sockshost.av_val = NULL; in SocksSetup() 429 r->Link.sockshost.av_len = 0; in SocksSetup() [all …]
|
| H A D | handshake.h | 701 int encrypted = r->Link.protocol & RTMP_FEATURE_ENC; in HandShake() 714 if (encrypted || r->Link.SWFSize) in HandShake() 719 r->Link.rc4keyIn = r->Link.rc4keyOut = 0; in HandShake() 772 r->Link.dh = DHInit(1024); in HandShake() 773 if (!r->Link.dh) in HandShake() 783 if (!DHGenerateKey(r->Link.dh)) in HandShake() 790 if (!DHGetPublicKey(r->Link.dh, &clientsig[dhposClient], 128)) in HandShake() 869 if (r->Link.SWFSize) in HandShake() 872 char *vend = r->Link.SWFVerificationResponse+sizeof(r->Link.SWFVerificationResponse); in HandShake() 874 memcpy(r->Link.SWFVerificationResponse, swfVerify, 2); in HandShake() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/ |
| H A D | rtmpsrv.c | 290 enc = AMF_EncodeNamedString(enc, pend, &av_details, &r->Link.playpath); in SendPlayStart() 322 enc = AMF_EncodeNamedString(enc, pend, &av_details, &r->Link.playpath); in SendPlayStop() 513 r->Link.app = pval; in ServeInvoke() 515 if (!r->Link.app.av_val) in ServeInvoke() 516 r->Link.app.av_val = ""; in ServeInvoke() 522 r->Link.flashVer = pval; in ServeInvoke() 529 r->Link.swfUrl = pval; in ServeInvoke() 536 r->Link.tcUrl = pval; in ServeInvoke() 543 r->Link.pageUrl = pval; in ServeInvoke() 565 r->Link.extras.o_num = i; in ServeInvoke() [all …]
|
| H A D | rtmpsuck.c | 205 server->rc.Link.app = pval; in ServeInvoke() 210 server->rc.Link.flashVer = pval; in ServeInvoke() 217 RTMP_HashSWF(pval.av_val, &server->rc.Link.SWFSize, in ServeInvoke() 218 (unsigned char *)server->rc.Link.SWFHash, 30); in ServeInvoke() 220 server->rc.Link.swfUrl = pval; in ServeInvoke() 228 server->rc.Link.tcUrl = pval; in ServeInvoke() 236 server->rc.Link.protocol = RTMP_PROTOCOL_RTMP; in ServeInvoke() 241 server->rc.Link.protocol = RTMP_PROTOCOL_RTMPE; in ServeInvoke() 252 server->rc.Link.hostname.av_val = r2; in ServeInvoke() 256 server->rc.Link.hostname.av_len = r1 - r2; in ServeInvoke() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-usb-lvstest | 1 Link Layer Validation Device is a standard device for testing of Super 2 Speed Link Layer tests. These nodes are available in sysfs only when lvs 10 for Link Layer Validation device. It is needed for TD.7.06. 16 Set "U1 timeout" for the downstream port where Link Layer 24 Set "U2 timeout" for the downstream port where Link Layer 32 Write to this node to issue "Reset" for Link Layer Validation 39 Write to this node to issue "U3 entry" for Link Layer 46 Write to this node to issue "U3 exit" for Link Layer 53 with Link Layer Validation device. It is needed for TD.7.34. 58 Write to this node to issue "Warm Reset" for Link Layer Validation
|
| H A D | sysfs-bus-fcoe | 58 Link Error Status Block (LESB) link failure count. 61 Link Error Status Block (LESB) virtual link 65 Link Error Status Block (LESB) missed FCoE 69 Link Error Status Block (LESB) symbolic error count. 72 Link Error Status Block (LESB) block error count. 75 Link Error Status Block (LESB) Fibre Channel
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/dlink/ |
| H A D | Kconfig | 3 # D-Link device configuration 7 bool "D-Link devices" 15 the questions about D-Link devices. If you say Y, you will be asked for 27 D-Link DGE-550T Gigabit Ethernet Adapter. 28 D-Link DL2000-based Gigabit Ethernet Adapter.
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtl818x/ |
| H A D | Kconfig | 14 A-Link WL54PC 29 D-Link DWL-520 Rev D 31 TP-Link TL-WN250/251 76 Asus Wireless Link
|
| /OK3568_Linux_fs/kernel/net/lapb/ |
| H A D | Kconfig | 3 # LAPB Data Link Drive 7 tristate "LAPB Data Link Driver" 9 Link Access Procedure, Balanced (LAPB) is the data link layer (i.e.
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/acpi/ |
| H A D | irqlinks.asl | 35 /* Possible Resource Settings for this Link */ 93 /* Possible Resource Settings for this Link */ 151 /* Possible Resource Settings for this Link */ 209 /* Possible Resource Settings for this Link */ 267 /* Possible Resource Settings for this Link */ 325 /* Possible Resource Settings for this Link */ 383 /* Possible Resource Settings for this Link */ 441 /* Possible Resource Settings for this Link */
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/go-1.18/ |
| H A D | 0004-ld-add-soname-to-shareable-objects.patch | 22 @@ -1343,6 +1343,7 @@ func (ctxt *Link) hostlink() { 30 @@ -1358,6 +1359,7 @@ func (ctxt *Link) hostlink() { 38 @@ -1366,6 +1368,7 @@ func (ctxt *Link) hostlink() {
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/adbg/src/ |
| H A D | adbg_case.c | 118 if (TAILQ_NEXT(SubCase_p, Link) == NULL) { in ADBG_Case_NextSubCase() 128 SubCase_p = TAILQ_NEXT(SubCase_p, Link); in ADBG_Case_NextSubCase() 306 TAILQ_INSERT_TAIL(&Parent_p->SubCasesList, SubCase_p, Link); in ADBG_Case_CreateSubCase() 334 TAILQ_REMOVE(&SubCase_p->SubCasesList, s, Link); in ADBG_SubCase_Delete()
|
| H A D | adbg_int.h | 40 TAILQ_ENTRY(ADBG_SubCase) Link; 51 TAILQ_ENTRY(ADBG_Case) Link;
|
| H A D | adbg_run.c | 155 TAILQ_INSERT_TAIL(&Runner_p->CasesList, Case_p, Link); in ADBG_RunSuite() 211 TAILQ_FOREACH(Case_p, &Runner_p->CasesList, Link) { in ADBG_RunSuite() 263 TAILQ_REMOVE(&Runner_p->CasesList, Case_p, Link); in ADBG_RunSuite()
|
| /OK3568_Linux_fs/buildroot/package/openocd/ |
| H A D | Config.in | 35 bool "ST-Link JTAG Programmer" 40 Enable building support for the ST-Link JTAG 71 bool "Segger J-Link JTAG Programmer" 76 Segger J-Link JTAG Programmer and clone such as Atmel 108 bool "Versaloon-Link JTAG Programmer" 114 Enable building support for the Versaloon-Link JTAG
|
| /OK3568_Linux_fs/kernel/Documentation/maintainer/ |
| H A D | configure-git.rst | 43 patch to a subsystem tree, it is a good idea to provide a Link: tag with a 48 Link: https://lore.kernel.org/r/<message-id> 59 perl -pi -e 's|^Message-Id:\s*<?([^>]+)>?$|Link: https://lore.kernel.org/r/$1|g;' "$1"
|
| /OK3568_Linux_fs/external/rockchip-test/camera/ |
| H A D | camera_stresstest_rkisp_demo.sh | 19 Link=$(media-ctl -d $MEDIA_DEV -p | grep "0 link") 29 if echo $Link | grep -q "0 link"
|
| /OK3568_Linux_fs/debian/overlay-debug/rockchip-test/camera/ |
| H A D | camera_stresstest_rkisp_demo.sh | 19 Link=$(media-ctl -d $MEDIA_DEV -p | grep "0 link") 29 if echo $Link | grep -q "0 link"
|
| /OK3568_Linux_fs/kernel/Documentation/networking/caif/ |
| H A D | linux_caif.rst | 33 * CAIF Link Layer, implemented as NET devices. 54 +--> ! HSI ! ! TTY ! ! USB ! <- Link Layer (Net Devices) 101 Stack and provides a Client interface for adding Link-Layer and 187 Configuration of Link Layer 189 The Link Layer is implemented as Linux network devices (struct net_device).
|
| /OK3568_Linux_fs/buildroot/package/kompexsqlite/ |
| H A D | 0002-append-to-cflags-and-cxxflags.patch | 31 # Link Libraries and Options 48 # Link Libraries and Options
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/ |
| H A D | qt3d_git.bb | 19 SRC_URI:append:riscv64 = " file://0001-renderers-opengl-Link-in-libatomic-on-riscv.patch" 20 SRC_URI:append:riscv32 = " file://0001-renderers-opengl-Link-in-libatomic-on-riscv.patch"
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/ |
| H A D | Kconfig | 9 Intel Wireless WiFi Link Next-Gen AGN 12 Intel Wireless WiFi Link 6250AGN Adapter 14 Intel WiFi Link 1000BGN 19 Intel Wireless WiFi Link 6150BGN 2 Adapter
|
| /OK3568_Linux_fs/docs/en/ |
| H A D | docs_list_en.txt | 4 │ │ ├── Latest-Release-AVL-Link.txt 30 │ │ └── The-Latest-Camera-Documents-Link.txt
|
| /OK3568_Linux_fs/buildroot/package/lldpd/ |
| H A D | Config.in | 13 proprietary Link-Layer protocols such as EDP or CDP. The 15 mechanism to deliver Link-Layer notifications to adjacent
|
| /OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/ |
| H A D | common.inc | 37 file://0025-compiler-rt-Link-scudo-with-SANITIZER_CXX_ABI_LIBRAR.patch \ 38 file://0026-compiler-rt-Link-scudo-standalone-with-libatomic-on-.patch \ 45 file://0033-lldb-Link-with-libatomic-on-x86.patch \
|