Searched refs:rnh_lookup (Results 1 – 11 of 11) sorted by relevance
/freebsd/sbin/routed/ |
H A D | radix.h | 121 struct radix_node *(*rnh_lookup) /* locate based on sockaddr */ member
|
H A D | radix.c | 863 rnh->rnh_lookup = rn_lookup; in rn_inithead()
|
H A D | table.c | 1675 rt = (struct rt_entry *)rhead->rnh_lookup(&dst_sock,&mask_sock,rhead); in rtget()
|
/freebsd/sys/net/ |
H A D | radix.h | 133 rn_lookup_f_t *rnh_lookup; /* exact match for sockaddr */ member
|
H A D | route.c | 133 rh->rnh_lookup = rn_lookup; in rt_table_init()
|
H A D | radix.c | 1166 rnh->rnh_lookup = rn_lookup; in rn_inithead()
|
H A D | rtsock.c | 776 rc->rc_rt = (struct rtentry *) rnh->rnh_lookup( in handle_rtm_get()
|
/freebsd/sys/net/route/ |
H A D | route_var.h | 54 rn_lookup_f_t *rnh_lookup; /* exact match for sockaddr */ member
|
H A D | route_ctl.c | 358 rt = (struct rtentry *)rnh->rnh_lookup(dst, netmask, &rnh->head); in lookup_prefix_bysa() 1080 rt = (struct rtentry *)rnh->rnh_lookup(info->rti_info[RTAX_DST], in rib_change_route()
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_table_algo.c | 736 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 D | if_wg.c | 559 node = root->rnh_lookup(&aip->a_addr, &aip->a_mask, &root->rh); in wg_aip_add()
|