MCPcopy 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
39def inet6_aton(ipaddr: str) -> Tuple[int, ...]:
40 abytes = ipaddress.IPv6Address(ipaddr).packed
41
42 return tuple(abytes)
43
44
45def inet_htoa(ql: Qiling, addr: int) -> str:

Callers 4

ql_syscall_getsocknameFunction · 0.85
ql_syscall_getpeernameFunction · 0.85
ql_syscall_acceptFunction · 0.85
ql_syscall_recvfromFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected