Searched refs:r_dst6 (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/flowctl/ |
H A D | flowctl.c | 316 inet_ntop(AF_INET6, &fle6->r.dst.r_dst6, dst6, sizeof(dst6)); in flow_cache_print6() 392 inet_ntop(AF_INET6, &fle6->r.dst.r_dst6, dst6, sizeof(dst6)); in flow_cache_print6_verbose()
|
/freebsd/sys/netgraph/netflow/ |
H A D | netflow.c | 155 r->dst.r_dst6.__u6_addr.__u6_addr32[3], r->r_sport, in ip6_hash() 159 r->dst.r_dst6.__u6_addr.__u6_addr32[3]); in ip6_hash() 433 rt = fib6_lookup_rt(r->fib, &fle6->f.r.dst.r_dst6, 0, NHR_NONE, &rnd); in hash6_insert() 799 r.dst.r_dst6 = ip6->ip6_dst; in ng_netflow_flow6_add()
|
H A D | ng_netflow.h | 222 struct in6_addr r_dst6; member
|
H A D | netflow_v9.c | 299 rec->dst_addr = fed6->r.dst.r_dst6; in export9_add()
|