Home
last modified time | relevance | path

Searched refs:rh_src (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/net/route/
H A Droute_tables.c207 struct rib_head *rh_src = new_rt_tables[i * (AF_MAX + 1) + rh->rib_family]; in populate_kernel_routes() local
208 if ((rh_src != NULL) && (rh_src != rh)) in populate_kernel_routes()
209 rib_copy_kernel_routes(rh_src, rh); in populate_kernel_routes()
H A Droute_ifaddrs.c230 rib_copy_kernel_routes(struct rib_head *rh_src, struct rib_head *rh_dst) in rib_copy_kernel_routes() argument
238 rib_walk_ext_internal(rh_src, false, pick_kernel_route, NULL, rh_dst); in rib_copy_kernel_routes()
H A Droute_var.h244 void rib_copy_kernel_routes(struct rib_head *rh_src, struct rib_head *rh_dst);
/freebsd/contrib/tcpdump/
H A Dprint-decnet.c205 etheraddr rh_src; /* source id */ member
651 GET_LE_U_2(cmp->cm_rhello.rh_src.dne_remote.dne_nodeaddr); in print_decnet_ctlmsg()