Searched refs:r_dst (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netgraph/netflow/ |
H A D | ng_netflow.h | 194 struct in_addr r_dst; member 221 struct in_addr r_dst; member
|
H A D | netflow.c | 137 return FULL_HASH(r->r_src.s_addr, r->r_dst.s_addr, in ip_hash() 140 return ADDR_HASH(r->r_src.s_addr, r->r_dst.s_addr); in ip_hash() 355 rt = fib4_lookup_rt(r->fib, fle->f.r.r_dst, 0, NHR_NONE, &rnd); in hash_insert() 677 r.r_dst = ip->ip_dst; in ng_netflow_flow_add() 1062 rec->dst_addr = fle->f.r.r_dst.s_addr; in export_add()
|
H A D | netflow_v9.c | 268 rec->dst_addr = fed->r.r_dst.s_addr; in export9_add()
|
/freebsd/usr.sbin/flowctl/ |
H A D | flowctl.c | 282 inet_ntop(AF_INET, &fle->r.r_dst, dst, sizeof(dst)); in flow_cache_print() 349 inet_ntop(AF_INET, &fle->r.r_dst, dst, sizeof(dst)); in flow_cache_print_verbose()
|