Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ IsIPv6
Function
IsIPv6
connectd/netaddress.c:64–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
static bool IsIPv6(const struct wireaddr *addr)
65
{
66
return addr->type == ADDR_TYPE_IPV6 && IPv4In6(addr) == 0;
67
}
68
69
static bool RawEq(const struct wireaddr *addr, const void *cmp, size_t len)
70
{
Callers
7
IsRFC3849
Function · 0.85
IsRFC4862
Function · 0.85
IsRFC4193
Function · 0.85
IsRFC4843
Function · 0.85
IsLocal
Function · 0.85
IsValid
Function · 0.85
main
Function · 0.85
Calls
1
IPv4In6
Function · 0.85
Tested by
1
main
Function · 0.68