Searched refs:local6 (Results 1 – 3 of 3) sorted by relevance
/system/netd/libnetdbpf/include/netdbpf/ |
D | bpf_shared.h | 161 struct in6_addr local6; // The full 128-bits of the destination IPv6 address member 184 struct in6_addr local6; // The full 128-bits of the source IPv6 address member
|
/system/netd/bpf_progs/ |
D | clatd.c | 83 .local6 = ip6->daddr, in nat64() 273 .saddr = v->local6, // struct in6_addr in sched_cls_egress_clat_rawip()
|
/system/netd/server/ |
D | ClatdController.cpp | 259 .local6 = tracker.v6, in maybeStartBpf() 273 .local6 = tracker.v6, in maybeStartBpf() 403 .local6 = tracker.v6, in maybeStopBpf() 638 inet_ntop(AF_INET6, &value.local6, local6Str, sizeof(local6Str)); in dumpEgress() 669 inet_ntop(AF_INET6, &key.local6, local6Str, sizeof(local6Str)); in dumpIngress()
|