Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/qilingframework/qiling
/ bind
Method
bind
qiling/os/posix/filestruct.py:82–83 ·
view source on GitHub ↗
(self, address)
Source
from the content-addressed store, hash-verified
80
return
self.__socket.shutdown(how)
81
82
def
bind(self, address) -> None:
83
return
self.__socket.bind(address)
84
85
def
listen(self, backlog: int) -> None:
86
return
self.__socket.listen(backlog)
Callers
5
__init__
Method · 0.80
ql_syscall_bind
Function · 0.80
nvram_listener
Method · 0.80
nvram_listener
Function · 0.80
nvram_listener
Function · 0.80
Calls
no outgoing calls
Tested by
1
nvram_listener
Method · 0.64