Searched refs:pfx96 (Results 1 – 4 of 4) sorted by relevance
/system/netd/server/ |
D | ClatdController.cpp | 269 .pfx96 = tracker.pfx96, in maybeStartBpf() 344 .pfx96 = tracker.pfx96, in maybeStopBpf() 382 int res = parsePrefix(nat64Prefix.c_str(), &family, &pfx96, sizeof(pfx96), &prefixLen); in init() 384 if (res != sizeof(pfx96)) return res; in init() 387 if (!inet_ntop(AF_INET6, &pfx96, pfx96String, sizeof(pfx96String))) return -errno; in init() 402 if (generateIpv6Address(iface, v4, pfx96, &v6)) { in init() 599 inet_ntop(AF_INET6, &key.pfx96, pfx96Str, sizeof(pfx96Str)); in dump()
|
D | ClatdController.h | 72 in6_addr pfx96; member
|
/system/netd/libnetdbpf/include/netdbpf/ |
D | bpf_shared.h | 127 struct in6_addr pfx96; // The source /96 nat64 prefix, bottom 32 bits must be 0 member
|
/system/netd/bpf_progs/ |
D | clatd.c | 92 .pfx96.in6_u.u6_addr32 = in nat64()
|