Home
last modified time | relevance | path

Searched defs:listen (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/net/ax25/
H A Dax25_iface.c103 struct listen_struct *listen; in ax25_listen_register() local
126 struct listen_struct *s, *listen; in ax25_listen_release() local
176 struct listen_struct *listen; in ax25_listen_mine() local
/openbmc/linux/drivers/net/wireless/ath/ath5k/
H A Dani.c377 int listen; in ath5k_hw_ani_get_listen_time() local
478 int listen, ofdm_high, ofdm_low, cck_high, cck_low; in ath5k_ani_calibration() local
/openbmc/qemu/python/qemu/qmp/
H A Devents.py667 def listen(self, *listeners: EventListener) -> Iterator[None]: member in Events
/openbmc/linux/include/xen/interface/io/
H A Dpvcalls.h69 } listen; member
107 } listen; member
/openbmc/qemu/include/sysemu/
H A Dos-win32.h203 #define listen qemu_listen_wrap macro
/openbmc/qemu/tests/unit/
H A Dcheck-block-qdict.c423 QDict *src, *dst, *rule, *vnc, *acl, *listen; in qdict_crumple_test_recursive() local
/openbmc/linux/net/nfc/nci/
H A Dntf.c437 struct activation_params_listen_nfc_dep *listen; in nci_extract_activation_params_nfc_dep() local
/openbmc/linux/include/linux/
H A Dnet.h188 int (*listen) (struct socket *sock, int len); member
/openbmc/linux/net/
H A Dsocket.c1892 SYSCALL_DEFINE2(listen, int, fd, int, backlog) in SYSCALL_DEFINE2() argument