Searched refs:local6 (Results 1 – 3 of 3) sorted by relevance
/system/netd/libnetdbpf/include/netdbpf/ |
D | bpf_shared.h | 172 struct in6_addr local6; // The full 128-bits of the destination IPv6 address member 198 struct in6_addr local6; // The full 128-bits of the source IPv6 address member
|
/system/netd/server/ |
D | ClatdController.cpp | 229 .local6 = tracker.v6, in maybeStartBpf() 243 .local6 = tracker.v6, in maybeStartBpf() 361 .local6 = tracker.v6, in maybeStopBpf() 596 inet_ntop(AF_INET6, &value.local6, local6Str, sizeof(local6Str)); in dumpEgress() 627 inet_ntop(AF_INET6, &key.local6, local6Str, sizeof(local6Str)); in dumpIngress()
|
/system/netd/bpf_progs/ |
D | clatd.c | 86 .local6 = ip6->daddr, in nat64() 276 .saddr = v->local6, // struct in6_addr
|