MCPcopy 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_bindFunction · 0.80
nvram_listenerMethod · 0.80
nvram_listenerFunction · 0.80
nvram_listenerFunction · 0.80

Calls

no outgoing calls

Tested by 1

nvram_listenerMethod · 0.64