Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/qilingframework/qiling
/ inet6_aton
Function
inet6_aton
qiling/os/posix/syscall/socket.py:39–42 ·
view source on GitHub ↗
(ipaddr: str)
Source
from the content-addressed store, hash-verified
37
38
39
def
inet6_aton(ipaddr: str) -> Tuple[int, ...]:
40
abytes = ipaddress.IPv6Address(ipaddr).packed
41
42
return
tuple(abytes)
43
44
45
def
inet_htoa(ql: Qiling, addr: int) -> str:
Callers
4
ql_syscall_getsockname
Function · 0.85
ql_syscall_getpeername
Function · 0.85
ql_syscall_accept
Function · 0.85
ql_syscall_recvfrom
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected