Searched defs:SocketAddrT (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/python/qemu/qmp/ |
H A D | protocol.py | 55 SocketAddrT = Union[UnixAddrT, InternetAddrT] variable 273 self, address: SocketAddrT, 302 async def start_server(self, address: SocketAddrT, 359 async def connect(self, address: Union[SocketAddrT, socket.socket], 535 async def _do_start_server(self, address: SocketAddrT, 603 async def _do_connect(self, address: Union[SocketAddrT, socket.socket],
|
H A D | qmp_shell.py | 179 def __init__(self, address: SocketAddrT, 432 def __init__(self, address: SocketAddrT,
|
H A D | legacy.py | 80 address: Union[SocketAddrT, socket.socket],
|
/openbmc/qemu/python/qemu/machine/ |
H A D | qtest.py | 55 address: Optional[SocketAddrT] = None,
|
H A D | machine.py | 129 monitor_address: Optional[SocketAddrT] = None,
|
/openbmc/qemu/python/qemu/utils/ |
H A D | qemu_ga_client.py | 72 def __init__(self, address: SocketAddrT):
|