Searched refs:pfx96 (Results 1 – 4 of 4) sorted by relevance
/system/netd/server/ |
D | ClatdController.cpp | 260 .pfx96 = tracker.pfx96, in maybeStartBpf() 272 .pfx96 = tracker.pfx96, in maybeStartBpf() 402 .pfx96 = tracker.pfx96, in maybeStopBpf() 437 int res = parsePrefix(nat64Prefix.c_str(), &family, &pfx96, sizeof(pfx96), &prefixLen); in init() 439 if (res != sizeof(pfx96)) return res; in init() 442 if (!inet_ntop(AF_INET6, &pfx96, pfx96String, sizeof(pfx96String))) return -errno; in init() 457 if (generateIpv6Address(iface, v4, pfx96, &v6)) { in init() 639 inet_ntop(AF_INET6, &value.pfx96, pfx96Str, sizeof(pfx96Str)); in dumpEgress() 668 inet_ntop(AF_INET6, &key.pfx96, pfx96Str, sizeof(pfx96Str)); in dumpIngress()
|
D | ClatdController.h | 70 in6_addr pfx96; member
|
/system/netd/libnetdbpf/include/netdbpf/ |
D | bpf_shared.h | 160 struct in6_addr pfx96; // The source /96 nat64 prefix, bottom 32 bits must be 0 member 185 struct in6_addr pfx96; // The destination /96 nat64 prefix, bottom 32 bits must be 0 member
|
/system/netd/bpf_progs/ |
D | clatd.c | 77 .pfx96.in6_u.u6_addr32 = in nat64() 274 .daddr = v->pfx96, // struct in6_addr in sched_cls_egress_clat_rawip()
|