| /OK3568_Linux_fs/kernel/net/ax25/ |
| H A D | ax25_iface.c | 103 struct listen_struct *listen; in ax25_listen_register() local 108 if ((listen = kmalloc(sizeof(*listen), GFP_ATOMIC)) == NULL) in ax25_listen_register() 111 listen->callsign = *callsign; in ax25_listen_register() 112 listen->dev = dev; in ax25_listen_register() 115 listen->next = listen_list; in ax25_listen_register() 116 listen_list = listen; in ax25_listen_register() 126 struct listen_struct *s, *listen; in ax25_listen_release() local 129 listen = listen_list; in ax25_listen_release() 130 if (listen == NULL) { in ax25_listen_release() 135 if (ax25cmp(&listen->callsign, callsign) == 0 && listen->dev == dev) { in ax25_listen_release() [all …]
|
| /OK3568_Linux_fs/buildroot/package/input-event-daemon/ |
| H A D | 0007-Support-hotplug-when-listening-all-devices.patch | 35 - conf.listen[listen_len++] = strdup(filename); 36 + conf.listen[i] = strdup(filename); 46 - for(i=0; i < MAX_LISTENER && conf.listen[i] != NULL; i++) { 50 + if (!conf.listen[i]) 53 fd = open(conf.listen[i], O_RDONLY); 72 + if (!conf.listen[i] || conf.listen_fd[i]) 77 - for(i=0; i < MAX_LISTENER && conf.listen[i] != NULL; i++) { 78 conf.listen_fd[i] = open(conf.listen[i], O_RDONLY); 82 - conf.listen[i], strerror(errno)); 87 fprintf(stderr, PROGRAM": Adding device: %s...\n", conf.listen[i]); [all …]
|
| H A D | 0003-Support-dynamic-remove-devices-when-not-available.patch | 22 for(i=0; i < MAX_LISTENER && conf.listen[i] != NULL; i++) { 23 conf.listen_fd[i] = open(conf.listen[i], O_RDONLY); 27 conf.listen[i], strerror(errno)); 33 + fprintf(stderr, PROGRAM": Adding device: %s...\n", conf.listen[i]); 53 conf.listen[i], strerror(errno)); 63 input_parse_event(&event, conf.listen[i]);
|
| H A D | 0006-Listen-all-devices-by-default.patch | 4 Subject: [PATCH 6/7] Listen all devices by default 20 conf.listen[listen_len++] = strdup(argv[arguments]); 24 - if (!conf.listen[0]) 35 + if (!conf.listen[0])
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/unfs3/unfs3/ |
| H A D | 0001-Add-listen-action-for-a-tcp-socket.patch | 4 Subject: [PATCH] Add "listen" action for a tcp socket which does not call 5 'listen' after 'bind' 22 The root cause is that 'listen' is not called for the binded 23 socket. The depended libtipc does not call 'listen' if found 43 + if (listen(sock, SOMAXCONN) < 0) { 44 + perror("listen"); 45 + fprintf(stderr, "Couldn't listen on the address \n");
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/lowpan-tools/lowpan-tools/ |
| H A D | 0001-Fix-potential-string-truncation-in-strncpy.patch | 14 tests/listen-packet.c | 3 ++- 15 tests/listen.c | 3 ++- 24 diff --git a/tests/listen-packet.c b/tests/listen-packet.c 26 --- a/tests/listen-packet.c 27 +++ b/tests/listen-packet.c 38 diff --git a/tests/listen.c b/tests/listen.c 40 --- a/tests/listen.c 41 +++ b/tests/listen.c
|
| /OK3568_Linux_fs/buildroot/package/uhttpd/ |
| H A D | 0002-Fix-TCP_FASTOPEN-related-compile-error.patch | 8 listen.c | 6 ++++++ 11 diff --git a/listen.c b/listen.c 13 --- a/listen.c 14 +++ b/listen.c
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/php/php/ |
| H A D | php-fpm.conf | 127 ; - 'listen' (unixsocket) 145 ; 'ip.add.re.ss:port' - to listen on a TCP socket to a specific address on 147 ; 'port' - to listen on a TCP socket to all addresses on a 149 ; '/path/to/unix/socket' - to listen on a unix socket. 151 listen = 127.0.0.1:9000 153 ; Set listen(2) backlog. A value of '-1' means unlimited. 155 ;listen.backlog = -1 162 ;listen.owner = nobody 163 ;listen.group = nobody 164 ;listen.mode = 0666 [all …]
|
| /OK3568_Linux_fs/buildroot/package/android-tools/ |
| H A D | 0018-adbd-Support-setting-TCP-port-with-env-ADB_TCP_PORT.patch | 19 // If one of these properties is set, also listen on that port 20 // If one of the properties isn't set and we couldn't listen on usb, 21 // listen on the default port. 31 // listen on TCP port specified by service.adb.tcp.port property 39 // listen on default port
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/ |
| H A D | rtw_roch.c | 197 RTW_INFO(FUNC_ADPT_FMT" back to listen ch - ch:%u, bw:%u, offset:%u\n", in rtw_cancel_ro_ch_handler() 374 * interface switch to the listen channel, because the interface will in chk_need_stay_in_cur_chan() 378 …RTW_INFO("%s, No linked interface now, but go nego ok, do not back to listen channel\n", __func__); in chk_need_stay_in_cur_chan() 463 * listen channel. in rtw_concurrent_handler() 467 /* Current channel is AP's channel - switching to listen channel */ in rtw_concurrent_handler() 474 /* Now, the driver stays on listen channel. We should stay on listen in rtw_concurrent_handler() 493 …f the pwdinfo->ext_listen_period = 0, that means the P2P listen state is not available on listen c… in rtw_concurrent_handler() 516 /* Now, the driver is in the listen state of P2P mode. */ in rtw_concurrent_handler() 520 …/* If the AP's channel is the same as the listen channel, we should still be in the listen state */ in rtw_concurrent_handler() 522 …/* So, configure this device to be able to receive the probe request frame and set it to listen st… in rtw_concurrent_handler()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/ |
| H A D | rtw_roch.c | 197 RTW_INFO(FUNC_ADPT_FMT" back to listen ch - ch:%u, bw:%u, offset:%u\n", in rtw_cancel_ro_ch_handler() 374 * interface switch to the listen channel, because the interface will in chk_need_stay_in_cur_chan() 378 …RTW_INFO("%s, No linked interface now, but go nego ok, do not back to listen channel\n", __func__); in chk_need_stay_in_cur_chan() 463 * listen channel. in rtw_concurrent_handler() 467 /* Current channel is AP's channel - switching to listen channel */ in rtw_concurrent_handler() 474 /* Now, the driver stays on listen channel. We should stay on listen in rtw_concurrent_handler() 493 …f the pwdinfo->ext_listen_period = 0, that means the P2P listen state is not available on listen c… in rtw_concurrent_handler() 516 /* Now, the driver is in the listen state of P2P mode. */ in rtw_concurrent_handler() 520 …/* If the AP's channel is the same as the listen channel, we should still be in the listen state */ in rtw_concurrent_handler() 522 …/* So, configure this device to be able to receive the probe request frame and set it to listen st… in rtw_concurrent_handler()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_roch.c | 197 RTW_INFO(FUNC_ADPT_FMT" back to listen ch - ch:%u, bw:%u, offset:%u\n", in rtw_cancel_ro_ch_handler() 374 * interface switch to the listen channel, because the interface will in chk_need_stay_in_cur_chan() 378 …RTW_INFO("%s, No linked interface now, but go nego ok, do not back to listen channel\n", __func__); in chk_need_stay_in_cur_chan() 463 * listen channel. in rtw_concurrent_handler() 467 /* Current channel is AP's channel - switching to listen channel */ in rtw_concurrent_handler() 474 /* Now, the driver stays on listen channel. We should stay on listen in rtw_concurrent_handler() 493 …f the pwdinfo->ext_listen_period = 0, that means the P2P listen state is not available on listen c… in rtw_concurrent_handler() 516 /* Now, the driver is in the listen state of P2P mode. */ in rtw_concurrent_handler() 520 …/* If the AP's channel is the same as the listen channel, we should still be in the listen state */ in rtw_concurrent_handler() 522 …/* So, configure this device to be able to receive the probe request frame and set it to listen st… in rtw_concurrent_handler()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/ |
| H A D | rtw_roch.c | 198 RTW_INFO(FUNC_ADPT_FMT" back to listen ch - ch:%u, bw:%u, offset:%u\n", in rtw_cancel_ro_ch_handler() 375 * interface switch to the listen channel, because the interface will in chk_need_stay_in_cur_chan() 379 …RTW_INFO("%s, No linked interface now, but go nego ok, do not back to listen channel\n", __func__); in chk_need_stay_in_cur_chan() 464 * listen channel. in rtw_concurrent_handler() 468 /* Current channel is AP's channel - switching to listen channel */ in rtw_concurrent_handler() 475 /* Now, the driver stays on listen channel. We should stay on listen in rtw_concurrent_handler() 494 …f the pwdinfo->ext_listen_period = 0, that means the P2P listen state is not available on listen c… in rtw_concurrent_handler() 517 /* Now, the driver is in the listen state of P2P mode. */ in rtw_concurrent_handler() 521 …/* If the AP's channel is the same as the listen channel, we should still be in the listen state */ in rtw_concurrent_handler() 523 …/* So, configure this device to be able to receive the probe request frame and set it to listen st… in rtw_concurrent_handler()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_roch.c | 197 RTW_INFO(FUNC_ADPT_FMT" back to listen ch - ch:%u, bw:%u, offset:%u\n", in rtw_cancel_ro_ch_handler() 374 * interface switch to the listen channel, because the interface will in chk_need_stay_in_cur_chan() 378 …RTW_INFO("%s, No linked interface now, but go nego ok, do not back to listen channel\n", __func__); in chk_need_stay_in_cur_chan() 463 * listen channel. in rtw_concurrent_handler() 467 /* Current channel is AP's channel - switching to listen channel */ in rtw_concurrent_handler() 474 /* Now, the driver stays on listen channel. We should stay on listen in rtw_concurrent_handler() 493 …f the pwdinfo->ext_listen_period = 0, that means the P2P listen state is not available on listen c… in rtw_concurrent_handler() 516 /* Now, the driver is in the listen state of P2P mode. */ in rtw_concurrent_handler() 520 …/* If the AP's channel is the same as the listen channel, we should still be in the listen state */ in rtw_concurrent_handler() 522 …/* So, configure this device to be able to receive the probe request frame and set it to listen st… in rtw_concurrent_handler()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/ |
| H A D | rtw_roch.c | 197 RTW_INFO(FUNC_ADPT_FMT" back to listen ch - ch:%u, bw:%u, offset:%u\n", in rtw_cancel_ro_ch_handler() 374 * interface switch to the listen channel, because the interface will in chk_need_stay_in_cur_chan() 378 …RTW_INFO("%s, No linked interface now, but go nego ok, do not back to listen channel\n", __func__); in chk_need_stay_in_cur_chan() 463 * listen channel. in rtw_concurrent_handler() 467 /* Current channel is AP's channel - switching to listen channel */ in rtw_concurrent_handler() 474 /* Now, the driver stays on listen channel. We should stay on listen in rtw_concurrent_handler() 493 …f the pwdinfo->ext_listen_period = 0, that means the P2P listen state is not available on listen c… in rtw_concurrent_handler() 516 /* Now, the driver is in the listen state of P2P mode. */ in rtw_concurrent_handler() 520 …/* If the AP's channel is the same as the listen channel, we should still be in the listen state */ in rtw_concurrent_handler() 522 …/* So, configure this device to be able to receive the probe request frame and set it to listen st… in rtw_concurrent_handler()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/ |
| H A D | rtw_roch.c | 197 RTW_INFO(FUNC_ADPT_FMT" back to listen ch - ch:%u, bw:%u, offset:%u\n", in rtw_cancel_ro_ch_handler() 374 * interface switch to the listen channel, because the interface will in chk_need_stay_in_cur_chan() 378 …RTW_INFO("%s, No linked interface now, but go nego ok, do not back to listen channel\n", __func__); in chk_need_stay_in_cur_chan() 463 * listen channel. in rtw_concurrent_handler() 467 /* Current channel is AP's channel - switching to listen channel */ in rtw_concurrent_handler() 474 /* Now, the driver stays on listen channel. We should stay on listen in rtw_concurrent_handler() 493 …f the pwdinfo->ext_listen_period = 0, that means the P2P listen state is not available on listen c… in rtw_concurrent_handler() 516 /* Now, the driver is in the listen state of P2P mode. */ in rtw_concurrent_handler() 520 …/* If the AP's channel is the same as the listen channel, we should still be in the listen state */ in rtw_concurrent_handler() 522 …/* So, configure this device to be able to receive the probe request frame and set it to listen st… in rtw_concurrent_handler()
|
| /OK3568_Linux_fs/buildroot/package/php/ |
| H A D | php-fpm.conf | 6 listen = /var/run/php-fpm.sock 7 listen.owner = www-data 8 listen.group = www-data
|
| /OK3568_Linux_fs/kernel/drivers/staging/vt6655/ |
| H A D | power.c | 70 /* clear always listen beacon */ in PSvEnablePowerSaving() 72 /* first time set listen next beacon */ in PSvEnablePowerSaving() 75 /* always listen beacon */ in PSvEnablePowerSaving() 108 /* set always listen beacon */ in PSvDisablePowerSaving() 139 /* Turn on wake up to listen next beacon */ in PSbIsNextTBTTWakeUp()
|
| /OK3568_Linux_fs/kernel/net/nfc/nci/ |
| H A D | ntf.c | 413 struct activation_params_listen_nfc_dep *listen; in nci_extract_activation_params_nfc_dep() local 428 listen = &ntf->activation_params.listen_nfc_dep; in nci_extract_activation_params_nfc_dep() 429 listen->atr_req_len = min_t(__u8, *data++, in nci_extract_activation_params_nfc_dep() 431 pr_debug("atr_req_len %d\n", listen->atr_req_len); in nci_extract_activation_params_nfc_dep() 432 if (listen->atr_req_len > 0) in nci_extract_activation_params_nfc_dep() 433 memcpy(listen->atr_req, data, listen->atr_req_len); in nci_extract_activation_params_nfc_dep() 543 goto listen; in nci_rf_intf_activated_ntf_packet() 656 listen: in nci_rf_intf_activated_ntf_packet() 657 /* Listen mode */ in nci_rf_intf_activated_ntf_packet()
|
| /OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/etc/ |
| H A D | vsftpd.conf | 109 # When "listen" directive is enabled, vsftpd runs in standalone mode and 112 listen=YES 114 # This directive enables listening on IPv6 sockets. To listen on IPv4 and IPv6 116 # Make sure, that one of the listen options is commented !!
|
| /OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/etc/ |
| H A D | vsftpd.conf | 109 # When "listen" directive is enabled, vsftpd runs in standalone mode and 112 listen=YES 114 # This directive enables listening on IPv6 sockets. To listen on IPv4 and IPv6 116 # Make sure, that one of the listen options is commented !!
|
| /OK3568_Linux_fs/kernel/include/xen/interface/io/ |
| H A D | pvcalls.h | 8 /* "1" means socket, connect, release, bind, listen, accept and poll */ 67 } listen; member 105 } listen; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | p2p.h | 51 * @BRCMF_P2P_STATUS_DISCOVER_LISTEN: P2P listen, remaining on channel. 53 * @BRCMF_P2P_STATUS_WAITING_NEXT_AF_LISTEN: extra listen time for af tx. 82 * @my_listen_chan: this peers listen channel. 83 * @peer_listen_chan: remote peers listen channel.
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath5k/ |
| H A D | ani.c | 377 int listen; in ath5k_hw_ani_get_listen_time() local 385 listen = ath_hw_get_listen_time(common); in ath5k_hw_ani_get_listen_time() 389 return listen; in ath5k_hw_ani_get_listen_time() 467 * receive ("listen" time) and raise or lower immunity accordingly. 478 int listen, ofdm_high, ofdm_low, cck_high, cck_low; in ath5k_ani_calibration() local 480 /* get listen time since last call and add it to the counter because we in ath5k_ani_calibration() 483 listen = ath5k_hw_ani_get_listen_time(ah, as); in ath5k_ani_calibration() 484 as->listen_time += listen; in ath5k_ani_calibration() 497 "listen %d (now %d)", as->listen_time, listen); in ath5k_ani_calibration()
|
| /OK3568_Linux_fs/kernel/drivers/staging/vt6656/ |
| H A D | power.c | 66 /* always listen beacon */ in vnt_enable_power_saving() 85 /* set always listen beacon */ in vnt_disable_power_saving() 108 /* Turn on wake up to listen next beacon */ in vnt_next_tbtt_wakeup()
|