Home
last modified time | relevance | path

Searched refs:rnh_lookup (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/net/
H A Dradix.h135 rn_lookup_f_t *rnh_lookup; /* exact match for sockaddr */ member
H A Droute.c131 rh->rnh_lookup = rn_lookup; in rt_table_init()
H A Dradix.c1153 rnh->rnh_lookup = rn_lookup; in rn_inithead()
H A Drtsock.c760 rc->rc_rt = (struct rtentry *) rnh->rnh_lookup( in handle_rtm_get()
/f-stack/tools/compat/include/net/
H A Dradix.h135 rn_lookup_f_t *rnh_lookup; /* exact match for sockaddr */ member
/f-stack/freebsd/net/route/
H A Droute_var.h59 rn_lookup_f_t *rnh_lookup; /* exact match for sockaddr */ member
H A Droute_ctl.c501 rt = (struct rtentry *)rnh->rnh_lookup(__DECONST(void *, dst), in lookup_prefix_bysa()
900 rt = (struct rtentry *)rnh->rnh_lookup(info->rti_info[RTAX_DST], in rib_change_route()
1162 rt_new = (struct rtentry *)rnh->rnh_lookup(info->rti_info[RTAX_DST], in change_route_conditional()
/f-stack/lib/
H A Dff_route.c662 rc->rc_rt = (struct rtentry *) rnh->rnh_lookup( in handle_rtm_get()
1419 rt = (struct rtentry *) rnh->rnh_lookup(
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table_algo.c726 rn = rnh->rnh_lookup(tb->addr_ptr, tb->mask_ptr, &rnh->rh); in ta_add_radix()