/openbmc/linux/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 …]
|
/openbmc/openbmc/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
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/ |
H A D | default_server.site | 3 listen 80 default_server; 4 listen [::]:80 default_server;
|
/openbmc/linux/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() 478 int listen, ofdm_high, ofdm_low, cck_high, cck_low; in ath5k_ani_calibration() local 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()
|
/openbmc/linux/net/nfc/nci/ |
H A D | ntf.c | 437 struct activation_params_listen_nfc_dep *listen; in nci_extract_activation_params_nfc_dep() local 452 listen = &ntf->activation_params.listen_nfc_dep; in nci_extract_activation_params_nfc_dep() 453 listen->atr_req_len = min_t(__u8, *data++, in nci_extract_activation_params_nfc_dep() 455 pr_debug("atr_req_len %d\n", listen->atr_req_len); in nci_extract_activation_params_nfc_dep() 456 if (listen->atr_req_len > 0) in nci_extract_activation_params_nfc_dep() 457 memcpy(listen->atr_req, data, listen->atr_req_len); in nci_extract_activation_params_nfc_dep() 567 goto listen; in nci_rf_intf_activated_ntf_packet() 680 listen: in nci_rf_intf_activated_ntf_packet()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/files/ |
H A D | 0002-Drop-using-_LARGEFILE64_SOURCE.patch | 15 tracecmd/trace-listen.c | 1 - 71 diff --git a/tracecmd/trace-listen.c b/tracecmd/trace-listen.c 73 --- a/tracecmd/trace-listen.c 74 +++ b/tracecmd/trace-listen.c
|
/openbmc/qemu/tests/ |
H A D | dbus-vmstate-daemon.sh | 29 <listen>unix:tmpdir=$DBUS_VMSTATE_TEST_TMPDIR</listen>
|
/openbmc/linux/include/xen/interface/io/ |
H A D | pvcalls.h | 69 } listen; member 107 } listen; member
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/ |
H A D | php-fpm.conf | 252 ; listen queue - the number of request in the queue of pending 253 ; connections (see backlog in listen(2)); 254 ; max listen queue - the maximum number of requests in the queue 256 ; listen queue len - the size of the socket queue of pending connections; 272 ; listen queue: 0 273 ; max listen queue: 1 274 ; listen queue len: 42
|
/openbmc/qemu/tests/unit/ |
H A D | check-block-qdict.c | 423 QDict *src, *dst, *rule, *vnc, *acl, *listen; in qdict_crumple_test_recursive() local 448 listen = qdict_get_qdict(vnc, "listen"); in qdict_crumple_test_recursive() 449 g_assert(listen); in qdict_crumple_test_recursive() 450 g_assert_cmpint(qdict_size(listen), ==, 2); in qdict_crumple_test_recursive() 451 g_assert_cmpstr("127.0.0.1", ==, qdict_get_str(listen, "addr")); in qdict_crumple_test_recursive() 452 g_assert_cmpstr("5901", ==, qdict_get_str(listen, "port")); in qdict_crumple_test_recursive()
|
/openbmc/openbmc/meta-phosphor/recipes-extended/etcd/etcd/ |
H A D | etcd-new.conf.sample | 16 # List of comma separated URLs to listen on for peer traffic. 19 # List of comma separated URLs to listen on for client traffic.
|
/openbmc/linux/tools/testing/selftests/net/mptcp/ |
H A D | userspace_pm.sh | 599 ip netns exec "$ns2" ./pm_nl_ctl listen 10.0.2.2\ 636 ip netns exec "$ns2" ./pm_nl_ctl listen dead:beef:2::2\ 675 ip netns exec "$ns2" ./pm_nl_ctl listen 10.0.2.2\ 715 ip netns exec "$ns1" ./pm_nl_ctl listen 10.0.2.1\ 751 ip netns exec "$ns1" ./pm_nl_ctl listen dead:beef:2::1\ 790 ip netns exec "$ns1" ./pm_nl_ctl listen 10.0.2.1\ 831 ip netns exec "$ns1" ./pm_nl_ctl listen 10.0.2.1\ 945 ip netns exec $ns2 ./pm_nl_ctl listen 10.0.2.2\
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | reuseaddr_ports_exhausted.c | 149 ret = listen(fd[0], 5); in TEST() 152 ret = listen(fd[1], 5); in TEST()
|
/openbmc/linux/tools/testing/selftests/wireguard/ |
H A D | netns.sh | 102 listen-port 1 \ 108 listen-port 2 \ 213 n1 wg set wg0 listen-port 9999 219 n1 wg set wg0 listen-port 9998 234 n2 wg set wg0 listen-port 9997 246 n2 wg set wg0 private-key <(echo "$key2") listen-port 2 peer "$pub1" preshared-key <(echo "$psk") a… 259 n2 wg set wg0 private-key <(echo "$key2") listen-port 2 peer "$pub1" preshared-key <(echo "$psk") a… 268 n1 wg set wg1 listen-port 5 private-key <(echo "$key3") peer "$pub4" allowed-ips 192.168.241.2/32,f… 269 n2 wg set wg1 listen-port 5 private-key <(echo "$key4") peer "$pub3" allowed-ips 192.168.241.1/32,f… 362 n2 wg set wg1 private-key <(echo "$key3") listen-port 5 peer "$pub1" allowed-ips 192.168.242.1/32
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | migrate_reuseport.c | 269 err = listen(test_case->servers[i], qlen); in start_servers() 381 err = listen(test_case->servers[1], QLEN); in migrate_dance() 395 err = listen(test_case->servers[MIGRATED_TO], QLEN); in migrate_dance() 496 err = listen(test_case->servers[MIGRATED_TO], QLEN); in run_test()
|
/openbmc/qemu/io/ |
H A D | trace-events | 23 qio_channel_socket_listen_sync(void *ioc, void *addr, int num) "Socket listen sync ioc=%p addr=%p n… 24 qio_channel_socket_listen_async(void *ioc, void *addr, int num) "Socket listen async ioc=%p addr=%p… 25 qio_channel_socket_listen_fail(void *ioc) "Socket listen fail ioc=%p" 26 qio_channel_socket_listen_complete(void *ioc, int fd) "Socket listen complete ioc=%p fd=%d"
|
/openbmc/qemu/python/qemu/qmp/ |
H A D | events.py | 667 def listen(self, *listeners: EventListener) -> Iterator[None]: member in Events 716 with self.listen(listener):
|
/openbmc/qemu/docs/interop/ |
H A D | qemu-ga.rst | 57 Transport method: one of ``unix-listen``, ``virtio-serial``, or 58 ``isa-serial``, or ``vsock-listen`` (``virtio-serial`` is the default). 65 vsock-listen are written as ``<cid>:<port>``.
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/files/ |
H A D | vsftpd.conf | 12 listen=YES
|
/openbmc/qemu/include/sysemu/ |
H A D | os-win32.h | 202 #undef listen 203 #define listen qemu_listen_wrap macro
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/ |
H A D | pppoe-server.default | 6 # Device(s) - Space seperated list of devices to listen on
|
/openbmc/slpd-lite/ |
H A D | README.md | 16 NOTE:- Multicast support is not there and this server neither listen to any
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/ |
H A D | 0001-Fixes-for-yocto-build.patch | 81 // If one of these properties is set, also listen on that port. 82 // If one of the properties isn't set and we couldn't listen on usb, listen
|
/openbmc/qemu/docs/system/i386/ |
H A D | nitro-enclave.rst | 50 VM to the host machine and the forward-listen (port numbers separated by '+') is used 56 --vm guest-cid=4,forward-cid=1,forward-listen=9001+9002,socket=/tmp/vhost4.socket 77 VM's CID) and use the forward-listen (e.g., 9001+9002) option of vhost-device-vsock
|
/openbmc/qemu/docs/devel/migration/ |
H A D | postcopy.rst | 86 (the 'listen thread') which takes over the job of receiving 104 The listen thread can now quit, and perform the cleanup of migration 126 - Command: 'postcopy listen' 161 listen thread: --- page -- page -- page -- page -- page -- 173 - On receipt of 'postcopy listen' - 3 -(i.e. the 1st command in the package) 178 the returned page (c) is loaded by the listen thread allowing the main 185 is no longer used by migration, while the listen thread carries on servicing
|