Home
last modified time | relevance | path

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

/freebsd/sbin/routed/
H A Dradix.h121 struct radix_node *(*rnh_lookup) /* locate based on sockaddr */ member
H A Dradix.c863 rnh->rnh_lookup = rn_lookup; in rn_inithead()
H A Dtable.c1675 rt = (struct rt_entry *)rhead->rnh_lookup(&dst_sock,&mask_sock,rhead); in rtget()
/freebsd/sys/net/
H A Dradix.h133 rn_lookup_f_t *rnh_lookup; /* exact match for sockaddr */ member
H A Droute.c129 rh->rnh_lookup = rn_lookup; in rt_table_init()
H A Dradix.c1166 rnh->rnh_lookup = rn_lookup; in rn_inithead()
H A Drtsock.c774 rc->rc_rt = (struct rtentry *) rnh->rnh_lookup( in handle_rtm_get()
/freebsd/sys/net/route/
H A Droute_var.h54 rn_lookup_f_t *rnh_lookup; /* exact match for sockaddr */ member
H A Droute_ctl.c358 rt = (struct rtentry *)rnh->rnh_lookup(dst, netmask, &rnh->head); in lookup_prefix_bysa()
1077 rt = (struct rtentry *)rnh->rnh_lookup(info->rti_info[RTAX_DST], in rib_change_route()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c736 rn = rnh->rnh_lookup(tb->addr_ptr, tb->mask_ptr, &rnh->rh); in ta_add_addr_radix()
4169 rn = rnh->rnh_lookup(tb->addr_ptr, tb->mask_ptr, &rnh->rh); in ta_add_mac_radix()
/freebsd/sys/dev/wg/
H A Dif_wg.c559 node = root->rnh_lookup(&aip->a_addr, &aip->a_mask, &root->rh); in wg_aip_add()