Home
last modified time | relevance | path

Searched refs:pfx96 (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/netd/server/
H A DClatdController.cpp230 .pfx96 = tracker.pfx96, in maybeStartBpf()
242 .pfx96 = tracker.pfx96, in maybeStartBpf()
360 .pfx96 = tracker.pfx96, in maybeStopBpf()
395 int res = parsePrefix(nat64Prefix.c_str(), &family, &pfx96, sizeof(pfx96), &prefixLen); in init()
397 if (res != sizeof(pfx96)) return res; in init()
400 if (!inet_ntop(AF_INET6, &pfx96, pfx96String, sizeof(pfx96String))) return -errno; in init()
415 if (generateIpv6Address(iface, v4, pfx96, &v6)) { in init()
597 inet_ntop(AF_INET6, &value.pfx96, pfx96Str, sizeof(pfx96Str)); in dumpEgress()
626 inet_ntop(AF_INET6, &key.pfx96, pfx96Str, sizeof(pfx96Str)); in dumpIngress()
H A DClatdController.h70 in6_addr pfx96; member
/aosp12/system/netd/libnetdbpf/include/netdbpf/
H A Dbpf_shared.h171 struct in6_addr pfx96; // The source /96 nat64 prefix, bottom 32 bits must be 0 member
199 struct in6_addr pfx96; // The destination /96 nat64 prefix, bottom 32 bits must be 0 member
/aosp12/system/netd/bpf_progs/
H A Dclatd.c80 .pfx96.in6_u.u6_addr32 =
277 .daddr = v->pfx96, // struct in6_addr