Home
last modified time | relevance | path

Searched refs:listen (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/openbmc/linux/net/ax25/
H A Dax25_iface.c108 if ((listen = kmalloc(sizeof(*listen), GFP_ATOMIC)) == NULL) in ax25_listen_register()
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()
138 kfree(listen); in ax25_listen_release()
142 while (listen != NULL && listen->next != NULL) { in ax25_listen_release()
144 s = listen->next; in ax25_listen_release()
145 listen->next = listen->next->next; in ax25_listen_release()
151 listen = listen->next; in ax25_listen_release()
179 for (listen = listen_list; listen != NULL; listen = listen->next) in ax25_listen_mine()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lowpan-tools/lowpan-tools/
H A D0001-Fix-potential-string-truncation-in-strncpy.patch14 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 Ddefault_server.site3 listen 80 default_server;
4 listen [::]:80 default_server;
/openbmc/linux/drivers/net/wireless/ath/ath5k/
H A Dani.c377 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 Dntf.c437 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 D0002-Drop-using-_LARGEFILE64_SOURCE.patch15 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 Ddbus-vmstate-daemon.sh29 <listen>unix:tmpdir=$DBUS_VMSTATE_TEST_TMPDIR</listen>
/openbmc/linux/include/xen/interface/io/
H A Dpvcalls.h69 } listen; member
107 } listen; member
/openbmc/openbmc/meta-phosphor/recipes-extended/etcd/etcd/
H A Detcd-new.conf.sample16 # List of comma separated URLs to listen on for peer traffic.
19 # List of comma separated URLs to listen on for client traffic.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/
H A Dphp-fpm.conf252 ; 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 Dcheck-block-qdict.c423 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/linux/tools/testing/selftests/net/
H A Dreuseaddr_ports_exhausted.c149 ret = listen(fd[0], 5); in TEST()
152 ret = listen(fd[1], 5); in TEST()
H A Dsk_connect_zero_addr.c37 if (listen(fd1, 0)) { in main()
/openbmc/qemu/docs/interop/
H A Dqemu-ga.rst38 Transport method: one of ``unix-listen``, ``virtio-serial``, or
39 ``isa-serial``, or ``vsock-listen`` (``virtio-serial`` is the default).
46 vsock-listen are written as ``<cid>:<port>``.
/openbmc/qemu/python/qemu/qmp/
H A Devents.py667 def listen(self, *listeners: EventListener) -> Iterator[None]: member in Events
716 with self.listen(listener):
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/files/
H A Dvsftpd.conf12 listen=YES
/openbmc/linux/tools/testing/selftests/wireguard/
H A Dnetns.sh102 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…
361 n2 wg set wg1 private-key <(echo "$key3") listen-port 5 peer "$pub1" allowed-ips 192.168.242.1/32
/openbmc/qemu/io/
H A Dtrace-events23 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/linux/tools/testing/selftests/bpf/prog_tests/
H A Dmigrate_reuseport.c269 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()
H A Dskc_to_unix_sock.c44 err = listen(sockfd, 1); in test_skc_to_unix_sock()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/
H A Dpppoe-server.default6 # Device(s) - Space seperated list of devices to listen on
/openbmc/slpd-lite/
H A DREADME.md16 NOTE:- Multicast support is not there and this server neither listen to any
/openbmc/qemu/include/sysemu/
H A Dos-win32.h197 #undef listen
198 #define listen qemu_listen_wrap macro
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/
H A Dpostgresql.service10 # Port number for server to listen on
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/
H A D0001-Fixes-for-yocto-build.patch81 // 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

12345678910>>...12